/* X-Small devices (mobiles, 630px and up) */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Extra large devices*/
.transition {
  transition: all 0.3s;
}
.container-settings {
  width: auto;
  max-width: 100%;
}
.container-settings--no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (min-width: 1280px) {
  .container-settings {
    width: 1236px;
    max-width: 1236px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1800px) {
  .container-settings {
    width: 1480px;
    max-width: 1480px;
    padding: 0;
  }
}
.container-settings .custom-container-row {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 1280px) {
  .container-settings .custom-container-row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media only screen and (min-width: 1800px) {
  .container-settings .custom-container-row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .container-settings .custom-container-row--wide-margin {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.trust-banners-wrapper {
  background-color: #ffb017;
  color: white;
  padding: 0 15px;
  overflow-x: auto;
}
.trust-banners-wrapper .trust-banner {
  display: flex;
  width: 100%;
  justify-content: start;
  align-items: center;
  flex-wrap: nowrap;
  padding: 20px 0;
}
@media only screen and (min-width: 1200px) {
  .trust-banners-wrapper .trust-banner {
    justify-content: space-evenly;
  }
}
.trust-banners-wrapper .trust-item {
  text-align: center;
  line-height: 1;
  min-width: 200px;
}
@media only screen and (min-width: 1200px) {
  .trust-banners-wrapper .trust-item {
    width: auto;
    min-width: auto;
    margin-bottom: 0 !important;
  }
}
.trust-banners-wrapper .number {
  font-size: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  .trust-banners-wrapper .number {
    font-size: 50px;
  }
}
.trust-banners-wrapper .content {
  font-size: 16px;
}
@media only screen and (min-width: 1200px) {
  .trust-banners-wrapper .content {
    font-size: 20px;
  }
}
.trust-banners-wrapper svg {
  width: 36px;
  height: 36px;
  color: white;
  fill: currentColor;
  margin-right: 6px;
}
@media only screen and (min-width: 1200px) {
  .trust-banners-wrapper svg {
    width: 46px;
    height: 46px;
  }
}
