@keyframes showHide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-moz-keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-o-keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
.c-footer__cat-wrapper {
  background-color: #002858;
  padding: 20px 0 70px;
}
@media (max-width: 991.98px) {
  .c-footer__cat-wrapper {
    padding: 10px 0 50px;
  }
}
.c-footer__cat-wrapper a {
  color: #fff;
  font-size: 1.125em;
  line-height: 1;
}
.c-footer__cat-wrapper a:hover, .c-footer__cat-wrapper a:active, .c-footer__cat-wrapper a:focus, .c-footer__cat-wrapper a:visited {
  color: #fff;
}
@media (max-width: 1599.98px) {
  .c-footer__cat-wrapper a {
    font-size: 1em;
  }
}
.c-footer__cat-item {
  padding-left: 20px;
  border-left: 1px solid #3fb2d2;
}
.c-footer__main-wrapper {
  background-color: #fff;
}
.c-footer__cat-title {
  color: #3fb2d2;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 1.3461538462em;
  font-size: 1.125em;
}
@media (min-width: 1600px) {
  .c-footer__cat-title {
    margin: 0 0 35px;
  }
}
@media (max-width: 1599.98px) {
  .c-footer__cat-title {
    font-size: 1em;
  }
}
@media (max-width: 991.98px) {
  .c-footer__cat-title {
    margin: 0 0 30px;
    font-size: 1.125em;
  }
}
.c-footer__cat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-left: -20px;
}
@media (max-width: 767.98px) {
  .c-footer__cat-list {
    flex-direction: column;
    gap: 15px;
  }
}
.c-footer__categories {
  display: flex;
  flex-direction: column;
  gap: 50px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .c-footer__categories {
    gap: 40px;
  }
}
.c-footer__cat-block {
  border-top: 1px dotted rgba(255, 255, 255, 0.25);
  padding: 2.5em 0 0;
}
@media (min-width: 1600px) {
  .c-footer__cat-block {
    padding: 50px 0 0;
  }
}
@media (max-width: 767.98px) {
  .c-footer__cat-block {
    padding: 40px 0 0;
  }
}
.c-footer__cat-block:first-child {
  border: none;
}
.c-footer__cat-block .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-left: -20px;
}
.c-footer__cat-block .menu-item {
  padding-left: 20px;
  border-left: 1px solid #3fb2d2;
}
.c-footer__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .c-footer__top {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
.c-footer__contact-wrapper {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 991.98px) {
  .c-footer__contact-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.c-footer__menu {
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .c-footer__menu {
    width: calc(100% + 40px);
    margin: 0 -20px;
    border: 1px solid rgba(151, 151, 151, 0.19);
    border-left: none;
    border-right: none;
    padding: 50px 0;
  }
}
.c-footer__menu .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 991.98px) {
  .c-footer__menu .menu {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.c-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .c-footer__bottom {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  .c-footer__bottom-images img {
    max-width: 310px;
    width: 100%;
  }
}
.c-footer__main-wrapper {
  padding: 30px 0;
}
@media (max-width: 991.98px) {
  .c-footer__main-wrapper {
    padding: 50px 0;
  }
}
.c-footer__middle {
  font-size: 0.75em;
  color: #002858;
  padding: 45px 0 25px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1199.98px) {
  .c-footer__middle {
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 45px 0 50px;
  }
}
.c-footer__middle a {
  color: #002858;
}
.c-footer__middle a:hover, .c-footer__middle a:active, .c-footer__middle a:focus, .c-footer__middle a:visited {
  color: #002858;
}
.c-footer__middle p {
  margin: 0;
}
.c-footer__contact-link {
  color: #002858;
  font-size: 1.25em;
  font-weight: 500;
}
.c-footer__contact-link:hover, .c-footer__contact-link:active, .c-footer__contact-link:focus, .c-footer__contact-link:visited {
  color: #002858;
}
@media (max-width: 1599.98px) {
  .c-footer__contact-link {
    font-size: 1em;
  }
}
@media (max-width: 991.98px) {
  .c-footer__contact-link {
    font-size: 1.25em;
  }
}
.c-footer__social-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1199.98px) {
  .c-footer__logo {
    width: 230px;
  }
}
.c-footer__reviews {
  background: #f9f9f9;
  padding: 40px 0;
}
@media (max-width: 767.98px) {
  .c-footer__reviews {
    padding: 30px 0;
  }
}
.c-footer__reviews-header {
  text-align: center;
}
.c-footer__reviews-header p {
  text-align: center;
}
.c-footer__reviews-header .c-section-title-alt__text-container {
  margin: 0 0 35px;
}
@media (max-width: 767.98px) {
  .c-footer__reviews-header .c-section-title-alt__text-container {
    margin: 0 0 20px;
  }
}

.ti-widget.ti-goog .ti-review-content {
  font-size: 14px;
  font-family: "Gantari", sans-serif;
  line-height: 1.45;
}
.ti-widget.ti-goog .ti-widget-container .ti-name,
.ti-widget.ti-goog .ti-widget-container .ti-date {
  font-size: 13px;
  font-family: "Gantari", sans-serif;
}
.ti-widget.ti-goog .ti-profile-img img {
  width: 32px !important;
  height: 32px !important;
}
.ti-widget.ti-goog .ti-star {
  width: 12px !important;
  height: 12px !important;
}