.grecaptcha-badge {
  display: none !important;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring,
select::-moz-focus-inner {
  color: transparent !important;
  text-shadow: 0 0 0 #a0a0a0 !important;
  background-image: none !important;
  border: 0;
}
.spx-button {
  color: white;
  background-color: #ff7900;
  display: inline-block;
  font-family: Roboto-Light-local, Arial, Helvetica, sans-serif !important;
  padding: 13px 29px;
  border: 0 solid white;
  border-radius: 2px;
  line-height: 17px;
  font-size: 18px;
  font-weight: 400;
}
.spx-button:hover {
  color: white !important;
  background-color: #db5f00;
  transition: background-color 1s;
}
.spx-link-button {
  color: white;
  background-color: #ff7900;
  display: inline-block;
  font-family: Roboto-Light-local, Arial, Helvetica, sans-serif !important;
  padding: 13px 29px;
  border: 0 solid white;
  border-radius: 2px;
  line-height: 17px;
  font-size: 18px;
  font-weight: 400;
}
.spx-link-button:hover {
  color: white !important;
  background-color: #db5f00;
  transition: background-color 1s;
}
.spx-link-button:visited {
  color: white !important;
}
.spx-select {
  position: relative;
  background-color: #f7f7f7;
  height: 43px;
  border-radius: 2px;
  font-family: Roboto-Light-local, Arial, Helvetica, sans-serif !important;
  font-weight: 400;
  letter-spacing: 0;
  font-style: normal;
}
.spx-select:after {
  content: '';
  box-sizing: content-box;
  position: absolute;
  right: 9px;
  top: 16px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 11px solid #d2d2d2;
}
.spx-select select {
  outline: 0 !important;
  box-sizing: border-box;
  height: 43px;
  width: 100%;
  z-index: 100;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 6px;
  border: 1px solid #d2d2d2;
  background-color: transparent;
  color: #a0a0a0;
  font-family: Roboto-Light-local, Arial, Helvetica, sans-serif;
}
.spx-text-input {
  width: 100%;
  height: 43px;
  letter-spacing: normal;
  background-color: #f7f7f7;
  outline: 0 !important;
  padding: 0 20px !important;
  font-family: Roboto-Light-local, Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  border: 1px solid #d2d2d2 !important;
  border-radius: 2px;
  margin: 0 0 0 0 !important;
}
.spx-checkbox {
  float: left;
}
.spx-checkbox ~ label {
  font-size: 14px;
  margin-left: 23px;
  display: block;
}
.form-error,
.cd-validation-error {
  font-size: 12px;
  color: red;
  margin-top: 12px;
}
.cd-form {
  position: relative;
}
.cd-form .cd-ff {
  line-height: initial;
  margin: 0;
  padding: 0 5px 0 0;
  display: inline-block;
  width: 45%;
}
.cd-form .cd-ff.cd-full-width {
  width: 90% !important;
}
.cd-form .cd-ff input[type="email"],
.cd-form .cd-ff input[type="text"] {
  padding: 0 20px !important;
  margin: 0 !important;
}
.cd-form .cd-validation-error {
  color: red;
}
#clickdimensionsForm input[type="email"],
#clickdimensionsForm input[type="text"] {
  padding: 0 20px !important;
  margin: 0 !important;
}
.moir {
  display: none;
  position: absolute;
  z-index: 200;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #b1b1b1;
}
.spinner-3dots {
  width: 70px;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
.spinner-3dots > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner-3dots .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner-3dots .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.0);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.spx-overlay {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10020;
  background-color: rgba(120,120,120,0.9);
}
.spx-overlay > div {
  position: relative;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  width: 400px;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  border: 2px solid #ff7900;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
}
.homepage-advantages-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.homepage-advantages-row a.advantage-contentbox {
  display: inline-block;
  margin-bottom: 20px;
  width: 32%;
  background-color: #f7f7f7;
  padding: 35px;
  text-align: center;
}
.homepage-advantages-row a.advantage-contentbox h2.cb-heading {
  font-size: 20px;
  line-height: 25px;
}
.homepage-advantages-row a.advantage-contentbox .content-container {
  color: #7b7b7a;
}
.homepage-advantages-row a.advantage-contentbox .cb-image svg {
  width: 120px;
  height: 120px;
}
.company-partners-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0 20px;
  background-color: #1a1a18;
}
.company-partners-row a.company-contentbox {
  display: inline-block;
  margin-bottom: 20px;
  width: 189px;
  padding: 20px 0;
  text-align: center;
}
.company-partners-row a.company-contentbox .cb-image svg {
  width: 150px;
  height: 150px;
}
@media only screen and (max-width: 800px) {
  .homepage-advantages-row a.advantage-contentbox {
    width: 100%;
  }
}
.fusion-imageframe.svg {
  width: 100%;
}
