@import url(https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i);

@font-face {
  font-family: "Circe-Regular";
  src: url("../../../assets/fonts/Circe-Regular/font.ttf");
}
/*.akc1 {
  display: none;
}*/
section#features16-3g {
  display: none;
}
span.star {
    font-family: auto!important;
}
body {
  font-family: Open Sans;
  font-style: normal;
  line-height: 1.3;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.2;
}
.mbr-text {
  font-style: normal;
  line-height: 1.3;
}
section#footer1-m
  > .container
  > .media-container-row.content.text-white
  > div:nth-child(3)
  h5.pb-3.column-title.display-5 {
  opacity: 0;
}
section#footer1-m p {
  font-size: 16px;
}
section#footer1-m a {
  font-size: 16px;
}

.mbr-normal {
  font-weight: 400;
}
.display-1 {
  font-family: "Merriweather", serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.8rem;
}
.display-2 {
  font-family: "Circe-Regular";
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.6rem;
}
.display-4 {
  font-family: "Circe-Regular";
  font-size: 0.875rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: "Circe-Regular";
  font-size: 1.125rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-7 {
  font-family: "Circe-Regular";
  font-size: 1.125rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc(1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(
      1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)))
    );
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc(1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(
      1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)))
    );
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc(
      0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))
    );
    line-height: calc(
      1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)))
    );
  }
  .display-5 {
    font-size: 0.9rem;
    font-size: calc(
      1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))
    );
    line-height: calc(
      1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)))
    );
  }
}
/* Buttons */
.btn {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 0px;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #f7f210 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #e6e114 !important;
}
.bg-warning {
  background-color: #549127 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #f7f210 !important;
  border-color: #f7f210 !important;
  color: #080800 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #080800 !important;
  background-color: #b4b106 !important;
  border-color: #b4b106 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #080800 !important;
  background-color: #b4b106 !important;
  border-color: #b4b106 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #0087ab !important;
  border-color: #0087ab !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #004b5e !important;
  border-color: #004b5e !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #004b5e !important;
  border-color: #004b5e !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #e6e114 !important;
  border-color: #e6e114 !important;
  color: #000000 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #000000 !important;
  background-color: #a09c0e !important;
  border-color: #a09c0e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #a09c0e !important;
  border-color: #a09c0e !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #549127 !important;
  border-color: #549127 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #315517 !important;
  border-color: #315517 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #315517 !important;
  border-color: #315517 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #9c9905;
  color: #9c9905;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #080800;
  background-color: #f7f210;
  border-color: #f7f210;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #080800 !important;
  background-color: #f7f210 !important;
  border-color: #f7f210 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #003645;
  color: #003645;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #0087ab;
  border-color: #0087ab;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0087ab !important;
  border-color: #0087ab !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #88850c;
  color: #88850c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #000000;
  background-color: #e6e114;
  border-color: #e6e114;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #e6e114 !important;
  border-color: #e6e114 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #254111;
  color: #254111;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #549127;
  border-color: #549127;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #549127 !important;
  border-color: #549127 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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-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: #f7f210 !important;
}
.text-secondary {
  color: #0087ab !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #e6e114 !important;
}
.text-warning {
  color: #549127 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #9c9905 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #003645 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #88850c !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #254111 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e6e114;
}
.alert-warning {
  background-color: #549127;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f7f210;
  border-color: #f7f210;
  color: #202001;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #f7f210;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fefdd5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fbf9cb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #93d563;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a i:before {
  content: "";
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value="Rubik"] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: "Circe-Regular";
  font-size: 1.125rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em 0.5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #f7f210;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  -webkit-justify-content: center;
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: 0.9rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #f7f210;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #f7f210;
}
.btn-social + .btn {
  margin-left: 0.1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #f7f210;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #f7f210;
}
/* Headers*/
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.btn {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
  font-weight: 600;
}
.btn .mbr-iconfont-btn {
  -webkit-order: 1;
  order: 1;
  margin: 0 !important;
  padding-left: 0.8rem !important;
}
.popover-content .btn {
  box-shadow: none !important;
}
.btn-primary:hover {
  color: #f7f210 !important;
  background: white !important;
  border-color: white !important;
}
.cid-rhTe80yOCX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-rhTe80yOCX .nav-item,
.cid-rhTe80yOCX .nav-link,
.cid-rhTe80yOCX .navbar-caption {
  font-weight: normal;
}
.cid-rhTe80yOCX .nav-item:focus,
.cid-rhTe80yOCX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rhTe80yOCX .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rhTe80yOCX .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rhTe80yOCX .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rhTe80yOCX
  .dropdown
  .dropdown-menu
  .dropdown-item:hover
  .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rhTe80yOCX .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rhTe80yOCX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rhTe80yOCX .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-rhTe80yOCX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rhTe80yOCX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rhTe80yOCX .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #f7f210;
  background: none;
}
.cid-rhTe80yOCX .navbar.opened {
  transition: all 0.3s;
  background: #f7f210 !important;
}
.cid-rhTe80yOCX .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-rhTe80yOCX .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rhTe80yOCX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rhTe80yOCX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rhTe80yOCX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rhTe80yOCX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rhTe80yOCX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rhTe80yOCX
  .navbar.collapsed
  .dropdown-menu
  .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rhTe80yOCX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rhTe80yOCX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rhTe80yOCX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-rhTe80yOCX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rhTe80yOCX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rhTe80yOCX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rhTe80yOCX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rhTe80yOCX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rhTe80yOCX
    .navbar
    .dropdown-menu
    .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rhTe80yOCX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rhTe80yOCX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rhTe80yOCX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rhTe80yOCX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rhTe80yOCX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rhTe80yOCX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-rhTe80yOCX .navbar.navbar-short {
  background: #f7f210 !important;
  min-height: 60px;
}
.cid-rhTe80yOCX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rhTe80yOCX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rhTe80yOCX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rhTe80yOCX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rhTe80yOCX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rhTe80yOCX .dropdown-item.active,
.cid-rhTe80yOCX .dropdown-item:active {
  background-color: transparent;
}
.cid-rhTe80yOCX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rhTe80yOCX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rhTe80yOCX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f210;
}
.cid-rhTe80yOCX
  .navbar.navbar-expand-lg
  .dropdown
  .dropdown-menu
  .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rhTe80yOCX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rhTe80yOCX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rhTe80yOCX .navbar-buttons {
  text-align: center;
}
.cid-rhTe80yOCX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000 !important;
}
.cid-rhTe80yOCX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rhTe80yOCX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rhTe80yOCX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rhTe80yOCX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rhTe80yOCX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rhTe80yOCX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rhTe80yOCX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rhTe80yOCX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rhTe80yOCX .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-rhTe80yOCX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rhTe80yOCX .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rhTe80yOCX .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rhTe80yOCX .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-rhTe80yOCX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rhTe80yOCX .navbar {
    height: 77px;
  }
  .cid-rhTe80yOCX .navbar.opened {
    height: auto;
  }
  .cid-rhTe80yOCX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
nav.navbar.navbar-dropdown.navbar-fixed-top.navbar-expand-lg.navbar-short
  li.nav-item
  a {
  color: #000 !important;
}
nav.navbar.navbar-dropdown.navbar-fixed-top.navbar-expand-lg.navbar-short
  .mbr-iconfont {
  color: #000 !important;
}
.cid-rgtwD6itmC {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/1-2000x1333.jpg");
}
.cid-rgtwD6itmC .mbr-section-title DIV {
  text-align: left;
}
.cid-rgtwFLYlFW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f5f7fa;
}
.cid-rgtwFLYlFW .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-rgtwFLYlFW .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-rgtwFLYlFW .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rgtwFLYlFW p {
  line-height: 1.6;
}
.cid-rgtwFLYlFW .rev,
.cid-rgtwFLYlFW .mbr-iconfont {
  display: inline-block;
}
.cid-rgtwFLYlFW .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #f7f210;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rgtwFLYlFW .card-title {
  color: #333333;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rgtwFLYlFW .card-box {
  padding: 1.5rem;
}
.cid-rgtwFLYlFW .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-rgtwFLYlFW .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rgtwFLYlFW .mbr-section-title,
.cid-rgtwFLYlFW .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-rgtwFLYlFW .rev {
  text-align: left;
}
.cid-rgtwFLYlFW .card-text,
.cid-rgtwFLYlFW .mbr-section-btn,
.cid-rgtwFLYlFW .ico-line {
  text-align: left;
  color: #000000;
}
.cid-rgtwFLYlFW .rev i {
  color: #0a1c44;
}
.cid-rgFgWn47Os {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f5f7fa;
}
.cid-rgFgWn47Os .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-rgFgWn47Os .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-rgFgWn47Os .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rgFgWn47Os p {
  line-height: 1.6;
}
.cid-rgFgWn47Os .rev,
.cid-rgFgWn47Os .mbr-iconfont {
  display: inline-block;
}
.cid-rgFgWn47Os .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rgFgWn47Os .card-title {
  color: #333333;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rgFgWn47Os .card-box {
  padding: 1.5rem;
}
.cid-rgFgWn47Os .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-rgFgWn47Os .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rgFgWn47Os .mbr-section-title,
.cid-rgFgWn47Os .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-rgFgWn47Os .rev {
  text-align: left;
}
.cid-rgFgWn47Os .card-text,
.cid-rgFgWn47Os .mbr-section-btn,
.cid-rgFgWn47Os .ico-line {
  text-align: left;
  color: #000000;
}
.cid-rgFgWn47Os .rev i {
  color: #0a1c44;
}
.cid-rgFbLYjoMi {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/654651-880x587.jpg");
}
.cid-rgFbLYjoMi .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #f7f210;
  color: #444444;
  padding: 0;
}
.cid-rgFbLYjoMi .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-rgFbLYjoMi .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-rgFbLYjoMi .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-rgFbLYjoMi .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-rgFbLYjoMi .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-rgFbLYjoMi .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #656565;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cid-rgFbLYjoMi .content-box {
  display: flex;
}
.cid-rgFbLYjoMi .date-box {
  background: #0a1c44;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rgFbLYjoMi .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-rgFbLYjoMi .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rgFbLYjoMi .rev,
.cid-rgFbLYjoMi .mbr-iconfont {
  display: inline-block;
}
.cid-rgFbLYjoMi .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #656565;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rgFbLYjoMi .card-title {
  color: #333333;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rgFbLYjoMi .card-box {
  padding: 1rem;
}
.cid-rgFbLYjoMi .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-rgFbLYjoMi .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rgFbLYjoMi .mbr-section-title,
.cid-rgFbLYjoMi .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-rgFbLYjoMi .rev {
  text-align: left;
}
.cid-rgFbLYjoMi .card-text,
.cid-rgFbLYjoMi .mbr-section-btn,
.cid-rgFbLYjoMi .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-rgFbLYjoMi .rev i {
  color: #0a1c44;
}
.cid-rgFbLYjoMi .date {
  text-align: center;
  color: #ffffff;
}
.cid-rgFbLYjoMi .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-rgFbLYjoMi .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rgFbLYjoMi .img-hover {
    opacity: 0.5;
  }
  .cid-rgFbLYjoMi .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-rhTbkESgMf {
  padding-top: 80px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rhTbkESgMf .main-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-rhTbkESgMf .section-text {
  color: #8d97ad;
}
.cid-rhTbkESgMf .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #000000);
}
.cid-rhTbkESgMf .text-block {
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-rhTbkESgMf .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rhTbkESgMf .mbr-figure {
  background: #e9e9e9;
  overflow: hidden;
  border-radius: 0.25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 0 !important;
}
.cid-rhTbkESgMf .mbr-figure .card-text {
  padding: 2rem;
}
.cid-rhTbkESgMf .counter-container {
  color: #767676;
  padding-top: 1rem;
}
.cid-rhTbkESgMf .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rhTbkESgMf .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rhTbkESgMf .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all 0.2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rhTbkESgMf .mbr-text {
    text-align: center;
  }
}
.cid-rhTbkESgMf .mbr-text UL {
  color: #000000;
}
.cid-rhTIgd3Tzj {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rhTIgd3Tzj .mbr-iconfont {
  font-size: 48px;
  transition: color 0.3s;
  color: #1dc9cb;
}
.cid-rhTIgd3Tzj .mbr-section-title {
  margin: 0;
}
.cid-rhTIgd3Tzj .card-img {
  text-align: center;
}
.cid-rhTIgd3Tzj .mbr-section-subtitle,
.cid-rhTIgd3Tzj .mbr-text {
  color: #8d97ad;
}
.cid-rhTIgd3Tzj .row-item {
  border-radius: 0.25rem;
  background: #f7f210;
  padding: 2.5rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 767px) {
  .cid-rhTIgd3Tzj .card-img,
  .cid-rhTIgd3Tzj .mbr-text,
  .cid-rhTIgd3Tzj .mbr-card-title,
  .cid-rhTIgd3Tzj .mbr-section-subtitle,
  .cid-rhTIgd3Tzj .mbr-section-title,
  .cid-rhTIgd3Tzj .underline {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-rhTIgd3Tzj .row-item {
    margin-bottom: 2rem;
  }
}
.cid-rhTIgd3Tzj .mbr-text {
  color: #000000;
}
.cid-rnBqePgX3D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rnBqePgX3D .text-content .btn-bgr {
  z-index: 0;
}
.cid-rnBqePgX3D .mbr-overlay {
  background: #ffffff;
}
.cid-rnBqePgX3D .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rnBqePgX3D .text-content {
  padding: 2rem 0rem;
  background-color: #f9e2af;
}
.cid-rnBqePgX3D .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rnBqePgX3D .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-rnBqePgX3D .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-rnBqePgX3D .text-content {
    margin-bottom: 2rem;
  }
}
.cid-rgFpvvgxMP {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rgFpvvgxMP img {
  width: 100%;
}
.cid-rgFpvvgxMP p {
  line-height: 1.6;
}
.cid-rgFpvvgxMP .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rgFpvvgxMP .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-rgFpvvgxMP .mbr-text,
.cid-rgFpvvgxMP .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-rgFpvvgxMP .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rgFpvvgxMP .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-rgFpvvgxMP .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-rgFpvvgxMP .mbr-section-title,
.cid-rgFpvvgxMP .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-rgFpvvgxMP .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-rh1uEYmyMN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-rh1uEYmyMN .card {
  padding: 1rem 1rem 1rem 1rem;
}
.cid-rh1uEYmyMN .card-title {
  padding: 0.5rem 1rem 0.5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #f5f131, #efc031);
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.cid-rh1uEYmyMN .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-rh1uEYmyMN .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-rh1uEYmyMN .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rh1uEYmyMN .card-text,
.cid-rh1uEYmyMN .mbr-subtitle {
  color: #8d97ad;
}
.cid-rh1uEYmyMN .card-sign {
  padding-top: 0.5rem;
}
.cid-rh1uEYmyMN .underline .line {
  width: 5rem;
  height: 1px;
  background: #efefef;
  display: inline-block;
}
.cid-rh1uEYmyMN .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-rh1uEYmyMN .card-title {
    text-align: center;
  }
  .cid-rh1uEYmyMN p.mbr-text,
  .cid-rh1uEYmyMN p.date {
    text-align: center;
  }
}
.cid-rh1uEYmyMN .card-box {
  background: #ffffff;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 0.25rem;
}
.cid-rh1uEYmyMN .card-text {
  color: #000000;
}
.cid-rh1uEYmyMN .card-sign,
.cid-rh1uEYmyMN .underline {
  color: #9e9e9e;
}
.cid-rgQyT0qZ90 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rgQyT0qZ90 .container-fluid {
  padding: 0 2rem;
}
.cid-rgQyT0qZ90 .underline .line {
  width: 80px;
  height: 4px;
  background-color: #f7f210;
  display: inline-block;
}
.cid-rgQyT0qZ90 .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-rgQyT0qZ90 .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rgQyT0qZ90 .time-line-date-content {
  margin-right: 2rem;
}
.cid-rgQyT0qZ90 .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-rgQyT0qZ90 .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-rgQyT0qZ90 .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #f7f210;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-rgQyT0qZ90 .separline:before,
.cid-rgQyT0qZ90 .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f7f210;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-rgQyT0qZ90 .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f7f210;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-rgQyT0qZ90 .container-fluid {
    padding: 0 1rem;
  }
  .cid-rgQyT0qZ90 .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-rgQyT0qZ90 .separline:before,
  .cid-rgQyT0qZ90 .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-rgQyT0qZ90 .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-rgQyT0qZ90 .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-rgQyT0qZ90 .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-rgQyT0qZ90 .time-line-date-content p {
    float: left !important;
  }
  .cid-rgQyT0qZ90 .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-rgQyT0qZ90 .mbr-section-title,
.cid-rgQyT0qZ90 .underline {
  text-align: center;
}
.cid-rnBrxDYTwe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rnBrxDYTwe .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rnBrxDYTwe .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rnBrxDYTwe .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rnBrxDYTwe .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rnBrxDYTwe .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f7f210;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rnBrxDYTwe .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rnBrxDYTwe .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rnBrxDYTwe .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rnBrxDYTwe .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #f7f210 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rnBqOXT6VH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rnBqOXT6VH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rnBqOXT6VH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rnBqOXT6VH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rnBqOXT6VH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rnBqOXT6VH .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rnBqOXT6VH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rnBqOXT6VH .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rnBqOXT6VH .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rnBqOXT6VH .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rhpP0uL36U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rhpP0uL36U .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-rhpP0uL36U .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-rhpP0uL36U .mbr-form {
  display: flex;
}
.cid-rhpP0uL36U .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-rhpP0uL36U .card {
  padding: 3rem 8rem;
}
.cid-rhpP0uL36U .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-rhpP0uL36U .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-rhpP0uL36U .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-rhpP0uL36U .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rhpP0uL36U .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rhpP0uL36U .map-placeholder {
  display: none;
}
.cid-rhpP0uL36U .btn-primary {
  border: 1px solid #f7f210 !important;
}
.cid-rhpP0uL36U .btn-primary:hover {
  border: 1px solid #f7f210 !important;
}
.cid-rhpP0uL36U .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-rhpP0uL36U .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
  max-width: 300px;
}
.cid-rhpP0uL36U .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-rhpP0uL36U .mbr-text {
  color: #444;
}
.cid-rhpP0uL36U h5 {
  margin-bottom: 0;
}
.cid-rhpP0uL36U .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-rhpP0uL36U .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rhpP0uL36U .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-rhpP0uL36U .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rhpP0uL36U .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rhpP0uL36U .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-rhpP0uL36U .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-rhpP0uL36U .social-list a:hover {
  opacity: 0.4;
}
.cid-rhpP0uL36U .media-container-row > div {
  padding: 0px;
}
.cid-rhpP0uL36U .text2 {
  color: #000000;
  text-align: left;
}
.cid-rhpP0uL36U .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rhpP0uL36U .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-rhpP0uL36U .card {
    padding: 3rem 3rem;
  }
}
@media (max-width: 991px) {
  .cid-rhpP0uL36U .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rhpP0uL36U h3 {
    margin-bottom: 10px;
  }
  .cid-rhpP0uL36U .card {
    padding: 3rem 3rem;
  }
}
@media (max-width: 576px) {
  .cid-rhpP0uL36U .form-control {
    max-width: 180px;
  }
  .cid-rhpP0uL36U .card {
    padding: 2rem 1rem;
  }
}
.cid-rhpP0uL36U .links span {
  color: #9e9e9e;
}
.cid-rhpP0uL36U .logo-sub-title {
  text-align: center;
}
.cid-rhpP0uL36U .logo-title {
  text-align: center;
}
.cid-rhpP0uL36U .logo-sub-title i {
  color: #9e9e9e;
}
.cid-rh1zGnSEpb {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f7f210;
}
.cid-rgFbLYjoMi .card-img {
  max-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spoilers {
  display: flex;
  flex-direction: column;
  margin: 100px 0;
}
span.spoiler-title {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
  color: #333;
  width: 100%;
  display: flex;
  padding: 12px;
  margin-bottom: 10px;
  cursor: pointer;
}
.spoiler-content {
}
.spoiler-content a {
  color: #000;
  text-decoration: underline;
  margin-bottom: 5px;
  display: block;
}
.spoiler {
  margin-bottom: 10px;
}
.spoiler-content {
  display: none;
}
span.pl-min {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
}
span.pl-min::after {
  display: block;
  content: "";
  width: 20px;
  height: 3px;
  background: #000;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
span.pl-min::before {
  display: block;
  content: "";
  width: 3px;
  height: 20px;
  background: #000;
  top: 0;
  position: absolute;
  transform: rotate(0) translateX(-50%);
  left: 50%;
}

span.spoiler-title.active span.pl-min::before {
  display: none;
}
@media (max-width: 767px) {
  section#footer1-m
    > .container
    > .media-container-row.content.text-white
    > div:nth-child(3),
  section#footer1-m
    > .container
    > .media-container-row.content.text-white
    > div:nth-child(4) {
    max-width: 50%;
    flex: 0 0 100%;
    padding: 0;
  }
  section#footer1-m
    > .container
    > .media-container-row.content.text-white
    > div:nth-child(3)
    h5 {
    display: none;
  }
  section#footer1-m a,
  section#footer1-m p {
    font-size: 14px;
    text-align: left;
    word-break: break-word;
  }

  .cid-rh1zGnSEpb .content {
    text-align: center;
  }
  .cid-rh1zGnSEpb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rh1zGnSEpb .logo-subtitle {
  color: #000000;
}
.cid-rh1zGnSEpb .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-rh1zGnSEpb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rh1zGnSEpb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rh1zGnSEpb .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rh1zGnSEpb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rh1zGnSEpb .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-rh1zGnSEpb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rh1zGnSEpb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rh1zGnSEpb .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-rh1zGnSEpb .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-rh1zGnSEpb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rh1zGnSEpb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rh1zGnSEpb .list-item {
  display: flex;
}
.cid-rh1zGnSEpb .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-rh1zGnSEpb ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-rh1zGnSEpb ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-rh1zGnSEpb ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-rh1zGnSEpb .mbr-text UL {
  color: #ff4a52;
}
.cid-riDlmtmvo4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f210;
}
.cid-riDlmtmvo4 .links {
  text-align: center;
  color: #000000;
}
.cid-riDlmtmvo4 p {
  margin: 0;
}
.cid-rhYcAtUkhq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-rhYcAtUkhq .nav-item,
.cid-rhYcAtUkhq .nav-link,
.cid-rhYcAtUkhq .navbar-caption {
  font-weight: normal;
}
.cid-rhYcAtUkhq .nav-item:focus,
.cid-rhYcAtUkhq .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rhYcAtUkhq .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rhYcAtUkhq .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rhYcAtUkhq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rhYcAtUkhq
  .dropdown
  .dropdown-menu
  .dropdown-item:hover
  .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rhYcAtUkhq .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rhYcAtUkhq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rhYcAtUkhq .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-rhYcAtUkhq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rhYcAtUkhq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rhYcAtUkhq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #f7f210;
  background: none;
}
.cid-rhYcAtUkhq .navbar.opened {
  transition: all 0.3s;
  background: #f7f210 !important;
}
.cid-rhYcAtUkhq .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-rhYcAtUkhq .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rhYcAtUkhq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rhYcAtUkhq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rhYcAtUkhq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rhYcAtUkhq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rhYcAtUkhq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rhYcAtUkhq
  .navbar.collapsed
  .dropdown-menu
  .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rhYcAtUkhq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rhYcAtUkhq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rhYcAtUkhq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-rhYcAtUkhq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rhYcAtUkhq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rhYcAtUkhq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rhYcAtUkhq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rhYcAtUkhq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rhYcAtUkhq
    .navbar
    .dropdown-menu
    .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rhYcAtUkhq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rhYcAtUkhq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rhYcAtUkhq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rhYcAtUkhq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rhYcAtUkhq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rhYcAtUkhq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-rhYcAtUkhq .navbar.navbar-short {
  background: #f7f210 !important;
  min-height: 60px;
}
.cid-rhYcAtUkhq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rhYcAtUkhq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rhYcAtUkhq .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rhYcAtUkhq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rhYcAtUkhq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rhYcAtUkhq .dropdown-item.active,
.cid-rhYcAtUkhq .dropdown-item:active {
  background-color: transparent;
}
.cid-rhYcAtUkhq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rhYcAtUkhq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rhYcAtUkhq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f210;
}
.cid-rhYcAtUkhq
  .navbar.navbar-expand-lg
  .dropdown
  .dropdown-menu
  .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rhYcAtUkhq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rhYcAtUkhq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rhYcAtUkhq .navbar-buttons {
  text-align: center;
}
.cid-rhYcAtUkhq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000 !important;
}
.cid-rhYcAtUkhq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rhYcAtUkhq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rhYcAtUkhq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rhYcAtUkhq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rhYcAtUkhq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rhYcAtUkhq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rhYcAtUkhq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rhYcAtUkhq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rhYcAtUkhq .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-rhYcAtUkhq a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rhYcAtUkhq .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rhYcAtUkhq .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rhYcAtUkhq .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-rhYcAtUkhq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rhYcAtUkhq .navbar {
    height: 77px;
  }
  .cid-rhYcAtUkhq .navbar.opened {
    height: auto;
  }
  .cid-rhYcAtUkhq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rhYcAw8H6i {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/1366x768-1366x768.jpg");
}
.cid-rhYcAw8H6i .mbr-section-title DIV {
  text-align: left;
}
.cid-rhYsllraef {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-rhYsllraef .mbr-iconfont {
  font-size: 50px;
  transition: color 0.3s;
  padding: 1.5rem;
}
.cid-rhYsllraef .mbr-section-title {
  margin: 0;
}
.cid-rhYsllraef .mbr-section-subtitle {
  color: #000000;
}
.cid-rhYsllraef .card-img span {
  color: #f7f210;
}
.cid-rhYsllraef .row-item {
  margin-bottom: 2rem;
}
.cid-rhYsllraef .row-item:hover .wrapper {
  background: linear-gradient(90deg, #f7f210, #efc031);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-rhYsllraef .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-rhYsllraef .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-rhYsllraef .wrapper {
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rhYcAybpKr {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f5f7fa;
}
.cid-rhYcAybpKr .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-rhYcAybpKr .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-rhYcAybpKr .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rhYcAybpKr p {
  line-height: 1.6;
}
.cid-rhYcAybpKr .rev,
.cid-rhYcAybpKr .mbr-iconfont {
  display: inline-block;
}
.cid-rhYcAybpKr .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #f7f210;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rhYcAybpKr .card-title {
  color: #333333;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rhYcAybpKr .card-box {
  padding: 1.5rem;
}
.cid-rhYcAybpKr .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-rhYcAybpKr .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rhYcAybpKr .mbr-section-title,
.cid-rhYcAybpKr .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-rhYcAybpKr .rev {
  text-align: left;
}
.cid-rhYcAybpKr .card-text,
.cid-rhYcAybpKr .mbr-section-btn,
.cid-rhYcAybpKr .ico-line {
  text-align: left;
  color: #000000;
}
.cid-rhYcAybpKr .rev i {
  color: #0a1c44;
}
.cid-rhYcABlI0h {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f5f7fa;
}
.cid-rhYcABlI0h .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-rhYcABlI0h .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-rhYcABlI0h .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rhYcABlI0h p {
  line-height: 1.6;
}
.cid-rhYcABlI0h .rev,
.cid-rhYcABlI0h .mbr-iconfont {
  display: inline-block;
}
.cid-rhYcABlI0h .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rhYcABlI0h .card-title {
  color: #333333;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rhYcABlI0h .card-box {
  padding: 1.5rem;
}
.cid-rhYcABlI0h .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-rhYcABlI0h .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rhYcABlI0h .mbr-section-title,
.cid-rhYcABlI0h .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-rhYcABlI0h .rev {
  text-align: left;
}
.cid-rhYcABlI0h .card-text,
.cid-rhYcABlI0h .mbr-section-btn,
.cid-rhYcABlI0h .ico-line {
  text-align: left;
  color: #000000;
}
.cid-rhYcABlI0h .rev i {
  color: #0a1c44;
}
.cid-rhYcAEU3yJ {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/2000x1500.jpg");
}
.cid-rhYcAEU3yJ .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #f7f210;
  color: #444444;
  padding: 0;
}
.cid-rhYcAEU3yJ .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-rhYcAEU3yJ .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-rhYcAEU3yJ .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-rhYcAEU3yJ .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-rhYcAEU3yJ .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-rhYcAEU3yJ .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #656565;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cid-rhYcAEU3yJ .content-box {
  display: flex;
}
.cid-rhYcAEU3yJ .date-box {
  background: #0a1c44;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rhYcAEU3yJ .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-rhYcAEU3yJ .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rhYcAEU3yJ .rev,
.cid-rhYcAEU3yJ .mbr-iconfont {
  display: inline-block;
}
.cid-rhYcAEU3yJ .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #656565;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rhYcAEU3yJ .card-title {
  color: #333333;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rhYcAEU3yJ .card-box {
  padding: 1rem;
}
.cid-rhYcAEU3yJ .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-rhYcAEU3yJ .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rhYcAEU3yJ .mbr-section-title,
.cid-rhYcAEU3yJ .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-rhYcAEU3yJ .rev {
  text-align: left;
}
.cid-rhYcAEU3yJ .card-text,
.cid-rhYcAEU3yJ .mbr-section-btn,
.cid-rhYcAEU3yJ .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-rhYcAEU3yJ .rev i {
  color: #0a1c44;
}
.cid-rhYcAEU3yJ .date {
  text-align: center;
  color: #ffffff;
}
.cid-rhYcAEU3yJ .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-rhYcAEU3yJ .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rhYcAEU3yJ .img-hover {
    opacity: 0.5;
  }
  .cid-rhYcAEU3yJ .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-rhYcAI4M0L {
  padding-top: 80px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rhYcAI4M0L .main-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-rhYcAI4M0L .section-text {
  color: #8d97ad;
}
.cid-rhYcAI4M0L .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #000000);
}
.cid-rhYcAI4M0L .text-block {
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-rhYcAI4M0L .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rhYcAI4M0L .mbr-figure {
  background: #e9e9e9;
  overflow: hidden;
  border-radius: 0.25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 0 !important;
}
.cid-rhYcAI4M0L .mbr-figure .card-text {
  padding: 2rem;
}
.cid-rhYcAI4M0L .counter-container {
  color: #767676;
  padding-top: 1rem;
}
.cid-rhYcAI4M0L .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rhYcAI4M0L .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rhYcAI4M0L .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all 0.2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rhYcAI4M0L .mbr-text {
    text-align: center;
  }
}
.cid-rhYcAI4M0L .mbr-text UL {
  color: #000000;
}
.cid-rhYcAJvYrF {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rhYcAJvYrF .mbr-iconfont {
  font-size: 48px;
  transition: color 0.3s;
  color: #1dc9cb;
}
.cid-rhYcAJvYrF .mbr-section-title {
  margin: 0;
}
.cid-rhYcAJvYrF .card-img {
  text-align: center;
}
.cid-rhYcAJvYrF .mbr-section-subtitle,
.cid-rhYcAJvYrF .mbr-text {
  color: #8d97ad;
}
.cid-rhYcAJvYrF .row-item {
  border-radius: 0.25rem;
  background: #f7f210;
  padding: 2.5rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 767px) {
  .cid-rhYcAJvYrF .card-img,
  .cid-rhYcAJvYrF .mbr-text,
  .cid-rhYcAJvYrF .mbr-card-title,
  .cid-rhYcAJvYrF .mbr-section-subtitle,
  .cid-rhYcAJvYrF .mbr-section-title,
  .cid-rhYcAJvYrF .underline {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-rhYcAJvYrF .row-item {
    margin-bottom: 2rem;
  }
}
.cid-rhYcAJvYrF .mbr-text {
  color: #000000;
}
.cid-rhYtPJd67D {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rhYtPJd67D .mbr-overlay {
  background: #efefef;
}
.cid-rhYtPJd67D .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-rhYtPJd67D .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-rhYtPJd67D .card-box {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rhYtPJd67D .mbr-text {
  color: #8d97ad;
}
.cid-rhYtPJd67D .mbr-section-subtitle {
  color: #000000;
}
.cid-rhYtPJd67D .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-rhYtPJd67D .card-title {
    text-align: center;
  }
  .cid-rhYtPJd67D p.mbr-text,
  .cid-rhYtPJd67D p.date {
    text-align: center;
  }
}
.cid-rhYcALL9A8 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.cid-rhYcALL9A8 .mbr-section-title {
  text-align: center;
}
.cid-rhYcALL9A8 .mbr-text,
.cid-rhYcALL9A8 .mbr-section-btn {
  text-align: center;
}
.cid-rhYcAS3Mu0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-rhYcAS3Mu0 .card {
  padding: 1rem 1rem 1rem 1rem;
}
.cid-rhYcAS3Mu0 .card-title {
  padding: 0.5rem 1rem 0.5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #f5f131, #efc031);
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.cid-rhYcAS3Mu0 .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-rhYcAS3Mu0 .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-rhYcAS3Mu0 .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rhYcAS3Mu0 .card-text,
.cid-rhYcAS3Mu0 .mbr-subtitle {
  color: #8d97ad;
}
.cid-rhYcAS3Mu0 .card-sign {
  padding-top: 0.5rem;
}
.cid-rhYcAS3Mu0 .underline .line {
  width: 5rem;
  height: 1px;
  background: #efefef;
  display: inline-block;
}
.cid-rhYcAS3Mu0 .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-rhYcAS3Mu0 .card-title {
    text-align: center;
  }
  .cid-rhYcAS3Mu0 p.mbr-text,
  .cid-rhYcAS3Mu0 p.date {
    text-align: center;
  }
}
.cid-rhYcAS3Mu0 .card-box {
  background: #ffffff;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 0.25rem;
}
.cid-rhYcAS3Mu0 .card-text {
  color: #000000;
}
.cid-rhYcAS3Mu0 .card-sign,
.cid-rhYcAS3Mu0 .underline {
  color: #9e9e9e;
}
.cid-rhYcATughK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rhYcATughK .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-rhYcATughK .card {
  margin-bottom: 25px;
  owerflow: hidden;
  height: 200px;
}
.cid-rhYcATughK .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-rhYcATughK .card:hover .card-wrapper:before {
  opacity: 0.8;
  background: #efc031;
}
.line-wrap {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #f7f210;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.cid-rhYcATughK .card-big {
  height: 425px;
}
.cid-rhYcATughK .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-rhYcATughK .card-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-rhYcATughK .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-rhYcATughK .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rhYcATughK .mbr-section-title {
  color: #656565;
  text-align: center;
}
.cid-rhYcATughK .card-sub-title {
  text-align: center;
  font-weight: 500;
}
.cid-rhYcATughK .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rhYcATughK .mbr-section-title,
.cid-rhYcATughK .line-wrap {
  color: #000000;
  text-align: center;
}
.cid-rhYcATughK .mbr-text {
  text-align: center;
  color: #656565;
}
@media (max-width: 992px) {
  .cid-rhYcATughK .card-big {
    height: 200px;
  }
  .cid-rhYcATughK .card-img {
    margin-top: -15%;
  }
}
.cid-rhYcAVjgB5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rhYcAVjgB5 .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-rhYcAVjgB5 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-rhYcAVjgB5 .mbr-form {
  display: flex;
}
.cid-rhYcAVjgB5 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-rhYcAVjgB5 .card {
  padding: 3rem 8rem;
}
.cid-rhYcAVjgB5 .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-rhYcAVjgB5 .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-rhYcAVjgB5 .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-rhYcAVjgB5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rhYcAVjgB5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rhYcAVjgB5 .map-placeholder {
  display: none;
}
.cid-rhYcAVjgB5 .btn-primary {
  border: 1px solid #f7f210 !important;
}
.cid-rhYcAVjgB5 .btn-primary:hover {
  border: 1px solid #f7f210 !important;
}
.cid-rhYcAVjgB5 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-rhYcAVjgB5 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
  max-width: 300px;
}
.cid-rhYcAVjgB5 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-rhYcAVjgB5 .mbr-text {
  color: #444;
}
.cid-rhYcAVjgB5 h5 {
  margin-bottom: 0;
}
.cid-rhYcAVjgB5 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-rhYcAVjgB5 .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rhYcAVjgB5 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-rhYcAVjgB5 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rhYcAVjgB5 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rhYcAVjgB5 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-rhYcAVjgB5 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-rhYcAVjgB5 .social-list a:hover {
  opacity: 0.4;
}
.cid-rhYcAVjgB5 .media-container-row > div {
  padding: 0px;
}
.cid-rhYcAVjgB5 .text2 {
  color: #000000;
  text-align: left;
}
.cid-rhYcAVjgB5 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rhYcAVjgB5 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-rhYcAVjgB5 .card {
    padding: 3rem 3rem;
  }
}
@media (max-width: 991px) {
  .cid-rhYcAVjgB5 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rhYcAVjgB5 h3 {
    margin-bottom: 10px;
  }
  .cid-rhYcAVjgB5 .card {
    padding: 3rem 3rem;
  }
}
@media (max-width: 576px) {
  .cid-rhYcAVjgB5 .form-control {
    max-width: 180px;
  }
  .cid-rhYcAVjgB5 .card {
    padding: 2rem 1rem;
  }
}
.cid-rhYcAVjgB5 .links span {
  color: #9e9e9e;
}
.cid-rhYcAVjgB5 .logo-sub-title {
  text-align: center;
}
.cid-rhYcAVjgB5 .logo-title {
  text-align: center;
}
.cid-rhYcAVjgB5 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-rhYcAZLFvF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f210;
}
@media (max-width: 767px) {
  .cid-rhYcAZLFvF .content {
    text-align: center;
  }
  .cid-rhYcAZLFvF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rhYcAZLFvF .logo-subtitle {
  color: #000000;
}
.cid-rhYcAZLFvF .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-rhYcAZLFvF .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rhYcAZLFvF .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rhYcAZLFvF .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rhYcAZLFvF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rhYcAZLFvF .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-rhYcAZLFvF .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rhYcAZLFvF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rhYcAZLFvF .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-rhYcAZLFvF .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-rhYcAZLFvF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rhYcAZLFvF .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rhYcAZLFvF .list-item {
  display: flex;
}
.cid-rhYcAZLFvF .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-rhYcAZLFvF ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-rhYcAZLFvF ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-rhYcAZLFvF ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-rhYcAZLFvF .mbr-text UL {
  color: #ff4a52;
}
.cid-riDqHr2KVg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f210;
}
.cid-riDqHr2KVg .links {
  text-align: center;
  color: #000000;
}
.cid-riDqHr2KVg p {
  margin: 0;
}
.cid-rhYcECZ2oL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-rhYcECZ2oL .nav-item,
.cid-rhYcECZ2oL .nav-link,
.cid-rhYcECZ2oL .navbar-caption {
  font-weight: normal;
}
.cid-rhYcECZ2oL .nav-item:focus,
.cid-rhYcECZ2oL .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rhYcECZ2oL .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rhYcECZ2oL .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rhYcECZ2oL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rhYcECZ2oL
  .dropdown
  .dropdown-menu
  .dropdown-item:hover
  .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rhYcECZ2oL .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rhYcECZ2oL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rhYcECZ2oL .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-rhYcECZ2oL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rhYcECZ2oL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rhYcECZ2oL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #f7f210;
  background: none;
}
.cid-rhYcECZ2oL .navbar.opened {
  transition: all 0.3s;
  background: #f7f210 !important;
}
.cid-rhYcECZ2oL .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-rhYcECZ2oL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rhYcECZ2oL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rhYcECZ2oL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rhYcECZ2oL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rhYcECZ2oL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rhYcECZ2oL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rhYcECZ2oL
  .navbar.collapsed
  .dropdown-menu
  .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rhYcECZ2oL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rhYcECZ2oL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rhYcECZ2oL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-rhYcECZ2oL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rhYcECZ2oL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rhYcECZ2oL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rhYcECZ2oL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rhYcECZ2oL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rhYcECZ2oL
    .navbar
    .dropdown-menu
    .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rhYcECZ2oL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rhYcECZ2oL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rhYcECZ2oL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rhYcECZ2oL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rhYcECZ2oL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rhYcECZ2oL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-rhYcECZ2oL .navbar.navbar-short {
  background: #f7f210 !important;
  min-height: 60px;
}
.cid-rhYcECZ2oL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rhYcECZ2oL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rhYcECZ2oL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rhYcECZ2oL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rhYcECZ2oL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rhYcECZ2oL .dropdown-item.active,
.cid-rhYcECZ2oL .dropdown-item:active {
  background-color: transparent;
}
.cid-rhYcECZ2oL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rhYcECZ2oL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rhYcECZ2oL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f210;
}
.cid-rhYcECZ2oL
  .navbar.navbar-expand-lg
  .dropdown
  .dropdown-menu
  .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rhYcECZ2oL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rhYcECZ2oL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rhYcECZ2oL .navbar-buttons {
  text-align: center;
}
.cid-rhYcECZ2oL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rhYcECZ2oL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f5f131;
}
.cid-rhYcECZ2oL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rhYcECZ2oL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rhYcECZ2oL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rhYcECZ2oL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rhYcECZ2oL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rhYcECZ2oL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rhYcECZ2oL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rhYcECZ2oL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rhYcECZ2oL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-rhYcECZ2oL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rhYcECZ2oL .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rhYcECZ2oL .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rhYcECZ2oL .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-rhYcECZ2oL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rhYcECZ2oL .navbar {
    height: 77px;
  }
  .cid-rhYcECZ2oL .navbar.opened {
    height: auto;
  }
  .cid-rhYcECZ2oL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rhYcEEqQ50 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/1-2000x1333.jpg");
}
.cid-rhYcEEqQ50 .mbr-section-title DIV {
  text-align: left;
}
.cid-rhYduDx0Uo {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
.cid-rhYduDx0Uo .mbr-iconfont {
  font-size: 50px;
  transition: color 0.3s;
  padding: 1.5rem;
}
.cid-rhYduDx0Uo .mbr-section-title {
  margin: 0;
}
.cid-rhYduDx0Uo .mbr-section-subtitle {
  color: #000000;
}
.cid-rhYduDx0Uo .card-img span {
  color: #f7f210;
}
.cid-rhYduDx0Uo .row-item {
  margin-bottom: 2rem;
}
.cid-rhYduDx0Uo .row-item:hover .wrapper {
  background: linear-gradient(90deg, #f7f210, #ffca00);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-rhYduDx0Uo .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-rhYduDx0Uo .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-rhYduDx0Uo .wrapper {
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rhYcEFWtNj {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f5f7fa;
}
.cid-rhYcEFWtNj .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-rhYcEFWtNj .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-rhYcEFWtNj .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rhYcEFWtNj p {
  line-height: 1.6;
}
.cid-rhYcEFWtNj .rev,
.cid-rhYcEFWtNj .mbr-iconfont {
  display: inline-block;
}
.cid-rhYcEFWtNj .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #f7f210;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rhYcEFWtNj .card-title {
  color: #333333;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rhYcEFWtNj .card-box {
  padding: 1.5rem;
}
.cid-rhYcEFWtNj .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-rhYcEFWtNj .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rhYcEFWtNj .mbr-section-title,
.cid-rhYcEFWtNj .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-rhYcEFWtNj .rev {
  text-align: left;
}
.cid-rhYcEFWtNj .card-text,
.cid-rhYcEFWtNj .mbr-section-btn,
.cid-rhYcEFWtNj .ico-line {
  text-align: left;
  color: #000000;
}
.cid-rhYcEFWtNj .rev i {
  color: #0a1c44;
}
.cid-rhYcEIacs4 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f5f7fa;
}
.cid-rhYcEIacs4 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-rhYcEIacs4 .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-rhYcEIacs4 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rhYcEIacs4 p {
  line-height: 1.6;
}
.cid-rhYcEIacs4 .rev,
.cid-rhYcEIacs4 .mbr-iconfont {
  display: inline-block;
}
.cid-rhYcEIacs4 .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rhYcEIacs4 .card-title {
  color: #333333;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rhYcEIacs4 .card-box {
  padding: 1.5rem;
}
.cid-rhYcEIacs4 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-rhYcEIacs4 .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rhYcEIacs4 .mbr-section-title,
.cid-rhYcEIacs4 .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-rhYcEIacs4 .rev {
  text-align: left;
}
.cid-rhYcEIacs4 .card-text,
.cid-rhYcEIacs4 .mbr-section-btn,
.cid-rhYcEIacs4 .ico-line {
  text-align: left;
  color: #000000;
}
.cid-rhYcEIacs4 .rev i {
  color: #0a1c44;
}
.cid-rhYcEJWgsj {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/654651-880x587.jpg");
}
.cid-rhYcEJWgsj .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #f7f210;
  color: #444444;
  padding: 0;
}
.cid-rhYcEJWgsj .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-rhYcEJWgsj .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-rhYcEJWgsj .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-rhYcEJWgsj .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-rhYcEJWgsj .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-rhYcEJWgsj .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #656565;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cid-rhYcEJWgsj .content-box {
  display: flex;
}
.cid-rhYcEJWgsj .date-box {
  background: #0a1c44;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rhYcEJWgsj .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-rhYcEJWgsj .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rhYcEJWgsj .rev,
.cid-rhYcEJWgsj .mbr-iconfont {
  display: inline-block;
}
.cid-rhYcEJWgsj .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #656565;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rhYcEJWgsj .card-title {
  color: #333333;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rhYcEJWgsj .card-box {
  padding: 1rem;
}
.cid-rhYcEJWgsj .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-rhYcEJWgsj .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rhYcEJWgsj .mbr-section-title,
.cid-rhYcEJWgsj .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-rhYcEJWgsj .rev {
  text-align: left;
}
.cid-rhYcEJWgsj .card-text,
.cid-rhYcEJWgsj .mbr-section-btn,
.cid-rhYcEJWgsj .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-rhYcEJWgsj .rev i {
  color: #0a1c44;
}
.cid-rhYcEJWgsj .date {
  text-align: center;
  color: #ffffff;
}
.cid-rhYcEJWgsj .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-rhYcEJWgsj .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rhYcEJWgsj .img-hover {
    opacity: 0.5;
  }
  .cid-rhYcEJWgsj .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-rhYcEMoHGT {
  padding-top: 80px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rhYcEMoHGT .main-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-rhYcEMoHGT .section-text {
  color: #8d97ad;
}
.cid-rhYcEMoHGT .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #000000);
}
.cid-rhYcEMoHGT .text-block {
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-rhYcEMoHGT .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rhYcEMoHGT .mbr-figure {
  background: #e9e9e9;
  overflow: hidden;
  border-radius: 0.25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 0 !important;
}
.cid-rhYcEMoHGT .mbr-figure .card-text {
  padding: 2rem;
}
.cid-rhYcEMoHGT .counter-container {
  color: #767676;
  padding-top: 1rem;
}
.cid-rhYcEMoHGT .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rhYcEMoHGT .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rhYcEMoHGT .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all 0.2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rhYcEMoHGT .mbr-text {
    text-align: center;
  }
}
.cid-rhYcEMoHGT .mbr-text UL {
  color: #000000;
}
.cid-rhYcEO5fcH {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rhYcEO5fcH .mbr-iconfont {
  font-size: 48px;
  transition: color 0.3s;
  color: #1dc9cb;
}
.cid-rhYcEO5fcH .mbr-section-title {
  margin: 0;
}
.cid-rhYcEO5fcH .card-img {
  text-align: center;
}
.cid-rhYcEO5fcH .mbr-section-subtitle,
.cid-rhYcEO5fcH .mbr-text {
  color: #8d97ad;
}
.cid-rhYcEO5fcH .row-item {
  border-radius: 0.25rem;
  background: #f7f210;
  padding: 2.5rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 767px) {
  .cid-rhYcEO5fcH .card-img,
  .cid-rhYcEO5fcH .mbr-text,
  .cid-rhYcEO5fcH .mbr-card-title,
  .cid-rhYcEO5fcH .mbr-section-subtitle,
  .cid-rhYcEO5fcH .mbr-section-title,
  .cid-rhYcEO5fcH .underline {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-rhYcEO5fcH .row-item {
    margin-bottom: 2rem;
  }
}
.cid-rhYcEO5fcH .mbr-text {
  color: #000000;
}
.cid-rhYglvocr3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rhYglvocr3 .mbr-overlay {
  background: #efefef;
}
.cid-rhYglvocr3 .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-rhYglvocr3 .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-rhYglvocr3 .card-box {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rhYglvocr3 .mbr-text {
  color: #8d97ad;
}
.cid-rhYglvocr3 .mbr-section-subtitle {
  color: #000000;
}
.cid-rhYglvocr3 .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-rhYglvocr3 .card-title {
    text-align: center;
  }
  .cid-rhYglvocr3 p.mbr-text,
  .cid-rhYglvocr3 p.date {
    text-align: center;
  }
}
.cid-rhYcEQ3c5x {
  padding-top: 150px;
  padding-bottom: 150px;
}
.cid-rhYcEQ3c5x .mbr-section-title {
  text-align: center;
}
.cid-rhYcEQ3c5x .mbr-text,
.cid-rhYcEQ3c5x .mbr-section-btn {
  text-align: center;
}
.cid-rhYcERkOaf {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rhYcERkOaf img {
  width: 100%;
}
.cid-rhYcERkOaf p {
  line-height: 1.6;
}
.cid-rhYcERkOaf .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rhYcERkOaf .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-rhYcERkOaf .mbr-text,
.cid-rhYcERkOaf .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-rhYcERkOaf .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rhYcERkOaf .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-rhYcERkOaf .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-rhYcERkOaf .mbr-section-title,
.cid-rhYcERkOaf .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-rhYcERkOaf .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-rhYcEW1WAy {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #f4f8fa;
}
.cid-rhYcEW1WAy .card {
  padding: 1rem 1rem 1rem 1rem;
}
.cid-rhYcEW1WAy .card-title {
  padding: 0.5rem 1rem 0.5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #f7f210, #ffca00);
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.cid-rhYcEW1WAy .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-rhYcEW1WAy .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-rhYcEW1WAy .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rhYcEW1WAy .card-text,
.cid-rhYcEW1WAy .mbr-subtitle {
  color: #8d97ad;
}
.cid-rhYcEW1WAy .card-sign {
  padding-top: 0.5rem;
}
.cid-rhYcEW1WAy .underline .line {
  width: 5rem;
  height: 1px;
  background: #efefef;
  display: inline-block;
}
.cid-rhYcEW1WAy .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-rhYcEW1WAy .card-title {
    text-align: center;
  }
  .cid-rhYcEW1WAy p.mbr-text,
  .cid-rhYcEW1WAy p.date {
    text-align: center;
  }
}
.cid-rhYcEW1WAy .card-box {
  background: #ffffff;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 0.25rem;
}
.cid-rhYcEW1WAy .card-text {
  color: #000000;
}
.cid-rhYcEW1WAy .card-sign,
.cid-rhYcEW1WAy .underline {
  color: #9e9e9e;
}
.cid-rhYcESwXSP {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rhYcESwXSP .container-fluid {
  padding: 0 2rem;
}
.cid-rhYcESwXSP .underline .line {
  width: 80px;
  height: 4px;
  background-color: #f7f210;
  display: inline-block;
}
.cid-rhYcESwXSP .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-rhYcESwXSP .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rhYcESwXSP .time-line-date-content {
  margin-right: 2rem;
}
.cid-rhYcESwXSP .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-rhYcESwXSP .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-rhYcESwXSP .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #f7f210;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-rhYcESwXSP .separline:before,
.cid-rhYcESwXSP .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f7f210;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-rhYcESwXSP .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f7f210;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-rhYcESwXSP .container-fluid {
    padding: 0 1rem;
  }
  .cid-rhYcESwXSP .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-rhYcESwXSP .separline:before,
  .cid-rhYcESwXSP .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-rhYcESwXSP .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-rhYcESwXSP .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-rhYcESwXSP .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-rhYcESwXSP .time-line-date-content p {
    float: left !important;
  }
  .cid-rhYcESwXSP .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-rhYcESwXSP .mbr-section-title,
.cid-rhYcESwXSP .underline {
  text-align: center;
}
.cid-rhYcEXlr8H {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rhYcEXlr8H .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-rhYcEXlr8H .card {
  margin-bottom: 25px;
  owerflow: hidden;
  height: 200px;
}
.cid-rhYcEXlr8H .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-rhYcEXlr8H .card:hover .card-wrapper:before {
  opacity: 0.8;
  background: #f7f210;
}
.cid-rhYcEXlr8H .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rhYcEXlr8H .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #f7f210;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.cid-rhYcEXlr8H .card-big {
  height: 425px;
}
.cid-rhYcEXlr8H .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-rhYcEXlr8H .card-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-rhYcEXlr8H .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-rhYcEXlr8H .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rhYcEXlr8H .mbr-section-title {
  color: #656565;
  text-align: center;
}
.cid-rhYcEXlr8H .card-sub-title {
  text-align: center;
  font-weight: 500;
}
.cid-rhYcEXlr8H .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rhYcEXlr8H .mbr-section-title,
.cid-rhYcEXlr8H .line-wrap {
  color: #000000;
  text-align: center;
}
.cid-rhYcEXlr8H .mbr-text {
  text-align: center;
  color: #656565;
}
@media (max-width: 992px) {
  .cid-rhYcEXlr8H .card-big {
    height: 200px;
  }
  .cid-rhYcEXlr8H .card-img {
    margin-top: -15%;
  }
}
.cid-rhYcEYVj3N {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rhYcEYVj3N .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-rhYcEYVj3N .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-rhYcEYVj3N .mbr-form {
  display: flex;
}
.cid-rhYcEYVj3N .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-rhYcEYVj3N .card {
  padding: 3rem 8rem;
}
.cid-rhYcEYVj3N .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-rhYcEYVj3N .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-rhYcEYVj3N .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-rhYcEYVj3N .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rhYcEYVj3N .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rhYcEYVj3N .map-placeholder {
  display: none;
}
.cid-rhYcEYVj3N .btn-primary {
  border: 1px solid #f7f210 !important;
}
.cid-rhYcEYVj3N .btn-primary:hover {
  border: 1px solid #f7f210 !important;
}
.cid-rhYcEYVj3N .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-rhYcEYVj3N .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
  max-width: 300px;
}
.cid-rhYcEYVj3N .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-rhYcEYVj3N .mbr-text {
  color: #444;
}
.cid-rhYcEYVj3N h5 {
  margin-bottom: 0;
}
.cid-rhYcEYVj3N .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-rhYcEYVj3N .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rhYcEYVj3N .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-rhYcEYVj3N .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rhYcEYVj3N .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rhYcEYVj3N .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-rhYcEYVj3N .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-rhYcEYVj3N .social-list a:hover {
  opacity: 0.4;
}
.cid-rhYcEYVj3N .media-container-row > div {
  padding: 0px;
}
.cid-rhYcEYVj3N .text2 {
  color: #000000;
  text-align: left;
}
.cid-rhYcEYVj3N .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rhYcEYVj3N .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-rhYcEYVj3N .card {
    padding: 3rem 3rem;
  }
}
@media (max-width: 991px) {
  .cid-rhYcEYVj3N .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rhYcEYVj3N h3 {
    margin-bottom: 10px;
  }
  .cid-rhYcEYVj3N .card {
    padding: 3rem 3rem;
  }
}
@media (max-width: 576px) {
  .cid-rhYcEYVj3N .form-control {
    max-width: 180px;
  }
  .cid-rhYcEYVj3N .card {
    padding: 2rem 1rem;
  }
}
.cid-rhYcEYVj3N .links span {
  color: #9e9e9e;
}
.cid-rhYcEYVj3N .logo-sub-title {
  text-align: center;
}
.cid-rhYcEYVj3N .logo-title {
  text-align: center;
}
.cid-rhYcEYVj3N .logo-sub-title i {
  color: #9e9e9e;
}
.cid-rhYcF2L7qC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f210;
}
@media (max-width: 767px) {
  .cid-rhYcF2L7qC .content {
    text-align: center;
  }
  .cid-rhYcF2L7qC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rhYcF2L7qC .logo-subtitle {
  color: #000000;
}
.cid-rhYcF2L7qC .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-rhYcF2L7qC .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rhYcF2L7qC .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rhYcF2L7qC .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rhYcF2L7qC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rhYcF2L7qC .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-rhYcF2L7qC .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rhYcF2L7qC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rhYcF2L7qC .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-rhYcF2L7qC .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-rhYcF2L7qC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rhYcF2L7qC .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rhYcF2L7qC .list-item {
  display: flex;
}
.cid-rhYcF2L7qC .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-rhYcF2L7qC ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-rhYcF2L7qC ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-rhYcF2L7qC ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-rhYcF2L7qC .mbr-text UL {
  color: #ff4a52;
}
.cid-riDv2Ye56i {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f210;
}
.cid-riDv2Ye56i .links {
  text-align: center;
  color: #000000;
}
.cid-riDv2Ye56i p {
  margin: 0;
}
.cid-rhYxWGgwaA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-rhYxWGgwaA .nav-item,
.cid-rhYxWGgwaA .nav-link,
.cid-rhYxWGgwaA .navbar-caption {
  font-weight: normal;
}
.cid-rhYxWGgwaA .nav-item:focus,
.cid-rhYxWGgwaA .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rhYxWGgwaA .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rhYxWGgwaA .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rhYxWGgwaA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rhYxWGgwaA
  .dropdown
  .dropdown-menu
  .dropdown-item:hover
  .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rhYxWGgwaA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rhYxWGgwaA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rhYxWGgwaA .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-rhYxWGgwaA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rhYxWGgwaA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rhYxWGgwaA .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #f7f210;
  background: none;
}
.cid-rhYxWGgwaA .navbar.opened {
  transition: all 0.3s;
  background: #f7f210 !important;
}
.cid-rhYxWGgwaA .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-rhYxWGgwaA .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rhYxWGgwaA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rhYxWGgwaA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rhYxWGgwaA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rhYxWGgwaA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rhYxWGgwaA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rhYxWGgwaA
  .navbar.collapsed
  .dropdown-menu
  .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rhYxWGgwaA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rhYxWGgwaA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rhYxWGgwaA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-rhYxWGgwaA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rhYxWGgwaA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rhYxWGgwaA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rhYxWGgwaA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rhYxWGgwaA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rhYxWGgwaA
    .navbar
    .dropdown-menu
    .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rhYxWGgwaA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rhYxWGgwaA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rhYxWGgwaA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rhYxWGgwaA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rhYxWGgwaA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rhYxWGgwaA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-rhYxWGgwaA .navbar.navbar-short {
  background: #f7f210 !important;
  min-height: 60px;
}
.cid-rhYxWGgwaA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rhYxWGgwaA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rhYxWGgwaA .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rhYxWGgwaA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rhYxWGgwaA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rhYxWGgwaA .dropdown-item.active,
.cid-rhYxWGgwaA .dropdown-item:active {
  background-color: transparent;
}
.cid-rhYxWGgwaA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rhYxWGgwaA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rhYxWGgwaA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f210;
}
.cid-rhYxWGgwaA
  .navbar.navbar-expand-lg
  .dropdown
  .dropdown-menu
  .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rhYxWGgwaA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rhYxWGgwaA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rhYxWGgwaA .navbar-buttons {
  text-align: center;
}
.cid-rhYxWGgwaA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rhYxWGgwaA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f5f131;
}
.cid-rhYxWGgwaA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rhYxWGgwaA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rhYxWGgwaA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rhYxWGgwaA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rhYxWGgwaA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rhYxWGgwaA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rhYxWGgwaA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rhYxWGgwaA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rhYxWGgwaA .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-rhYxWGgwaA a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rhYxWGgwaA .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rhYxWGgwaA .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rhYxWGgwaA .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-rhYxWGgwaA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rhYxWGgwaA .navbar {
    height: 77px;
  }
  .cid-rhYxWGgwaA .navbar.opened {
    height: auto;
  }
  .cid-rhYxWGgwaA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rhYz1LmL8b {
  padding-top: 150px;
  padding-bottom: 150px;
}
.cid-rhYz1LmL8b .mbr-section-title {
  text-align: center;
}
.cid-rhYz1LmL8b .mbr-text,
.cid-rhYz1LmL8b .mbr-section-btn {
  text-align: center;
}
.cid-rhYxXbMybh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f210;
}
@media (max-width: 767px) {
  .cid-rhYxXbMybh .content {
    text-align: center;
  }
  .cid-rhYxXbMybh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rhYxXbMybh .logo-subtitle {
  color: #000000;
}
.cid-rhYxXbMybh .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-rhYxXbMybh .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rhYxXbMybh .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rhYxXbMybh .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rhYxXbMybh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rhYxXbMybh .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-rhYxXbMybh .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rhYxXbMybh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rhYxXbMybh .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-rhYxXbMybh .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-rhYxXbMybh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rhYxXbMybh .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rhYxXbMybh .list-item {
  display: flex;
}
.cid-rhYxXbMybh .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-rhYxXbMybh ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-rhYxXbMybh ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-rhYxXbMybh ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-rhYxXbMybh .mbr-text UL {
  color: #ff4a52;
}
.cid-riDvruFxDK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f210;
}
.cid-riDvruFxDK .links {
  text-align: center;
  color: #000000;
}
.cid-riDvruFxDK p {
  margin: 0;
}
.cid-rhYA2bcTWh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-rhYA2bcTWh .nav-item,
.cid-rhYA2bcTWh .nav-link,
.cid-rhYA2bcTWh .navbar-caption {
  font-weight: normal;
}
.cid-rhYA2bcTWh .nav-item:focus,
.cid-rhYA2bcTWh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rhYA2bcTWh .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rhYA2bcTWh .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rhYA2bcTWh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rhYA2bcTWh
  .dropdown
  .dropdown-menu
  .dropdown-item:hover
  .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rhYA2bcTWh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rhYA2bcTWh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rhYA2bcTWh .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-rhYA2bcTWh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rhYA2bcTWh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rhYA2bcTWh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #f7f210;
  background: none;
}
.cid-rhYA2bcTWh .navbar.opened {
  transition: all 0.3s;
  background: #f7f210 !important;
}
.cid-rhYA2bcTWh .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-rhYA2bcTWh .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rhYA2bcTWh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rhYA2bcTWh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rhYA2bcTWh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rhYA2bcTWh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rhYA2bcTWh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rhYA2bcTWh
  .navbar.collapsed
  .dropdown-menu
  .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rhYA2bcTWh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rhYA2bcTWh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rhYA2bcTWh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-rhYA2bcTWh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rhYA2bcTWh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rhYA2bcTWh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rhYA2bcTWh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rhYA2bcTWh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rhYA2bcTWh
    .navbar
    .dropdown-menu
    .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rhYA2bcTWh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rhYA2bcTWh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rhYA2bcTWh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rhYA2bcTWh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rhYA2bcTWh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rhYA2bcTWh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-rhYA2bcTWh .navbar.navbar-short {
  background: #f7f210 !important;
  min-height: 60px;
}
.cid-rhYA2bcTWh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rhYA2bcTWh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rhYA2bcTWh .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rhYA2bcTWh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rhYA2bcTWh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rhYA2bcTWh .dropdown-item.active,
.cid-rhYA2bcTWh .dropdown-item:active {
  background-color: transparent;
}
.cid-rhYA2bcTWh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rhYA2bcTWh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rhYA2bcTWh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f210;
}
.cid-rhYA2bcTWh
  .navbar.navbar-expand-lg
  .dropdown
  .dropdown-menu
  .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rhYA2bcTWh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rhYA2bcTWh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rhYA2bcTWh .navbar-buttons {
  text-align: center;
}
.cid-rhYA2bcTWh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rhYA2bcTWh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f5f131;
}
.cid-rhYA2bcTWh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rhYA2bcTWh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rhYA2bcTWh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rhYA2bcTWh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rhYA2bcTWh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rhYA2bcTWh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rhYA2bcTWh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rhYA2bcTWh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rhYA2bcTWh .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-rhYA2bcTWh a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rhYA2bcTWh .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rhYA2bcTWh .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rhYA2bcTWh .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-rhYA2bcTWh .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rhYA2bcTWh .navbar {
    height: 77px;
  }
  .cid-rhYA2bcTWh .navbar.opened {
    height: auto;
  }
  .cid-rhYA2bcTWh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rhYA2eTDXi {
  padding-top: 120px;
  padding-bottom: 0px;
  /*background-image: url("../../../assets/images/background1.jpg");*/
  padding-bottom: 40px;
  background-color: #fff;
}
.cid-rhYA2eTDXi .listico {
  padding-right: 1rem;
  font-size: 1.9rem;
}
.cid-rhYA2eTDXi .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-rhYA2eTDXi .mbr-form {
  display: flex;
}
.cid-rhYA2eTDXi .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-rhYA2eTDXi .card {
  padding: 3rem 8rem;
}
.cid-rhYA2eTDXi .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-rhYA2eTDXi .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-rhYA2eTDXi .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-rhYA2eTDXi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rhYA2eTDXi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rhYA2eTDXi .map-placeholder {
  display: none;
}
.cid-rhYA2eTDXi .btn-primary {
  border: 1px solid #f7f210 !important;
}
.cid-rhYA2eTDXi .btn-primary:hover {
  border: 1px solid #f7f210 !important;
}
.cid-rhYA2eTDXi .stripe {
  border-bottom: 1px solid #f28500;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-rhYA2eTDXi .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
  max-width: 300px;
}
.cid-rhYA2eTDXi .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f7f210;
  width: 85%;
}
.cid-rhYA2eTDXi .mbr-text {
  color: #444;
}
.cid-rhYA2eTDXi h5 {
  margin-bottom: 0;
}
.cid-rhYA2eTDXi .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-rhYA2eTDXi .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rhYA2eTDXi .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-rhYA2eTDXi .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rhYA2eTDXi .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rhYA2eTDXi .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-rhYA2eTDXi .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-rhYA2eTDXi .social-list a:hover {
  opacity: 0.4;
}
.cid-rhYA2eTDXi .media-container-row > div {
  padding: 0px;
}
.cid-rhYA2eTDXi .text2 {
  color: #000000;
  text-align: left;
}
.cid-rhYA2eTDXi .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rhYA2eTDXi .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-rhYA2eTDXi .card {
    padding: 3rem 3rem;
  }
}
@media (max-width: 991px) {
  .cid-rhYA2eTDXi .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rhYA2eTDXi h3 {
    margin-bottom: 10px;
  }
  .cid-rhYA2eTDXi .card {
    padding: 3rem 3rem;
  }
}
@media (max-width: 576px) {
  .cid-rhYA2eTDXi .form-control {
    max-width: 180px;
  }
  .cid-rhYA2eTDXi .card {
    padding: 2rem 1rem;
  }
}
.cid-rhYA2eTDXi .links span {
  color: #9e9e9e;
}
.cid-rhYA2eTDXi .logo-sub-title {
  text-align: center;
}
.cid-rhYA2eTDXi .logo-title {
  text-align: center;
}
.cid-rhYA2eTDXi .logo-sub-title i {
  color: #9e9e9e;
}
.cid-rhYA2hJuKC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f210;
}
@media (max-width: 767px) {
  .cid-rhYA2hJuKC .content {
    text-align: center;
  }
  .cid-rhYA2hJuKC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rhYA2hJuKC .logo-subtitle {
  color: #000000;
}
.cid-rhYA2hJuKC .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-rhYA2hJuKC .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rhYA2hJuKC .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rhYA2hJuKC .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rhYA2hJuKC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rhYA2hJuKC .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-rhYA2hJuKC .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rhYA2hJuKC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rhYA2hJuKC .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-rhYA2hJuKC .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-rhYA2hJuKC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rhYA2hJuKC .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rhYA2hJuKC .list-item {
  display: flex;
}
.cid-rhYA2hJuKC .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-rhYA2hJuKC ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-rhYA2hJuKC ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-rhYA2hJuKC ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-rhYA2hJuKC .mbr-text UL {
  color: #ff4a52;
}
.cid-riDwqPcmUd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f210;
}
.cid-riDwqPcmUd .links {
  text-align: center;
  color: #000000;
}
.cid-riDwqPcmUd p {
  margin: 0;
}
.cid-rhYD8e1Dnp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-rhYD8e1Dnp .nav-item,
.cid-rhYD8e1Dnp .nav-link,
.cid-rhYD8e1Dnp .navbar-caption {
  font-weight: normal;
}
.cid-rhYD8e1Dnp .nav-item:focus,
.cid-rhYD8e1Dnp .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rhYD8e1Dnp .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rhYD8e1Dnp .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rhYD8e1Dnp .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rhYD8e1Dnp
  .dropdown
  .dropdown-menu
  .dropdown-item:hover
  .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rhYD8e1Dnp .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rhYD8e1Dnp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rhYD8e1Dnp .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-rhYD8e1Dnp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rhYD8e1Dnp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rhYD8e1Dnp .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #f7f210;
  background: none;
}
.cid-rhYD8e1Dnp .navbar.opened {
  transition: all 0.3s;
  background: #f7f210 !important;
}
.cid-rhYD8e1Dnp .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-rhYD8e1Dnp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rhYD8e1Dnp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rhYD8e1Dnp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rhYD8e1Dnp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rhYD8e1Dnp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rhYD8e1Dnp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rhYD8e1Dnp
  .navbar.collapsed
  .dropdown-menu
  .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rhYD8e1Dnp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rhYD8e1Dnp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rhYD8e1Dnp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-rhYD8e1Dnp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rhYD8e1Dnp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rhYD8e1Dnp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rhYD8e1Dnp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rhYD8e1Dnp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rhYD8e1Dnp
    .navbar
    .dropdown-menu
    .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rhYD8e1Dnp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rhYD8e1Dnp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rhYD8e1Dnp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rhYD8e1Dnp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rhYD8e1Dnp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rhYD8e1Dnp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-rhYD8e1Dnp .navbar.navbar-short {
  background: #f7f210 !important;
  min-height: 60px;
}
.cid-rhYD8e1Dnp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rhYD8e1Dnp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rhYD8e1Dnp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rhYD8e1Dnp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rhYD8e1Dnp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rhYD8e1Dnp .dropdown-item.active,
.cid-rhYD8e1Dnp .dropdown-item:active {
  background-color: transparent;
}
.cid-rhYD8e1Dnp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rhYD8e1Dnp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rhYD8e1Dnp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f210;
}
.cid-rhYD8e1Dnp
  .navbar.navbar-expand-lg
  .dropdown
  .dropdown-menu
  .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rhYD8e1Dnp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rhYD8e1Dnp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rhYD8e1Dnp .navbar-buttons {
  text-align: center;
}
.cid-rhYD8e1Dnp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rhYD8e1Dnp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f5f131;
}
.cid-rhYD8e1Dnp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rhYD8e1Dnp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rhYD8e1Dnp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rhYD8e1Dnp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rhYD8e1Dnp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rhYD8e1Dnp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rhYD8e1Dnp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rhYD8e1Dnp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rhYD8e1Dnp .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-rhYD8e1Dnp a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rhYD8e1Dnp .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rhYD8e1Dnp .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rhYD8e1Dnp .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-rhYD8e1Dnp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rhYD8e1Dnp .navbar {
    height: 77px;
  }
  .cid-rhYD8e1Dnp .navbar.opened {
    height: auto;
  }
  .cid-rhYD8e1Dnp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rhYEQD152T {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #f7f210;
}
.cid-rhYEQD152T .row-element,
.cid-rhYEQD152T .image-element {
  padding: 0;
}
.cid-rhYEQD152T .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rhYEQD152T .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rhYEQD152T .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-rhYEQD152T .text-content {
    padding: 2rem 1rem;
  }
  .cid-rhYEQD152T .mbr-title,
  .cid-rhYEQD152T .mbr-text,
  .cid-rhYEQD152T .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rhYEQD152T .mbr-text,
.cid-rhYEQD152T .mbr-section-btn {
  color: #767676;
}
.cid-rhYEQD152T .mbr-title {
  color: #000000;
}
.cid-rhYER5YhJU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rhYER5YhJU .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rhYER5YhJU .row-element,
.cid-rhYER5YhJU .image-element {
  padding: 0;
}
.cid-rhYER5YhJU .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rhYER5YhJU .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rhYER5YhJU .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-rhYER5YhJU .text-content {
    padding: 2rem 1rem;
  }
  .cid-rhYER5YhJU .mbr-title,
  .cid-rhYER5YhJU .mbr-text,
  .cid-rhYER5YhJU .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rhYER5YhJU .mbr-text,
.cid-rhYER5YhJU .mbr-section-btn {
  color: #767676;
}
.cid-rhYER5YhJU .mbr-title {
  color: #000000;
}
.cid-rhYERzHruE {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rhYERzHruE .row-element,
.cid-rhYERzHruE .image-element {
  padding: 0;
}
.cid-rhYERzHruE .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rhYERzHruE .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rhYERzHruE .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-rhYERzHruE .text-content {
    padding: 2rem 1rem;
  }
  .cid-rhYERzHruE .mbr-title,
  .cid-rhYERzHruE .mbr-text,
  .cid-rhYERzHruE .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rhYERzHruE .mbr-text,
.cid-rhYERzHruE .mbr-section-btn {
  color: #767676;
}
.cid-rhYERzHruE .mbr-title {
  color: #000000;
}
.cid-rlExEY7eAr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rlExEY7eAr .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rlExEY7eAr .row-element,
.cid-rlExEY7eAr .image-element {
  padding: 0;
}
.cid-rlExEY7eAr .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rlExEY7eAr .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rlExEY7eAr .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-rlExEY7eAr .text-content {
    padding: 2rem 1rem;
  }
  .cid-rlExEY7eAr .mbr-title,
  .cid-rlExEY7eAr .mbr-text,
  .cid-rlExEY7eAr .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rlExEY7eAr .mbr-text,
.cid-rlExEY7eAr .mbr-section-btn {
  color: #767676;
}
.cid-rlExEY7eAr .mbr-title {
  color: #000000;
}
.cid-rhYFywdj16 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rhYFywdj16 .row-element,
.cid-rhYFywdj16 .image-element {
  padding: 0;
}
.cid-rhYFywdj16 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rhYFywdj16 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rhYFywdj16 .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-rhYFywdj16 .text-content {
    padding: 2rem 1rem;
  }
  .cid-rhYFywdj16 .mbr-title,
  .cid-rhYFywdj16 .mbr-text,
  .cid-rhYFywdj16 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rhYFywdj16 .mbr-text,
.cid-rhYFywdj16 .mbr-section-btn {
  color: #767676;
}
.cid-rhYFywdj16 .mbr-title {
  color: #000000;
}
.cid-rhYD8hKr2W {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rhYD8hKr2W .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-rhYD8hKr2W .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-rhYD8hKr2W .mbr-form {
  display: flex;
}
.cid-rhYD8hKr2W .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-rhYD8hKr2W .card {
  padding: 3rem 8rem;
}
.cid-rhYD8hKr2W .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-rhYD8hKr2W .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-rhYD8hKr2W .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-rhYD8hKr2W .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rhYD8hKr2W .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rhYD8hKr2W .map-placeholder {
  display: none;
}
.cid-rhYD8hKr2W .btn-primary {
  border: 1px solid #f7f210 !important;
}
.cid-rhYD8hKr2W .btn-primary:hover {
  border: 1px solid #f7f210 !important;
}
.cid-rhYD8hKr2W .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-rhYD8hKr2W .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
  max-width: 300px;
}
.cid-rhYD8hKr2W .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-rhYD8hKr2W .mbr-text {
  color: #444;
}
.cid-rhYD8hKr2W h5 {
  margin-bottom: 0;
}
.cid-rhYD8hKr2W .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-rhYD8hKr2W .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rhYD8hKr2W .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-rhYD8hKr2W .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rhYD8hKr2W .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rhYD8hKr2W .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-rhYD8hKr2W .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-rhYD8hKr2W .social-list a:hover {
  opacity: 0.4;
}
.cid-rhYD8hKr2W .media-container-row > div {
  padding: 0px;
}
.cid-rhYD8hKr2W .text2 {
  color: #000000;
  text-align: left;
}
.cid-rhYD8hKr2W .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rhYD8hKr2W .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-rhYD8hKr2W .card {
    padding: 3rem 3rem;
  }
}
@media (max-width: 991px) {
  .cid-rhYD8hKr2W .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rhYD8hKr2W h3 {
    margin-bottom: 10px;
  }
  .cid-rhYD8hKr2W .card {
    padding: 3rem 3rem;
  }
}
@media (max-width: 576px) {
  .cid-rhYD8hKr2W .form-control {
    max-width: 180px;
  }
  .cid-rhYD8hKr2W .card {
    padding: 2rem 1rem;
  }
}
.cid-rhYD8hKr2W .links span {
  color: #9e9e9e;
}
.cid-rhYD8hKr2W .logo-sub-title {
  text-align: center;
}
.cid-rhYD8hKr2W .logo-title {
  text-align: center;
}
.cid-rhYD8hKr2W .logo-sub-title i {
  color: #9e9e9e;
}
.cid-rhYD8kEyfz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f210;
}
@media (max-width: 767px) {
  .cid-rhYD8kEyfz .content {
    text-align: center;
  }
  .cid-rhYD8kEyfz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rhYD8kEyfz .logo-subtitle {
  color: #000000;
}
.cid-rhYD8kEyfz .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-rhYD8kEyfz .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rhYD8kEyfz .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rhYD8kEyfz .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rhYD8kEyfz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rhYD8kEyfz .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-rhYD8kEyfz .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rhYD8kEyfz .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rhYD8kEyfz .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-rhYD8kEyfz .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-rhYD8kEyfz .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rhYD8kEyfz .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rhYD8kEyfz .list-item {
  display: flex;
}
.cid-rhYD8kEyfz .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-rhYD8kEyfz ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-rhYD8kEyfz ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-rhYD8kEyfz ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-rhYD8kEyfz .mbr-text UL {
  color: #ff4a52;
}
.cid-riDwaPXfb5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f210;
}
.cid-riDwaPXfb5 .links {
  text-align: center;
  color: #000000;
}
.cid-riDwaPXfb5 p {
  margin: 0;
}
.cid-rhYA2bcTWh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-rhYA2bcTWh .nav-item,
.cid-rhYA2bcTWh .nav-link,
.cid-rhYA2bcTWh .navbar-caption {
  font-weight: normal;
}
.cid-rhYA2bcTWh .nav-item:focus,
.cid-rhYA2bcTWh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rhYA2bcTWh .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rhYA2bcTWh .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rhYA2bcTWh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rhYA2bcTWh
  .dropdown
  .dropdown-menu
  .dropdown-item:hover
  .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rhYA2bcTWh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rhYA2bcTWh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rhYA2bcTWh .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-rhYA2bcTWh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rhYA2bcTWh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rhYA2bcTWh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #f7f210;
  background: none;
}
.cid-rhYA2bcTWh .navbar.opened {
  transition: all 0.3s;
  background: #f7f210 !important;
}
.cid-rhYA2bcTWh .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-rhYA2bcTWh .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rhYA2bcTWh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rhYA2bcTWh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rhYA2bcTWh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rhYA2bcTWh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rhYA2bcTWh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rhYA2bcTWh
  .navbar.collapsed
  .dropdown-menu
  .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rhYA2bcTWh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rhYA2bcTWh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rhYA2bcTWh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-rhYA2bcTWh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rhYA2bcTWh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rhYA2bcTWh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rhYA2bcTWh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rhYA2bcTWh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rhYA2bcTWh
    .navbar
    .dropdown-menu
    .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rhYA2bcTWh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rhYA2bcTWh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rhYA2bcTWh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rhYA2bcTWh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rhYA2bcTWh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rhYA2bcTWh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-rhYA2bcTWh .navbar.navbar-short {
  background: #f7f210 !important;
  min-height: 60px;
}
.cid-rhYA2bcTWh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rhYA2bcTWh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rhYA2bcTWh .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rhYA2bcTWh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rhYA2bcTWh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rhYA2bcTWh .dropdown-item.active,
.cid-rhYA2bcTWh .dropdown-item:active {
  background-color: transparent;
}
.cid-rhYA2bcTWh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rhYA2bcTWh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rhYA2bcTWh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f210;
}
.cid-rhYA2bcTWh
  .navbar.navbar-expand-lg
  .dropdown
  .dropdown-menu
  .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rhYA2bcTWh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rhYA2bcTWh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rhYA2bcTWh .navbar-buttons {
  text-align: center;
}
.cid-rhYA2bcTWh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rhYA2bcTWh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f5f131;
}
.cid-rhYA2bcTWh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rhYA2bcTWh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rhYA2bcTWh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rhYA2bcTWh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rhYA2bcTWh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rhYA2bcTWh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rhYA2bcTWh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rhYA2bcTWh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rhYA2bcTWh .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-rhYA2bcTWh a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rhYA2bcTWh .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rhYA2bcTWh .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rhYA2bcTWh .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-rhYA2bcTWh .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rhYA2bcTWh .navbar {
    height: 77px;
  }
  .cid-rhYA2bcTWh .navbar.opened {
    height: auto;
  }
  .cid-rhYA2bcTWh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rhYQJjEihs {
  padding-top: 120px;
  padding-bottom: 60px;
  background: #f7f210;
  background: linear-gradient(#f7f210, #ffffff);
}
.cid-rhYQJjEihs .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rhYQJjEihs .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-rhYQJjEihs .video-block {
    width: 100% !important;
  }
}
.cid-rhYA2hJuKC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f210;
}
@media (max-width: 767px) {
  .cid-rhYA2hJuKC .content {
    text-align: center;
  }
  .cid-rhYA2hJuKC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rhYA2hJuKC .logo-subtitle {
  color: #000000;
}
.cid-rhYA2hJuKC .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-rhYA2hJuKC .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rhYA2hJuKC .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rhYA2hJuKC .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rhYA2hJuKC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rhYA2hJuKC .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-rhYA2hJuKC .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rhYA2hJuKC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rhYA2hJuKC .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-rhYA2hJuKC .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-rhYA2hJuKC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rhYA2hJuKC .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rhYA2hJuKC .list-item {
  display: flex;
}
.cid-rhYA2hJuKC .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-rhYA2hJuKC ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-rhYA2hJuKC ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-rhYA2hJuKC ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-rhYA2hJuKC .mbr-text UL {
  color: #ff4a52;
}
.cid-riDwG2S4fW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f210;
}
.cid-riDwG2S4fW .links {
  text-align: center;
  color: #000000;
}
.cid-riDwG2S4fW p {
  margin: 0;
}
.cid-rhYRYuTGpv .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-rhYRYuTGpv .nav-item,
.cid-rhYRYuTGpv .nav-link,
.cid-rhYRYuTGpv .navbar-caption {
  font-weight: normal;
}
.cid-rhYRYuTGpv .nav-item:focus,
.cid-rhYRYuTGpv .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rhYRYuTGpv .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rhYRYuTGpv .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rhYRYuTGpv .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rhYRYuTGpv
  .dropdown
  .dropdown-menu
  .dropdown-item:hover
  .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rhYRYuTGpv .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rhYRYuTGpv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rhYRYuTGpv .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-rhYRYuTGpv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rhYRYuTGpv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rhYRYuTGpv .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #f7f210;
  background: none;
}
.cid-rhYRYuTGpv .navbar.opened {
  transition: all 0.3s;
  background: #f7f210 !important;
}
.cid-rhYRYuTGpv .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-rhYRYuTGpv .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rhYRYuTGpv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rhYRYuTGpv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rhYRYuTGpv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rhYRYuTGpv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rhYRYuTGpv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rhYRYuTGpv
  .navbar.collapsed
  .dropdown-menu
  .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rhYRYuTGpv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rhYRYuTGpv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rhYRYuTGpv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-rhYRYuTGpv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rhYRYuTGpv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rhYRYuTGpv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rhYRYuTGpv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rhYRYuTGpv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rhYRYuTGpv
    .navbar
    .dropdown-menu
    .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rhYRYuTGpv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rhYRYuTGpv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rhYRYuTGpv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rhYRYuTGpv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rhYRYuTGpv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rhYRYuTGpv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-rhYRYuTGpv .navbar.navbar-short {
  background: #f7f210 !important;
  min-height: 60px;
}
.cid-rhYRYuTGpv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rhYRYuTGpv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rhYRYuTGpv .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rhYRYuTGpv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rhYRYuTGpv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rhYRYuTGpv .dropdown-item.active,
.cid-rhYRYuTGpv .dropdown-item:active {
  background-color: transparent;
}
.cid-rhYRYuTGpv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rhYRYuTGpv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rhYRYuTGpv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f210;
}
.cid-rhYRYuTGpv
  .navbar.navbar-expand-lg
  .dropdown
  .dropdown-menu
  .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rhYRYuTGpv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rhYRYuTGpv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rhYRYuTGpv .navbar-buttons {
  text-align: center;
}
.cid-rhYRYuTGpv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rhYRYuTGpv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f5f131;
}
.cid-rhYRYuTGpv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rhYRYuTGpv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rhYRYuTGpv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rhYRYuTGpv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rhYRYuTGpv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rhYRYuTGpv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rhYRYuTGpv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rhYRYuTGpv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rhYRYuTGpv .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-rhYRYuTGpv a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rhYRYuTGpv .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rhYRYuTGpv .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rhYRYuTGpv .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-rhYRYuTGpv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rhYRYuTGpv .navbar {
    height: 77px;
  }
  .cid-rhYRYuTGpv .navbar.opened {
    height: auto;
  }
  .cid-rhYRYuTGpv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rhYRYwy9Gm {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/1-2000x1333.jpg");
}
.cid-rhYRYwy9Gm .mbr-section-title DIV {
  text-align: left;
}
.cid-ri4G1vZ3yt {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ri4G1vZ3yt .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #1ec5bf);
}
.cid-ri4G1vZ3yt h3 {
  color: #000000;
  font-weight: 300;
}
.cid-ri4G1vZ3yt p {
  color: #464646;
}
.cid-ri4G1vZ3yt h2 {
  color: #000000;
}
.cid-ri4G1vZ3yt .counter-container {
  color: #767676;
}
.cid-ri4G1vZ3yt .counter-container div {
  margin-bottom: 1rem;
  padding-left: 0.5rem;
}
.cid-ri4G1vZ3yt .media-content {
  padding-right: 1.5rem;
  padding-left: 3rem;
}
@media (max-width: 991px) {
  .cid-ri4G1vZ3yt .media-content {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.cid-ri4G1vZ3yt .mbr-figure:last-of-type {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ri4G1vZ3yt .list-counter {
  float: left;
  font-size: 2rem;
  margin-right: 1rem;
}
.cid-ri4G1vZ3yt .half-list:nth-of-type(even) {
  display: inline-block;
  width: 48%;
  margin-left: 4%;
}
.cid-ri4G1vZ3yt .half-list {
  text-align: left;
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ri4G1vZ3yt .half-list {
    width: 100%;
    margin: 0;
  }
  .cid-ri4G1vZ3yt .half-list:nth-of-type(even) {
    width: 100%;
    margin: 0;
  }
}
.cid-ri4G1vZ3yt .mbr-figure {
  -ms-flex-item-align: initial;
  -ms-grid-row-align: initial;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 992px) {
  .cid-ri4G1vZ3yt .mbr-figure {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ri4G1vZ3yt .mbr-figure {
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-ri4G1vZ3yt .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-ri4G1vZ3yt .mbr-text {
    text-align: center;
  }
}
.cid-ri4G1vZ3yt B {
  color: #000000;
}
.cid-ri4G1vZ3yt H4 {
  color: #000000;
}
.cid-riD9PmmnWh {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-riD9PmmnWh img {
  width: 100%;
}
.cid-riD9PmmnWh p {
  line-height: 1.6;
}
.cid-riD9PmmnWh .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-riD9PmmnWh .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-riD9PmmnWh .mbr-text,
.cid-riD9PmmnWh .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-riD9PmmnWh .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-riD9PmmnWh .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-riD9PmmnWh .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-riD9PmmnWh .mbr-section-title,
.cid-riD9PmmnWh .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-riD9PmmnWh .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-ri4G2dkhvu {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ri4G2dkhvu h2,
.cid-ri4G2dkhvu h3,
.cid-ri4G2dkhvu p,
.cid-ri4G2dkhvu h4 {
  color: #0a0a0a;
}
.cid-ri4G2dkhvu .img-block img {
  height: 100%;
  max-height: 600px;
}
.cid-ri4G2dkhvu .mbr-iconfont {
  color: #f7f210;
  font-size: 2rem;
}
.cid-ri4G2dkhvu .input {
  margin-bottom: 15px;
}
.cid-ri4G2dkhvu .mbr-text {
  color: #767676;
}
.cid-ri4G2dkhvu a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-ri4G2dkhvu .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ri4G2dkhvu .input-group-btn {
  display: block;
  text-align: center;
}
.cid-ri4G2dkhvu .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-ri4G2dkhvu .block .form-control {
  padding: 1.07em 1.07em;
}
.cid-ri4G2dkhvu .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-ri4G2dkhvu .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cid-ri4G2dkhvu .list-block {
  position: relative;
}
.cid-ri4G2dkhvu .list-block h4,
.cid-ri4G2dkhvu .list-block p {
  padding-left: 3.5rem;
}
.cid-ri4G2dkhvu .card-img {
  display: block;
}
@media (max-width: 767px) {
  .cid-ri4G2dkhvu h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-ri4G2dkhvu .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-ri4G2dkhvu .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-ri4G2dkhvu .img-block-wrap {
    position: relative;
  }
  .cid-ri4G2dkhvu .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-ri4G2dkhvu .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-ri4G2dkhvu .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ri4G2dkhvu .google-map {
    padding-bottom: 2rem;
  }
  .cid-ri4G2dkhvu .img-block {
    overflow: hidden;
  }
}
.cid-rhYRYxL514 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #f4f8fa;
}
.cid-rhYRYxL514 .mbr-iconfont {
  font-size: 50px;
  transition: color 0.3s;
  padding: 1.5rem;
}
.cid-rhYRYxL514 .mbr-section-title {
  margin: 0;
}
.cid-rhYRYxL514 .mbr-section-subtitle {
  color: #000000;
}
.cid-rhYRYxL514 .card-img span {
  color: #f7f210;
}
.cid-rhYRYxL514 .row-item {
  margin-bottom: 2rem;
}
.cid-rhYRYxL514 .row-item:hover .wrapper {
  background: linear-gradient(90deg, #ffca00, #f28500);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-rhYRYxL514 .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-rhYRYxL514 .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-rhYRYxL514 .wrapper {
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rhYRYzK8j5 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f5f7fa;
}
.cid-rhYRYzK8j5 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-rhYRYzK8j5 .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-rhYRYzK8j5 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rhYRYzK8j5 p {
  line-height: 1.6;
}
.cid-rhYRYzK8j5 .rev,
.cid-rhYRYzK8j5 .mbr-iconfont {
  display: inline-block;
}
.cid-rhYRYzK8j5 .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #efc031;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rhYRYzK8j5 .card-title {
  color: #333333;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rhYRYzK8j5 .card-box {
  padding: 1.5rem;
}
.cid-rhYRYzK8j5 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-rhYRYzK8j5 .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rhYRYzK8j5 .mbr-section-title,
.cid-rhYRYzK8j5 .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-rhYRYzK8j5 .rev {
  text-align: left;
}
.cid-rhYRYzK8j5 .card-text,
.cid-rhYRYzK8j5 .mbr-section-btn,
.cid-rhYRYzK8j5 .ico-line {
  text-align: left;
  color: #000000;
}
.cid-rhYRYzK8j5 .rev i {
  color: #0a1c44;
}
.cid-rhYRYBM1hC {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f5f7fa;
}
.cid-rhYRYBM1hC .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-rhYRYBM1hC .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-rhYRYBM1hC .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rhYRYBM1hC p {
  line-height: 1.6;
}
.cid-rhYRYBM1hC .rev,
.cid-rhYRYBM1hC .mbr-iconfont {
  display: inline-block;
}
.cid-rhYRYBM1hC .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rhYRYBM1hC .card-title {
  color: #333333;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rhYRYBM1hC .card-box {
  padding: 1.5rem;
}
.cid-rhYRYBM1hC .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-rhYRYBM1hC .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rhYRYBM1hC .mbr-section-title,
.cid-rhYRYBM1hC .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-rhYRYBM1hC .rev {
  text-align: left;
}
.cid-rhYRYBM1hC .card-text,
.cid-rhYRYBM1hC .mbr-section-btn,
.cid-rhYRYBM1hC .ico-line {
  text-align: left;
  color: #000000;
}
.cid-rhYRYBM1hC .rev i {
  color: #0a1c44;
}
.cid-rhYRYEdX8r {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/654651-880x587.jpg");
}
.cid-rhYRYEdX8r .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #f7f210;
  color: #444444;
  padding: 0;
}
.cid-rhYRYEdX8r .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-rhYRYEdX8r .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-rhYRYEdX8r .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-rhYRYEdX8r .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-rhYRYEdX8r .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-rhYRYEdX8r .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #656565;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cid-rhYRYEdX8r .content-box {
  display: flex;
}
.cid-rhYRYEdX8r .date-box {
  background: #0a1c44;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rhYRYEdX8r .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-rhYRYEdX8r .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rhYRYEdX8r .rev,
.cid-rhYRYEdX8r .mbr-iconfont {
  display: inline-block;
}
.cid-rhYRYEdX8r .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #656565;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rhYRYEdX8r .card-title {
  color: #333333;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rhYRYEdX8r .card-box {
  padding: 1rem;
}
.cid-rhYRYEdX8r .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-rhYRYEdX8r .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rhYRYEdX8r .mbr-section-title,
.cid-rhYRYEdX8r .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-rhYRYEdX8r .rev {
  text-align: left;
}
.cid-rhYRYEdX8r .card-text,
.cid-rhYRYEdX8r .mbr-section-btn,
.cid-rhYRYEdX8r .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-rhYRYEdX8r .rev i {
  color: #0a1c44;
}
.cid-rhYRYEdX8r .date {
  text-align: center;
  color: #ffffff;
}
.cid-rhYRYEdX8r .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-rhYRYEdX8r .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rhYRYEdX8r .img-hover {
    opacity: 0.5;
  }
  .cid-rhYRYEdX8r .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-rhYRYGWB45 {
  padding-top: 80px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rhYRYGWB45 .main-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-rhYRYGWB45 .section-text {
  color: #8d97ad;
}
.cid-rhYRYGWB45 .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #000000);
}
.cid-rhYRYGWB45 .text-block {
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-rhYRYGWB45 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rhYRYGWB45 .mbr-figure {
  background: #e9e9e9;
  overflow: hidden;
  border-radius: 0.25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 0 !important;
}
.cid-rhYRYGWB45 .mbr-figure .card-text {
  padding: 2rem;
}
.cid-rhYRYGWB45 .counter-container {
  color: #767676;
  padding-top: 1rem;
}
.cid-rhYRYGWB45 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rhYRYGWB45 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rhYRYGWB45 .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all 0.2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rhYRYGWB45 .mbr-text {
    text-align: center;
  }
}
.cid-rhYRYGWB45 .mbr-text UL {
  color: #000000;
}
.cid-rhYRYMJBfN {
  padding-top: 150px;
  padding-bottom: 150px;
}
.cid-rhYRYMJBfN .mbr-section-title {
  text-align: center;
}
.cid-rhYRYMJBfN .mbr-text,
.cid-rhYRYMJBfN .mbr-section-btn {
  text-align: center;
}
.cid-rhYRYOfmde {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rhYRYOfmde img {
  width: 100%;
}
.cid-rhYRYOfmde p {
  line-height: 1.6;
}
.cid-rhYRYOfmde .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rhYRYOfmde .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-rhYRYOfmde .mbr-text,
.cid-rhYRYOfmde .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-rhYRYOfmde .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rhYRYOfmde .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-rhYRYOfmde .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-rhYRYOfmde .mbr-section-title,
.cid-rhYRYOfmde .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-rhYRYOfmde .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-rhYRYTmBYs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-rhYRYTmBYs .card {
  padding: 1rem 1rem 1rem 1rem;
}
.cid-rhYRYTmBYs .card-title {
  padding: 0.5rem 1rem 0.5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #f5f131, #efc031);
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.cid-rhYRYTmBYs .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-rhYRYTmBYs .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-rhYRYTmBYs .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rhYRYTmBYs .card-text,
.cid-rhYRYTmBYs .mbr-subtitle {
  color: #8d97ad;
}
.cid-rhYRYTmBYs .card-sign {
  padding-top: 0.5rem;
}
.cid-rhYRYTmBYs .underline .line {
  width: 5rem;
  height: 1px;
  background: #efefef;
  display: inline-block;
}
.cid-rhYRYTmBYs .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-rhYRYTmBYs .card-title {
    text-align: center;
  }
  .cid-rhYRYTmBYs p.mbr-text,
  .cid-rhYRYTmBYs p.date {
    text-align: center;
  }
}
.cid-rhYRYTmBYs .card-box {
  background: #ffffff;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 0.25rem;
}
.cid-rhYRYTmBYs .card-text {
  color: #000000;
}
.cid-rhYRYTmBYs .card-sign,
.cid-rhYRYTmBYs .underline {
  color: #9e9e9e;
}
.cid-rhYRYUSVFu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rhYRYUSVFu .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-rhYRYUSVFu .card {
  margin-bottom: 25px;
  owerflow: hidden;
  height: 200px;
}
.cid-rhYRYUSVFu .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-rhYRYUSVFu .card:hover .card-wrapper:before {
  opacity: 0.8;
  background: #efc031;
}
.cid-rhYRYUSVFu .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rhYRYUSVFu .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #f7f210;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.cid-rhYRYUSVFu .card-big {
  height: 425px;
}
.cid-rhYRYUSVFu .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-rhYRYUSVFu .card-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-rhYRYUSVFu .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-rhYRYUSVFu .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rhYRYUSVFu .mbr-section-title {
  color: #656565;
  text-align: center;
}
.cid-rhYRYUSVFu .card-sub-title {
  text-align: center;
  font-weight: 500;
}
.cid-rhYRYUSVFu .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rhYRYUSVFu .mbr-section-title,
.cid-rhYRYUSVFu .line-wrap {
  color: #000000;
  text-align: center;
}
.cid-rhYRYUSVFu .mbr-text {
  text-align: center;
  color: #656565;
}
@media (max-width: 992px) {
  .cid-rhYRYUSVFu .card-big {
    height: 200px;
  }
  .cid-rhYRYUSVFu .card-img {
    margin-top: -15%;
  }
}
.cid-rhYRYWxuZp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rhYRYWxuZp .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-rhYRYWxuZp .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-rhYRYWxuZp .mbr-form {
  display: flex;
}
.cid-rhYRYWxuZp .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-rhYRYWxuZp .card {
  padding: 3rem 8rem;
}
.cid-rhYRYWxuZp .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-rhYRYWxuZp .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-rhYRYWxuZp .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-rhYRYWxuZp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rhYRYWxuZp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rhYRYWxuZp .map-placeholder {
  display: none;
}
.cid-rhYRYWxuZp .btn-primary {
  border: 1px solid #f7f210 !important;
}
.cid-rhYRYWxuZp .btn-primary:hover {
  border: 1px solid #f7f210 !important;
}
.cid-rhYRYWxuZp .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-rhYRYWxuZp .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
  max-width: 300px;
}
.cid-rhYRYWxuZp .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-rhYRYWxuZp .mbr-text {
  color: #444;
}
.cid-rhYRYWxuZp h5 {
  margin-bottom: 0;
}
.cid-rhYRYWxuZp .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-rhYRYWxuZp .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rhYRYWxuZp .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-rhYRYWxuZp .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rhYRYWxuZp .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rhYRYWxuZp .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-rhYRYWxuZp .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-rhYRYWxuZp .social-list a:hover {
  opacity: 0.4;
}
.cid-rhYRYWxuZp .media-container-row > div {
  padding: 0px;
}
.cid-rhYRYWxuZp .text2 {
  color: #000000;
  text-align: left;
}
.cid-rhYRYWxuZp .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rhYRYWxuZp .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-rhYRYWxuZp .card {
    padding: 3rem 3rem;
  }
}
@media (max-width: 991px) {
  .cid-rhYRYWxuZp .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rhYRYWxuZp h3 {
    margin-bottom: 10px;
  }
  .cid-rhYRYWxuZp .card {
    padding: 3rem 3rem;
  }
}
@media (max-width: 576px) {
  .cid-rhYRYWxuZp .form-control {
    max-width: 180px;
  }
  .cid-rhYRYWxuZp .card {
    padding: 2rem 1rem;
  }
}
.cid-rhYRYWxuZp .links span {
  color: #9e9e9e;
}
.cid-rhYRYWxuZp .logo-sub-title {
  text-align: center;
}
.cid-rhYRYWxuZp .logo-title {
  text-align: center;
}
.cid-rhYRYWxuZp .logo-sub-title i {
  color: #9e9e9e;
}
.cid-rhYRZ0Ub74 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f210;
}
@media (max-width: 767px) {
  .cid-rhYRZ0Ub74 .content {
    text-align: center;
  }
  .cid-rhYRZ0Ub74 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rhYRZ0Ub74 .logo-subtitle {
  color: #000000;
}
.cid-rhYRZ0Ub74 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-rhYRZ0Ub74 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rhYRZ0Ub74 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rhYRZ0Ub74 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rhYRZ0Ub74 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rhYRZ0Ub74 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-rhYRZ0Ub74 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rhYRZ0Ub74 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rhYRZ0Ub74 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-rhYRZ0Ub74 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-rhYRZ0Ub74 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rhYRZ0Ub74 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rhYRZ0Ub74 .list-item {
  display: flex;
}
.cid-rhYRZ0Ub74 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-rhYRZ0Ub74 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-rhYRZ0Ub74 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-rhYRZ0Ub74 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-rhYRZ0Ub74 .mbr-text UL {
  color: #ff4a52;
}
.cid-rj7mccULOS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f210;
}
.cid-rj7mccULOS .links {
  text-align: center;
  color: #000000;
}
.cid-rj7mccULOS p {
  margin: 0;
}
.cid-riDhajs4A5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-riDhajs4A5 .nav-item,
.cid-riDhajs4A5 .nav-link,
.cid-riDhajs4A5 .navbar-caption {
  font-weight: normal;
}
.cid-riDhajs4A5 .nav-item:focus,
.cid-riDhajs4A5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-riDhajs4A5 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-riDhajs4A5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-riDhajs4A5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-riDhajs4A5
  .dropdown
  .dropdown-menu
  .dropdown-item:hover
  .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-riDhajs4A5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-riDhajs4A5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-riDhajs4A5 .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-riDhajs4A5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-riDhajs4A5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-riDhajs4A5 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #f7f210;
  background: none;
}
.cid-riDhajs4A5 .navbar.opened {
  transition: all 0.3s;
  background: #f7f210 !important;
}
.cid-riDhajs4A5 .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-riDhajs4A5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-riDhajs4A5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-riDhajs4A5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-riDhajs4A5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-riDhajs4A5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-riDhajs4A5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-riDhajs4A5
  .navbar.collapsed
  .dropdown-menu
  .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-riDhajs4A5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-riDhajs4A5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-riDhajs4A5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-riDhajs4A5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-riDhajs4A5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-riDhajs4A5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-riDhajs4A5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-riDhajs4A5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-riDhajs4A5
    .navbar
    .dropdown-menu
    .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-riDhajs4A5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-riDhajs4A5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-riDhajs4A5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-riDhajs4A5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-riDhajs4A5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-riDhajs4A5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-riDhajs4A5 .navbar.navbar-short {
  background: #f7f210 !important;
  min-height: 60px;
}
.cid-riDhajs4A5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-riDhajs4A5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-riDhajs4A5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-riDhajs4A5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-riDhajs4A5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-riDhajs4A5 .dropdown-item.active,
.cid-riDhajs4A5 .dropdown-item:active {
  background-color: transparent;
}
.cid-riDhajs4A5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-riDhajs4A5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-riDhajs4A5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f210;
}
.cid-riDhajs4A5
  .navbar.navbar-expand-lg
  .dropdown
  .dropdown-menu
  .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-riDhajs4A5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-riDhajs4A5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-riDhajs4A5 .navbar-buttons {
  text-align: center;
}
.cid-riDhajs4A5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-riDhajs4A5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f5f131;
}
.cid-riDhajs4A5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-riDhajs4A5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-riDhajs4A5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-riDhajs4A5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-riDhajs4A5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-riDhajs4A5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-riDhajs4A5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-riDhajs4A5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-riDhajs4A5 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-riDhajs4A5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-riDhajs4A5 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-riDhajs4A5 .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-riDhajs4A5 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-riDhajs4A5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-riDhajs4A5 .navbar {
    height: 77px;
  }
  .cid-riDhajs4A5 .navbar.opened {
    height: auto;
  }
  .cid-riDhajs4A5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-riDhalVsfi {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/detskaya-ploshadka-v-musee-1600x1067.jpg");
}
.cid-riDhalVsfi .mbr-section-title DIV {
  text-align: left;
}
.cid-riDhanFKO7 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-riDhanFKO7 .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #1ec5bf);
}
.cid-riDhanFKO7 h3 {
  color: #000000;
  font-weight: 300;
}
.cid-riDhanFKO7 p {
  color: #464646;
}
.cid-riDhanFKO7 h2 {
  color: #000000;
}
.cid-riDhanFKO7 .counter-container {
  color: #767676;
}
.cid-riDhanFKO7 .counter-container div {
  margin-bottom: 1rem;
  padding-left: 0.5rem;
}
.cid-riDhanFKO7 .media-content {
  padding-right: 1.5rem;
  padding-left: 3rem;
}
@media (max-width: 991px) {
  .cid-riDhanFKO7 .media-content {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.cid-riDhanFKO7 .mbr-figure:last-of-type {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-riDhanFKO7 .list-counter {
  float: left;
  font-size: 2rem;
  margin-right: 1rem;
}
.cid-riDhanFKO7 .half-list:nth-of-type(even) {
  display: inline-block;
  width: 48%;
  margin-left: 4%;
}
.cid-riDhanFKO7 .half-list {
  text-align: left;
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-riDhanFKO7 .half-list {
    width: 100%;
    margin: 0;
  }
  .cid-riDhanFKO7 .half-list:nth-of-type(even) {
    width: 100%;
    margin: 0;
  }
}
.cid-riDhanFKO7 .mbr-figure {
  -ms-flex-item-align: initial;
  -ms-grid-row-align: initial;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 992px) {
  .cid-riDhanFKO7 .mbr-figure {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-riDhanFKO7 .mbr-figure {
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-riDhanFKO7 .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-riDhanFKO7 .mbr-text {
    text-align: center;
  }
}
.cid-riDhanFKO7 B {
  color: #000000;
}
.cid-riDhanFKO7 H4 {
  color: #000000;
}
.cid-riDhareLgV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-riDhareLgV h2,
.cid-riDhareLgV h3,
.cid-riDhareLgV p,
.cid-riDhareLgV h4 {
  color: #0a0a0a;
}
.cid-riDhareLgV .img-block img {
  height: 100%;
  max-height: 600px;
}
.cid-riDhareLgV .mbr-iconfont {
  color: #f7f210;
  font-size: 2rem;
}
.cid-riDhareLgV .input {
  margin-bottom: 15px;
}
.cid-riDhareLgV .mbr-text {
  color: #767676;
}
.cid-riDhareLgV a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-riDhareLgV .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-riDhareLgV .input-group-btn {
  display: block;
  text-align: center;
}
.cid-riDhareLgV .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-riDhareLgV .block .form-control {
  padding: 1.07em 1.07em;
}
.cid-riDhareLgV .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-riDhareLgV .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cid-riDhareLgV .list-block {
  position: relative;
}
.cid-riDhareLgV .list-block h4,
.cid-riDhareLgV .list-block p {
  padding-left: 3.5rem;
}
.cid-riDhareLgV .card-img {
  display: block;
}
@media (max-width: 767px) {
  .cid-riDhareLgV h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-riDhareLgV .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-riDhareLgV .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-riDhareLgV .img-block-wrap {
    position: relative;
  }
  .cid-riDhareLgV .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-riDhareLgV .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-riDhareLgV .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-riDhareLgV .google-map {
    padding-bottom: 2rem;
  }
  .cid-riDhareLgV .img-block {
    overflow: hidden;
  }
}
.cid-riDhat4LxY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-riDhat4LxY .mbr-iconfont {
  font-size: 50px;
  transition: color 0.3s;
  padding: 1.5rem;
}
.cid-riDhat4LxY .mbr-section-title {
  margin: 0;
}
.cid-riDhat4LxY .mbr-section-subtitle {
  color: #000000;
}
.cid-riDhat4LxY .card-img span {
  color: #f7f210;
}
.cid-riDhat4LxY .row-item {
  margin-bottom: 2rem;
}
.cid-riDhat4LxY .row-item:hover .wrapper {
  background: linear-gradient(90deg, #ffca00, #f28500);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-riDhat4LxY .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-riDhat4LxY .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-riDhat4LxY .wrapper {
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-riDhav7PNi {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f5f7fa;
}
.cid-riDhav7PNi .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-riDhav7PNi .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-riDhav7PNi .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-riDhav7PNi p {
  line-height: 1.6;
}
.cid-riDhav7PNi .rev,
.cid-riDhav7PNi .mbr-iconfont {
  display: inline-block;
}
.cid-riDhav7PNi .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #efc031;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-riDhav7PNi .card-title {
  color: #333333;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-riDhav7PNi .card-box {
  padding: 1.5rem;
}
.cid-riDhav7PNi .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-riDhav7PNi .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-riDhav7PNi .mbr-section-title,
.cid-riDhav7PNi .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-riDhav7PNi .rev {
  text-align: left;
}
.cid-riDhav7PNi .card-text,
.cid-riDhav7PNi .mbr-section-btn,
.cid-riDhav7PNi .ico-line {
  text-align: left;
  color: #000000;
}
.cid-riDhav7PNi .rev i {
  color: #0a1c44;
}
.cid-riDhaxaO69 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f5f7fa;
}
.cid-riDhaxaO69 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-riDhaxaO69 .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-riDhaxaO69 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-riDhaxaO69 p {
  line-height: 1.6;
}
.cid-riDhaxaO69 .rev,
.cid-riDhaxaO69 .mbr-iconfont {
  display: inline-block;
}
.cid-riDhaxaO69 .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-riDhaxaO69 .card-title {
  color: #333333;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-riDhaxaO69 .card-box {
  padding: 1.5rem;
}
.cid-riDhaxaO69 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-riDhaxaO69 .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-riDhaxaO69 .mbr-section-title,
.cid-riDhaxaO69 .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-riDhaxaO69 .rev {
  text-align: left;
}
.cid-riDhaxaO69 .card-text,
.cid-riDhaxaO69 .mbr-section-btn,
.cid-riDhaxaO69 .ico-line {
  text-align: left;
  color: #000000;
}
.cid-riDhaxaO69 .rev i {
  color: #0a1c44;
}
.cid-riDhazHwqR {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/654651-880x587.jpg");
}
.cid-riDhazHwqR .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #f7f210;
  color: #444444;
  padding: 0;
}
.cid-riDhazHwqR .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-riDhazHwqR .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-riDhazHwqR .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-riDhazHwqR .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-riDhazHwqR .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-riDhazHwqR .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #656565;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cid-riDhazHwqR .content-box {
  display: flex;
}
.cid-riDhazHwqR .date-box {
  background: #0a1c44;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-riDhazHwqR .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-riDhazHwqR .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-riDhazHwqR .rev,
.cid-riDhazHwqR .mbr-iconfont {
  display: inline-block;
}
.cid-riDhazHwqR .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #656565;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-riDhazHwqR .card-title {
  color: #333333;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-riDhazHwqR .card-box {
  padding: 1rem;
}
.cid-riDhazHwqR .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-riDhazHwqR .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-riDhazHwqR .mbr-section-title,
.cid-riDhazHwqR .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-riDhazHwqR .rev {
  text-align: left;
}
.cid-riDhazHwqR .card-text,
.cid-riDhazHwqR .mbr-section-btn,
.cid-riDhazHwqR .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-riDhazHwqR .rev i {
  color: #0a1c44;
}
.cid-riDhazHwqR .date {
  text-align: center;
  color: #ffffff;
}
.cid-riDhazHwqR .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-riDhazHwqR .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-riDhazHwqR .img-hover {
    opacity: 0.5;
  }
  .cid-riDhazHwqR .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-riDhaCkiIE {
  padding-top: 80px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-riDhaCkiIE .main-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-riDhaCkiIE .section-text {
  color: #8d97ad;
}
.cid-riDhaCkiIE .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #000000);
}
.cid-riDhaCkiIE .text-block {
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-riDhaCkiIE .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-riDhaCkiIE .mbr-figure {
  background: #e9e9e9;
  overflow: hidden;
  border-radius: 0.25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 0 !important;
}
.cid-riDhaCkiIE .mbr-figure .card-text {
  padding: 2rem;
}
.cid-riDhaCkiIE .counter-container {
  color: #767676;
  padding-top: 1rem;
}
.cid-riDhaCkiIE .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-riDhaCkiIE .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-riDhaCkiIE .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all 0.2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-riDhaCkiIE .mbr-text {
    text-align: center;
  }
}
.cid-riDhaCkiIE .mbr-text UL {
  color: #000000;
}
.cid-riDhaDSAea {
  padding-top: 150px;
  padding-bottom: 150px;
}
.cid-riDhaDSAea .mbr-section-title {
  text-align: center;
}
.cid-riDhaDSAea .mbr-text,
.cid-riDhaDSAea .mbr-section-btn {
  text-align: center;
}
.cid-riDhaFsz0R {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-riDhaFsz0R img {
  width: 100%;
}
.cid-riDhaFsz0R p {
  line-height: 1.6;
}
.cid-riDhaFsz0R .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-riDhaFsz0R .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-riDhaFsz0R .mbr-text,
.cid-riDhaFsz0R .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-riDhaFsz0R .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-riDhaFsz0R .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-riDhaFsz0R .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-riDhaFsz0R .mbr-section-title,
.cid-riDhaFsz0R .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-riDhaFsz0R .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-riDhaGLTmx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-riDhaGLTmx .card {
  padding: 1rem 1rem 1rem 1rem;
}
.cid-riDhaGLTmx .card-title {
  padding: 0.5rem 1rem 0.5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #f5f131, #efc031);
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.cid-riDhaGLTmx .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-riDhaGLTmx .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-riDhaGLTmx .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-riDhaGLTmx .card-text,
.cid-riDhaGLTmx .mbr-subtitle {
  color: #8d97ad;
}
.cid-riDhaGLTmx .card-sign {
  padding-top: 0.5rem;
}
.cid-riDhaGLTmx .underline .line {
  width: 5rem;
  height: 1px;
  background: #efefef;
  display: inline-block;
}
.cid-riDhaGLTmx .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-riDhaGLTmx .card-title {
    text-align: center;
  }
  .cid-riDhaGLTmx p.mbr-text,
  .cid-riDhaGLTmx p.date {
    text-align: center;
  }
}
.cid-riDhaGLTmx .card-box {
  background: #ffffff;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 0.25rem;
}
.cid-riDhaGLTmx .card-text {
  color: #000000;
}
.cid-riDhaGLTmx .card-sign,
.cid-riDhaGLTmx .underline {
  color: #9e9e9e;
}
.cid-riDhaIuBmq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-riDhaIuBmq .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-riDhaIuBmq .card {
  margin-bottom: 25px;
  owerflow: hidden;
  height: 200px;
}
.cid-riDhaIuBmq .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-riDhaIuBmq .card:hover .card-wrapper:before {
  opacity: 0.8;
  background: #efc031;
}
.cid-riDhaIuBmq .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-riDhaIuBmq .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #f7f210;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.cid-riDhaIuBmq .card-big {
  height: 425px;
}
.cid-riDhaIuBmq .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-riDhaIuBmq .card-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-riDhaIuBmq .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-riDhaIuBmq .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-riDhaIuBmq .mbr-section-title {
  color: #656565;
  text-align: center;
}
.cid-riDhaIuBmq .card-sub-title {
  text-align: center;
  font-weight: 500;
}
.cid-riDhaIuBmq .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-riDhaIuBmq .mbr-section-title,
.cid-riDhaIuBmq .line-wrap {
  color: #000000;
  text-align: center;
}
.cid-riDhaIuBmq .mbr-text {
  text-align: center;
  color: #656565;
}
@media (max-width: 992px) {
  .cid-riDhaIuBmq .card-big {
    height: 200px;
  }
  .cid-riDhaIuBmq .card-img {
    margin-top: -15%;
  }
}
.cid-riDhaKy5ry {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-riDhaKy5ry .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-riDhaKy5ry .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-riDhaKy5ry .mbr-form {
  display: flex;
}
.cid-riDhaKy5ry .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-riDhaKy5ry .card {
  padding: 3rem 8rem;
}
.cid-riDhaKy5ry .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-riDhaKy5ry .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-riDhaKy5ry .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-riDhaKy5ry .google-map[data-state] {
  background: #e9e5dc;
}
.cid-riDhaKy5ry .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-riDhaKy5ry .map-placeholder {
  display: none;
}
.cid-riDhaKy5ry .btn-primary {
  border: 1px solid #f7f210 !important;
}
.cid-riDhaKy5ry .btn-primary:hover {
  border: 1px solid #f7f210 !important;
}
.cid-riDhaKy5ry .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-riDhaKy5ry .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
  max-width: 300px;
}
.cid-riDhaKy5ry .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-riDhaKy5ry .mbr-text {
  color: #444;
}
.cid-riDhaKy5ry h5 {
  margin-bottom: 0;
}
.cid-riDhaKy5ry .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-riDhaKy5ry .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-riDhaKy5ry .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-riDhaKy5ry .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-riDhaKy5ry .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-riDhaKy5ry .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-riDhaKy5ry .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-riDhaKy5ry .social-list a:hover {
  opacity: 0.4;
}
.cid-riDhaKy5ry .media-container-row > div {
  padding: 0px;
}
.cid-riDhaKy5ry .text2 {
  color: #000000;
  text-align: left;
}
.cid-riDhaKy5ry .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-riDhaKy5ry .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-riDhaKy5ry .card {
    padding: 3rem 3rem;
  }
}
@media (max-width: 991px) {
  .cid-riDhaKy5ry .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-riDhaKy5ry h3 {
    margin-bottom: 10px;
  }
  .cid-riDhaKy5ry .card {
    padding: 3rem 3rem;
  }
}
@media (max-width: 576px) {
  .cid-riDhaKy5ry .form-control {
    max-width: 180px;
  }
  .cid-riDhaKy5ry .card {
    padding: 2rem 1rem;
  }
}
.cid-riDhaKy5ry .links span {
  color: #9e9e9e;
}
.cid-riDhaKy5ry .logo-sub-title {
  text-align: center;
}
.cid-riDhaKy5ry .logo-title {
  text-align: center;
}
.cid-riDhaKy5ry .logo-sub-title i {
  color: #9e9e9e;
}
.cid-riDhaPN2gT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f210;
}
@media (max-width: 767px) {
  .cid-riDhaPN2gT .content {
    text-align: center;
  }
  .cid-riDhaPN2gT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-riDhaPN2gT .logo-subtitle {
  color: #000000;
}
.cid-riDhaPN2gT .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-riDhaPN2gT .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-riDhaPN2gT .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-riDhaPN2gT .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-riDhaPN2gT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-riDhaPN2gT .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-riDhaPN2gT .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-riDhaPN2gT .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-riDhaPN2gT .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-riDhaPN2gT .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-riDhaPN2gT .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-riDhaPN2gT .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-riDhaPN2gT .list-item {
  display: flex;
}
.cid-riDhaPN2gT .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-riDhaPN2gT ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-riDhaPN2gT ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-riDhaPN2gT ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-riDhaPN2gT .mbr-text UL {
  color: #ff4a52;
}
.cid-rj7mr9tfSL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f210;
}
.cid-rj7mr9tfSL .links {
  text-align: center;
  color: #000000;
}
.cid-rj7mr9tfSL p {
  margin: 0;
}

.mbr-gallery-layout-default .col-lg-6.col-12 {
  height: 425px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.mbr-gallery-item.mbr-gallery-item--p2 {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
}
.mbr-gallery-layout-default
  .col-lg-6.col-12:first-child
  .mbr-gallery-item.mbr-gallery-item--p2 {
  width: 100% !important;
  padding: 1rem;
  height: 425px;
}

.mbr-gallery-layout-default > div > div {
  display: flex;
}

.col-lg-6.col-12 .mbr-gallery-item.mbr-gallery-item--p2 {
  padding: 1rem;
  width: 50% !important;
  overflow: hidden;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cid-rnBrxDYTwe .mbr-gallery-row {
  height: auto !important;
}

h2.mbr-section-title.pb-2.mbr-bold.mbr-fonts-style.align-left.display-2 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mbr-gallery-layout-default > div > div {
    flex-direction: column;
  }
  .mbr-gallery-layout-default .col-lg-6.col-12 {
    height: auto;
  }
  .mbr-gallery-layout-default
    .col-lg-6.col-12:first-child
    .mbr-gallery-item.mbr-gallery-item--p2 {
    height: auto;
  }
  .col-lg-6.col-12 .mbr-gallery-item.mbr-gallery-item--p2 {
    height: auto;
  }

  .mob-row {
    flex-direction: column-reverse;
  }
}

html.modal-active,
body.modal-active {
  overflow: hidden;
}

#modal-container,
#modal-container2 {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 9999;
}
#modal-container.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one .modal-background .modal {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one.out .modal-background .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two {
  transform: scale(1);
}
#modal-container.two .modal-background {
  background: transparent;
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two .modal-background .modal {
  opacity: 0;
  animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two + .content {
  animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out {
  animation: quickScaleDown 0s 0.5s linear forwards;
}
#modal-container.two.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out .modal-background .modal {
  animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out + .content {
  animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three {
  z-index: 0;
  transform: scale(1);
}
#modal-container.three .modal-background {
  background: rgba(0, 0, 0, 0.6);
}
#modal-container.three .modal-background .modal {
  animation: moveUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three + .content {
  z-index: 1;
  animation: slideUpLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three.out .modal-background .modal {
  animation: moveDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three.out + .content {
  animation: slideDownLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four {
  z-index: 0;
  transform: scale(1);
}
#modal-container.four .modal-background {
  background: rgba(0, 0, 0, 0.7);
}
#modal-container.four .modal-background .modal {
  animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four + .content {
  z-index: 1;
  animation: blowUpContent 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four.out .modal-background .modal {
  animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four.out + .content {
  animation: blowUpContentTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five {
  transform: scale(1);
}
#modal-container.five .modal-background {
  background: transparent;
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five .modal-background .modal {
  transform: translateX(-1500px);
  animation: roadRunnerIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five.out {
  animation: quickScaleDown 0s 0.5s linear forwards;
}
#modal-container.five.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five.out .modal-background .modal {
  animation: roadRunnerOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container2.five {
  transform: scale(1);
}
#modal-container2.five .modal-background {
  background: transparent;
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.five .modal-background .modal {
  transform: translateX(-1500px);
  animation: roadRunnerIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.five.out {
  animation: quickScaleDown 0s 0.5s linear forwards;
}
#modal-container2.five.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container2.five.out .modal-background .modal {
  animation: roadRunnerOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.six {
  transform: scale(1);
}
#modal-container.six .modal-background {
  background: transparent;
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six .modal-background .modal {
  background-color: transparent;
  animation: modalFadeIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six .modal-background .modal h2,
#modal-container.six .modal-background .modal p {
  opacity: 0;
  position: relative;
  animation: modalContentFadeIn 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1)
    forwards;
}
#modal-container.six .modal-background .modal .modal-svg rect {
  animation: sketchIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out {
  animation: quickScaleDown 0s 0.5s linear forwards;
}
#modal-container.six.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal {
  animation: modalFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal h2,
#modal-container.six.out .modal-background .modal p {
  animation: modalContentFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1)
    forwards;
}
#modal-container.six.out .modal-background .modal .modal-svg rect {
  animation: sketchOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven {
  transform: scale(1);
}
#modal-container.seven .modal-background {
  background: transparent;
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven .modal-background .modal {
  height: 75px;
  width: 75px;
  border-radius: 75px;
  overflow: hidden;
  animation: bondJamesBond 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven .modal-background .modal h2,
#modal-container.seven .modal-background .modal p {
  opacity: 0;
  position: relative;
  animation: modalContentFadeIn 0.5s 1.4s linear forwards;
}
#modal-container.seven.out {
  animation: slowFade 0.5s 1.5s linear forwards;
}
#modal-container.seven.out .modal-background {
  background-color: rgba(0, 0, 0, 0.7);
  animation: fadeToRed 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven.out .modal-background .modal {
  border-radius: 3px;
  height: 162px;
  width: 227px;
  animation: killShot 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven.out .modal-background .modal h2,
#modal-container.seven.out .modal-background .modal p {
  animation: modalContentFadeOut 0.5s 0.5 cubic-bezier(0.165, 0.84, 0.44, 1)
    forwards;
}
#modal-container .modal-background,
#modal-container2 .modal-background {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}
#modal-container .modal-background .modal,
#modal-container2 .modal-background .modal {
  background: white;
  padding: 20px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 300;
  position: relative;
  min-width: 50%;
  max-width: 90%;
  min-height: 50vh;
  max-height: 90vh;
}
#modal-container .modal-background .modal h2,
#modal-container2 .modal-background .modal h2 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 15px;
}
#modal-container .modal-background .modal p,
#modal-container2 .modal-background .modal p {
  font-size: 18px;
  line-height: 22px;
}
#modal-container .modal-background .modal .modal-svg,
#modal-container2 .modal-background .modal .modal-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
}
#modal-container .modal-background .modal .modal-svg rect,
#modal-container2 .modal-background .modal .modal-svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 778;
  stroke-dashoffset: 778;
}

.content {
  min-height: 100%;
  height: 100%;

  position: relative;
  z-index: 0;
}
.content h1 {
  padding: 75px 0 30px 0;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}
.content .buttons {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.content .buttons .button {
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
  margin: 10px;
  background: red;
  font-size: 18px;
  background-color: #efefef;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.content .buttons .button:hover {
  color: white;
  background: #009bd5;
}

@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes fadeIn {
  0% {
    background: transparent;
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}
@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    background: transparent;
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
  100% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
}
@keyframes scaleBack {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}
@keyframes scaleForward {
  0% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes quickScaleDown {
  0% {
    transform: scale(1);
  }
  99.9% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes slideUpLarge {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes slideDownLarge {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes moveUp {
  0% {
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(150px);
  }
}
@keyframes blowUpContent {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  99.9% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(0);
  }
}
@keyframes blowUpContentTwo {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes blowUpModal {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blowUpModalTwo {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes roadRunnerIn {
  0% {
    transform: translateY(1500px) scaleX(1.3);
    opacity: 0;
  }
  70% {
    transform: translateY(30px) scaleX(0.9);
    opacity: 0.7;
  }
  100% {
    transform: translateY(0px) scaleX(1);
    opacity: 1;
  }
}
@keyframes roadRunnerOut {
  0% {
    transform: translateY(0px) scaleX(1);
  }
  70% {
    transform: translateY(-30px) scaleX(0.95);
  }
  100% {
    transform: translateY(1500px) scaleX(1.2);
  }
}
@keyframes sketchIn {
  0% {
    stroke-dashoffset: 778;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes sketchOut {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 778;
  }
}
@keyframes modalFadeIn {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: white;
  }
}
@keyframes modalFadeOut {
  0% {
    background-color: white;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes modalContentFadeIn {
  0% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes modalContentFadeOut {
  0% {
    opacity: 1;
    top: 0px;
  }
  100% {
    opacity: 0;
    top: -20px;
  }
}
@keyframes bondJamesBond {
  0% {
    transform: translateX(1000px);
  }
  80% {
    transform: translateX(0px);
    border-radius: 75px;
    height: 75px;
    width: 75px;
  }
  90% {
    border-radius: 3px;
    height: 182px;
    width: 247px;
  }
  100% {
    border-radius: 3px;
    height: 162px;
    width: 227px;
  }
}
@keyframes killShot {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(300px) rotate(45deg);
    opacity: 0;
  }
}
@keyframes fadeToRed {
  0% {
    box-shadow: inset 0 0 0 rgba(201, 24, 24, 0.8);
  }
  100% {
    box-shadow: inset 0 2000px 0 rgba(201, 24, 24, 0.8);
  }
}
@keyframes slowFade {
  0% {
    opacity: 1;
  }
  99.9% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

.close {
  position: absolute;
  top: 1px;
  right: 5px;
  transform: rotate(45deg);
}

svg.modal-svg {
  display: none;
}

.modal .input-wrap {
  padding: 10px 0;
}
#modal-container .hidden {
  visibility: visible !important;
}

#modal-container2 .hidden {
  visibility: visible !important;
}

body,
html {
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  nav.navbar.navbar-dropdown.navbar-fixed-top.navbar-expand-lg li.nav-item a {
    color: #000 !important;
  }
  nav.navbar.navbar-dropdown.navbar-fixed-top.navbar-expand-lg .mbr-iconfont {
    color: #000 !important;
  }
}

.navbar-dropdown .navbar-logo img {
  height: 3rem !important;
}

@media screen and (max-width: 1200px) {
  .nav-dropdown .link {
    padding: 0.5em 0.5em !important;
    margin: 0 !important;
  }

  .navbar-dropdown .navbar-logo img {
    height: 2.5rem !important;
  }
}

.card.col-12.col-md-6 iframe {
  max-width: 100%;
}

.instr img {
  width: 100%;
}
.img-wrap {
  position: relative;
}
.img-wrap {
  border-radius: 10px;
  overflow: hidden;
}
.su-member-info {
  position: absolute;
  padding: 25px;
  bottom: 0;
  color: #fff;
  z-index: 2;
}

.col-md-3.instr .img-wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.5))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}

.col-md-3.instr .img-wrap::before {
  position: absolute;
  content: "";
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.col-md-3.instr:hover .img-wrap::before {
  opacity: 1;
}

span.su-member-name {
  font-size: 1.5rem;
}

.leftbottom.pop {
  position: fixed;
  bottom: 12%;
  left: 0px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.rightbottom.pop {
  position: fixed;
  bottom: 12%;
  right: 0px;
  z-index: 999;
  display: none;
  flex-direction: column;
  align-items: flex-end;
}
.btn-pop {
  margin: 0 !important;
}

.infoblock {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 5px;
  border: 2px solid #000;
  display: none;
  max-width: 80%;
  /* border-top-left-radius: 5px; */
  /* border-top-right-radius: 5px; */
  /* border-bottom-right-radius: 5px; */
}

.navbar-short .navbar-buttons.mbr-section-btn a {
  background: #fff !important;
  border-color: #fff !important;
}

.navbar-short .navbar-buttons.mbr-section-btn a:hover {
  background: #f7f210 !important;
  border-color: #f7f210 !important;
  color: #000 !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18) !important;
}

.rating {
  background: #fff;
  padding: 50px 0;
}

.rating-block {
  margin: 30px 0;
  /* background: #fff; */
  /* display: flex; */
}

.rating-block a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  min-height: 250px;
  padding: 30px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.rating-block a:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}
.rating-block a img {
  filter: grayscale(1);
}
.rating-block a:hover img {
  filter: grayscale(0);
}
.rating-block a span {
  color: #000 !important;
}

.instr {
  background: transparent !important;
  padding: 0;
}

.instr .text-content {
  padding: 3rem 0 0 0 !important;
}

strike {
  font-size: 0.9rem;
  margin-right: 5px;
}

.akcimg img {
  width: 100%;
}

.akc1 {
  margin: 50px 0;
}

.akcinfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.akcinfo h2 {
  font-size: 2rem;
}

.price a span {
  color: #000 !important;
}
.price {
  margin: 20px 0;
}

.price > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  min-height: 250px;
  padding: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  overflow: hidden;
}

.price img {
  width: 100%;
}

span.infs {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 30px 30px;
}

.price span.title {
  font-size: 1.5rem;
  font-weight: bold;
}

.price span.desc {
  font-size: 1rem;
  margin: 10px 0;
}

.akc_infs {
  font-size: 0.9rem;
}

h2[itemprop="name"],
span[itemprop="description"] {
  display: none;
}

section#map1-r h5.mbr-fonts-style.text2.display-4 {
  font-size: 1.2rem;
}

.yel {
  background: #f7f210 !important;
}

.yel a.nav-link {
  color: #000 !important;
}

.yel .mbr-iconfont {
  font-size: 1rem;
  color: #000;
  display: inline-flex;
}

.marg-top {
  margin-top: 80px;
}
.footer1 img {
  max-width: 100%;
  height: auto !important;
}
.mbr-form .btn {
  padding: 15px 20px;
}
.cid-rhTIgd3Tzj {
  display: none;
}
.footer-lower .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
.social-list.align-right {
  justify-content: flex-start !important;
}
.footer-lower {
  margin-top: -50px;
}
span.rate.display-2 {
  /* display: flex; */
  /* flex-wrap: wrap; */
  text-align: center;
}
span.card-num-dr.display-5.quant-otz {
  display: block;
}
.rating-block img {
  max-width: 100%;
  max-height: 50px;
}
.col-md-2.rating-block {
  flex-grow: 1 !important;
  max-width: unset;
}
#five {
  cursor: pointer;
}
section#header1-1r,
section#header1-25 {
  height: 100vh;
  background-size: cover !important;
}
.cid-rhYcAJvYrF {
  display: none !important;
}
.animated {
  animation: none !important;
}
.infoblock p.hidden.animated,
.infoblock a {
  visibility: visible;
}
@media screen and (max-width: 767px) {
  div#scrollToTop {
    display: none !important;
  }
  .grecaptcha-badge {
    opacity: 0;
  }
  section#features16-1m img {
    display: none;
  }
  section#header4-9 img {
    display: none;
  }
  section#footer1-m a.text-black br {
    display: none;
  }
  section#footer1-m
    > .container
    > .media-container-row.content.text-white
    > div:last-child
    h5.pb-3.column-title.display-5 {
    display: none;
  }
  .rating .col-md-12.blocks.row {
    padding: 0 !important;
    margin: 0 !important;
  }
  .akcinfo p {
    font-size: 0.9rem !important;
  }
  .akcinfo h2 {
    font-size: 1.2rem;
    line-height: normal;
    margin-top: 20px;
  }
}

.col-sm-6.copyright {
  display: none;
}
section#footer1-m
  > .container
  > .media-container-row.content.text-white
  > div:last-child
  h5.pb-3.column-title.display-5 {
  opacity: 0;
}
a.dropdown-item {
  font-family: "Circe-Regular";
  font-size: 0.875rem;
}
.dropdown-menu {
  padding: 10px 0 !important;
}
.col-md-3.instr {
  padding: 5px;
}

.seotext .more {
  margin: 0 auto;
  display: none;
}
.seotxt {
  margin-top: 20px;
}
.col-md-12.seotext {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 767px) {
  .seotext .more {
    margin: 0 auto;
    display: block;
  }

  .seotxt * {
    display: none;
  }
  .seotxt p:first-child {
    display: block !important;
  }
}

section#footer1-m .media-wrap a img {
  max-width: 100%;
  height: auto;
}
