*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modulation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-perspective: 1000;
  perspective: 1000;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  z-index: 997;
}

.modulation\@panel {
  -webkit-animation: opacity 0.3s ease;
  animation: opacity 0.3s ease;
  background: rgba(211, 211, 211, 0.8);
  position: relative;
  z-index: 999;
}

.modulation\@panel--sm {
  width: 480px;
  min-height: 250px;
  overflow-y: hidden;
}

.modulation\@panel__body {
  padding: 24px;
  position: relative;
  z-index: 999;
}

.modulation\@panel__toolbar {
  background: rgba(190, 190, 190, 0.9);
  position: relative;
  height: 40px;
  width: 100%;
}

.modulation\@panel__toolbar .toolbar__close {
  color: #858585;
  font-size: 32px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: ceneter;
  -ms-flex-align: ceneter;
  align-items: ceneter;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 32px;
  width: 32px;
}

.modulation\@panel__toolbar .toolbar__close:hover {
  color: gray;
}

.is-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.prevent-scroll {
  overflow: hidden;
}

.object\@btn {
  padding: 18px 36px;
  cursor: pointer;
  font-size: 24px;
  letter-spacing: 4px;
  border: 1px solid grey;
  transition: 0.5s;
}

.object\@btn--primary {
  background: #262626;
  border: 1px solid #262626;
  color: #fff;
}

.object\@btn--primary:hover {
  background: black;
  border: 1px solid black;
}

.object\@btn--primary:focus {
  background: black;
  border: 1px solid black;
}

.object\@btn--block {
  width: 100%;
}

.form\@field {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 4px !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  font-size: 16px !important;
  padding: 12px !important;
  width: 100% !important;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid [class*="grid__col"] {
  padding: 12px;
}

.grid__col-6 {
  width: 50%;
}

.grid__col-6 a {
  color: #262626;
  text-decoration: none;
  padding-bottom: 2px !important;
}

.grid__col-6 a:hover {
  border-bottom: 2px solid #262626;
}

.grid__col-12 {
  width: 100%;
}

.helper\@text--center {
  text-align: center;
}

.display\@h1 {
  font-weight: 200;
  font-size: 36px;
  margin: 0 0 12px 0;
}

.error_alert {
  background: rgba(188, 28, 64, 0.8);
  color: #ffffff;
  font-weight: 450 !important;
}

.input_error {
  border: 2px solid #bc1c40 !important;
}
