.display-flex {
  display: flex;
}

.cts-symbol {
  background: url("https://www.avixa.org/assets/built_scss/assets/img/md_cts_logo.png");
  background-size: 100% 100%;
  display: block;
  float: left;
  margin: 0 5px;
  height: 38px;
  padding-top: 7px;
  text-align: center;
  width: 42px;
}

.ctsd-symbol {
  background: url("https://www.avixa.org/assets/built_scss/assets/img/md_ctsd_logo.png");
  background-size: 100% 100%;
  display: block;
  float: left;
  margin: 0 5px;
  height: 37px;
  padding-top: 7px;
  text-align: center;
  width: 38px;
}

.ctsi-symbol {
  background: url("https://www.avixa.org/assets/built_scss/assets/img/md_ctsi_logo.png");
  background-size: 100% 100%;
  display: block;
  float: left;
  margin: 0 5px;
  height: 41px;
  padding-top: 10px;
  text-align: center;
  width: 42px;
}

.anp-symbol {
  background: url("https://www.avixa.org/assets/built_scss/assets/img/md_anp_logo.png");
  background-size: 100% 100%;
  display: block;
  float: left;
  margin: 0 5px;
  height: 37px;
  padding-top: 7px;
  text-align: center;
  width: 40px;
}

.enter-ru-div {
  background: -webkit-gradient(linear, 0 0, 100% 100%, from(#3a1a32), to(#ee3353));
  opacity: 1;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 8000;
  top: 0;
  left: 0;
  display: none;
}

.enter-ru-div__button-container {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.enter-ru-div__button {
  text-align: center;
  font-size: 22px;
  padding: 9px 0px;
}
@media (width < 768px) {
  .enter-ru-div__button {
    font-size: 1rem;
  }
}

.enter-ru-div__ru-title {
  font-size: 24px;
  font-family: "Euclid-bold", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #fff;
}
@media (width < 768px) {
  .enter-ru-div__ru-title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    margin-top: 0.75rem;
  }
}

@media (width < 768px) {
  .enter-ru-div__ru-symbol {
    margin-left: -10px;
    margin-right: 0;
  }
}

.video-ru-note {
  font-size: 28px;
  font-family: "Euclid-bold", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin-top: 25px;
  text-align: center;
}
@media (width < 992px) {
  .video-ru-note {
    font-size: 1.25rem;
  }
}
@media (width < 768px) {
  .video-ru-note {
    font-size: 1rem;
  }
}

/* For any non-unique class names migrated from other files, wrap styles in this where clause to ensure they only apply to this view */
:where(.enter-ru-div) .noform {
  height: inherit;
  width: inherit;
  display: flex;
}

/*# sourceMappingURL=EnterRuDiv.css.map */
