:root {
  --theme-color-0:#000;
  --theme-color-0-transparent-16:rgba(0, 0, 0, .16);
  --theme-color-0-transparent-40:rgba(0, 0, 0, .4);
  --theme-color-0-transparent-50:rgba(0, 0, 0, .5);
  --theme-color-1:#fff;
  --theme-color-2:#000028;
  --theme-color-2-transparent:rgba(0, 0, 40, 0);
  --theme-color-3:#737389;
  --theme-color-4:#001134;
  --theme-color-4-transparent:rgba(0, 17, 52, 0);
  --theme-color-5:#001034;
  --theme-color-6:#00183c;
  --theme-color-7:#b3b3be;
  --theme-color-8:#00ffb9;
  --theme-color-8-transparent:rgba(0, 255, 185, 0);
  --theme-color-8-transparent-10:rgba(0, 255, 185, .1);
  --theme-color-8-transparent-12:rgba(0, 255, 185, .12);
  --theme-color-9:#00e6dc;
  --theme-color-9-transparent-08:rgba(0, 230, 220, .08);
  --theme-color-9-transparent-10:rgba(0, 230, 220, .1);
  --theme-color-9-transparent-12:rgba(0, 230, 220, .12);
  --theme-color-10:#fff;
  --theme-color-10-transparent-80:rgba(255, 255, 255, .8);
  --theme-color-11:#00193c;
  --theme-color-12:#001034;
  --theme-color-13:#001034;
  --theme-color-13-transparent:rgba(0, 16, 52, 0);
  --theme-color-14:#0cc;
  --theme-color-15:#171717;
  --theme-color-15-transparent-50:rgba(23, 23, 23, .5);
  --theme-color-interaction:#00ffb9;
  --theme-color-teaser-background:rgba(0, 204, 204, .12);
  --theme-color-teaser-hover-background:rgba(0, 204, 204, .2);
  --theme-color-link-default:#0cc;
  --theme-color-link-focus:#0cc;
  --theme-color-link-hover:#00ffb9;
  --theme-color-link-visited:#099;
  --theme-color-link-active:#00ffb9;
  --theme-color-button-primary-default:#0cc;
  --theme-color-button-primary-hover:#00ffb9;
  --theme-color-button-secondary-default:#0cc;
  --theme-color-button-secondary-hover:#00ffb9;
  --theme-color-button-secondary-hover-fill:rgba(0, 204, 204, .12);
  --theme-color-button-tertiary-default:#0cc;
  --theme-color-button-tertiary-hover:#00ffb9;
  --theme-color-table-underline:#00ffb9;
  --theme-color-table-accent:rgba(0, 204, 204, .12);
  --theme-color-tab-active-underline:#00ffb9;
  --theme-color-tab-inactive-underline:#737389;
  --theme-color-accordion-description:#b3b3be;
  --theme-color-accordion-separator:#707080;
  --theme-color-scrollbar:#737389;
  --theme-color-scrollbar-track:#333353;
  --theme-color-tag-disabled:#b3b3be;
  --theme-color-carousel-pagination-color:#fff;
  --theme-color-line-separator:#f3f3f0;
  --theme-color-active-area:rgba(0, 204, 204, .1215686275)
}
.sppb-btn-secondary {
  color: #000 !important;
  background-color: #fff;
  border-color: #fff;
  border:none;
}
.sppb-btn-secondary:hover {
  background: var(--theme-color-button-primary-hover);
  border:none;
  color: var(--theme-color-2);
}
.sppb-btn-success {
  border:none;
  color: var(--theme-color-2);
  background: var(--theme-color-button-primary-default);
}
.sppb-btn-success:hover {
  background: var(--theme-color-button-primary-hover);
  border:none;
  color: var(--theme-color-2);
}
.sppb-btn-default {
  background: linear-gradient(90deg,var(--theme-color-8) 0%,var(--theme-color-9) 100%);
  color: var(--theme-color-2);
  border: none;
  border-radius: 0;
  font-weight: 500;
}
.sppb-btn-xlg {
  padding: 13px 50px;
  font-size: 20px;
  line-height: 1.6;
}
#sp-contact p {
  margin-bottom: 0;
}
.mod-finder__search {
  display: flex;
  flex-wrap: nowrap;
  background: #00183c;
  border-bottom: 1px solid #9c9fad;
}
.mod-finder__search:hover {
  border-bottom: 1px solid #00bf93;
}
.mod-finder__search input {
  background: transparent !important;
  border: none;
  border-radius: 0;
  color:#fefefe;
}
.mod-finder__search button {
  background: transparent !important;
  border: 1px solid transparent;
  border-radius: 0;
}
.mod-finder__search button:hover {
  border: 1px solid #00bf93;
}
.mod-finder__search .form-control:focus {
  color: #fefefe;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.mod-finder__search .form-control::-moz-placeholder {
  color:#fefefe;
  opacity:1
}
.mod-finder__search .form-control::placeholder {
  color:#fefefe;
  opacity:1
}
.article-style-amin .sppb-addon-article {
  position: relative;
}

.article-style-amin .sppb-addon-article-layout-editorial-row {
  margin: 0 auto !important;
}
.article-style-amin .sppb-addon-article .sppb-readmore {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.article-style-amin .sppb-addon-article .sppb-article-info-wrap {
  min-height: 230px;
}
.article-style-amin .sppb-addon-article:hover a{
  color:#00ffb9 !important;
}
.article-style-amin .sppb-addon-article .sppb-article-img-wrap {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  display: block;
}
.article-style-amin .sppb-addon-article img {
  transform: scale(1);
  transition: transform .5s ease-in-out;
}
.article-style-amin .sppb-addon-article:hover img {
  transform: scale(1.1);
}

.amin-feature .sppb-media .pull-left {
  margin-right: 50px;
}