.elementor-614 .elementor-element.elementor-element-6f7e511{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-614 .elementor-element.elementor-element-902b531 > .elementor-widget-container{padding:27px 27px 27px 27px;}.elementor-614:not(.elementor-motion-effects-element-type-background), .elementor-614 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-ab7a87f );}.elementor-614{margin:-25px -25px -25px -25px;padding:-34px -34px -34px -34px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-902b531 *//* FOOTER */
.ft-footer {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 60px 0;
}

.ft-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.ft-footer h4, .ft-footer h5 {
  margin-bottom: 10px;
}

.ft-footer a {
  display: block;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  margin-bottom: 5px;
}

.ft-footer-bottom {
  margin-top: 40px;
  text-align: center;
  font-size: 12px;
  opacity: 0.5;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .ft-grid-3,
  .ft-grid-2,
  .ft-footer-grid {
    grid-template-columns: 1fr;
  }

  .ft-section-head h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS *//* =========================================================
   FOOTER - CODE OF ETHICS CARD
   ========================================================= */

.ft-footer-ethics-card {
  margin-top: 18px;
  padding: 14px 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 12px;
  align-items: center;
  text-decoration: none;
  background:
    radial-gradient(circle at 12% 20%, rgba(255,255,255,.14), transparent 34%),
    linear-gradient(135deg, rgba(241, 90, 36, .95) 0%, rgba(180, 55, 16, .95) 100%);
  border: 1px solid rgba(241, 90, 36, .9);
  box-shadow:
    0 12px 28px rgba(241, 90, 36, .16),
    0 0 0 1px rgba(255,255,255,.06) inset;
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    background .22s ease;
}

.ft-footer-ethics-card span {
  grid-column: 1;
  color: rgba(255,255,255,.78);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.ft-footer-ethics-card strong {
  grid-column: 1;
  color: #ffffff !important;
  font-size: 13px;
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -.02em;
}

.ft-footer-ethics-card em {
  grid-column: 2;
  grid-row: 1 / span 2;
  color: #ffffff;
  font-style: normal;
  font-size: 17px;
  font-weight: 900;
  transform: translateY(-1px);
  transition: transform .22s ease;
}

.ft-footer-ethics-card:hover {
  transform: translateY(-2px);
  background:
    radial-gradient(circle at 12% 20%, rgba(255,255,255,.18), transparent 34%),
    linear-gradient(135deg, #ff6a31 0%, #d94718 100%);
  box-shadow:
    0 18px 38px rgba(241, 90, 36, .24),
    0 0 20px rgba(241, 90, 36, .16);
}

.ft-footer-ethics-card:hover em {
  transform: translate(3px, -1px);
}

.ft-footer-title a {
  color: inherit !important;
  text-decoration: none;
}

.ft-footer-title a:hover {
  color: #ff7a3d !important;
}


.ft-footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.ft-footer-bottom-links a {
  color: rgba(255,255,255,.72);
  text-decoration: none;
  transition: color .22s ease;
}

.ft-footer-bottom-links a:hover {
  color: #ff7a3d;
}

.ft-footer-title a {
  color: inherit !important;
  text-decoration: none;
}

.ft-footer-title a:hover {
  color: #ff7a3d !important;
}

@media (max-width: 767px) {
  .ft-footer-bottom-inner {
    gap: 14px;
  }

  .ft-footer-bottom-links {
    gap: 12px;
  }
}

/* =========================================================
   FOOTER - QUALITY REQUIREMENTS CARD
   ========================================================= */

.ft-footer-quality-card {
  margin-top: 10px;
  background:
    radial-gradient(circle at 12% 20%, rgba(255,255,255,.12), transparent 34%),
    linear-gradient(135deg, rgba(40, 85, 150, .95) 0%, rgba(10, 22, 42, .98) 100%);
  border-color: rgba(75, 120, 190, .85);
  box-shadow:
    0 12px 28px rgba(40, 85, 150, .16),
    0 0 0 1px rgba(255,255,255,.06) inset;
}

.ft-footer-quality-card span {
  color: rgba(255,255,255,.74);
}

.ft-footer-quality-card strong {
  color: #ffffff !important;
}

.ft-footer-quality-card em {
  color: #ff7a3d;
}

.ft-footer-quality-card:hover {
  background:
    radial-gradient(circle at 12% 20%, rgba(255,255,255,.16), transparent 34%),
    linear-gradient(135deg, rgba(55, 120, 210, .96) 0%, rgba(10, 22, 42, .98) 100%);
  box-shadow:
    0 18px 38px rgba(55, 120, 210, .24),
    0 0 20px rgba(241, 90, 36, .12);
}

.ft-footer-quality-card:hover em {
  color: #ffffff;
  transform: translate(3px, -1px);
}/* End custom CSS */