
@font-face {
  font-family: 'Montserrat';
  font-weight: 300;
  font-style: normal;
  src: url('./fonts/Montserrat-Light.otf') format('opentype');
  src: url('./fonts/Montserrat-Light.eot'),
    url('./fonts/Montserrat-Light.woff2') format('woff2'),
    url('./fonts/Montserrat-Light.woff') format('woff'),
    url('./fonts/Montserrat-Light.ttf') format('truetype'),
    url('./fonts/Montserrat-Light.svg') format('svg');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 300;
  font-style: italic;
  src: url('./fonts/Montserrat-LightItalic.otf') format('opentype');
  src: url('./fonts/Montserrat-LightItalic.eot'),
    url('./fonts/Montserrat-LightItalic.woff2') format('woff2'),
    url('./fonts/Montserrat-LightItalic.woff') format('woff'),
    url('./fonts/Montserrat-LightItalic.ttf') format('truetype'),
    url('./fonts/Montserrat-LightItalic.svg') format('svg');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 400;
  font-style: normal;
  src: url('./fonts/Montserrat-Regular.otf') format('opentype');
  src: url('./fonts/Montserrat-Regular.eot'),
    url('./fonts/Montserrat-Regular.woff2') format('woff2'),
    url('./fonts/Montserrat-Regular.woff') format('woff'),
    url('./fonts/Montserrat-Regular.ttf') format('truetype'),
    url('./fonts/Montserrat-Regular.svg') format('svg');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 600;
  font-style: normal;
  src: url('./fonts/Montserrat-SemiBold.otf') format('opentype');
  src: url('./fonts/Montserrat-SemiBold.eot'),
    url('./fonts/Montserrat-SemiBold.woff2') format('woff2'),
    url('./fonts/Montserrat-SemiBold.woff') format('woff'),
    url('./fonts/Montserrat-SemiBold.ttf') format('truetype'),
    url('./fonts/Montserrat-SemiBold.svg') format('svg');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 600;
  font-style: italic;
  src: url('./fonts/Montserrat-SemiBoldItalic.otf') format('opentype');
  src: url('./fonts/Montserrat-SemiBoldItalic.eot'),
    url('./fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'),
    url('./fonts/Montserrat-SemiBoldItalic.woff') format('woff'),
    url('./fonts/Montserrat-SemiBoldItalic.ttf') format('truetype'),
    url('./fonts/Montserrat-SemiBoldItalic.svg') format('svg');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 700;
  font-style: normal;
  src: url('./fonts/Montserrat-Bold.otf') format('opentype');
  src: url('./fonts/Montserrat-Bold.eot'),
    url('./fonts/Montserrat-Bold.woff2') format('woff2'),
    url('./fonts/Montserrat-Bold.woff') format('woff'),
    url('./fonts/Montserrat-Bold.ttf') format('truetype'),
    url('./fonts/Montserrat-Bold.svg') format('svg');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 700;
  font-style: italic;
  src: url('./fonts/Montserrat-BoldItalic.otf') format('opentype');
  src: url('./fonts/Montserrat-Bold.eot'),
    url('./fonts/Montserrat-BoldItalic.woff2') format('woff2'),
    url('./fonts/Montserrat-BoldItalic.woff') format('woff'),
    url('./fonts/Montserrat-BoldItalic.ttf') format('truetype'),
    url('./fonts/Montserrat-BoldItalic.svg') format('svg');
}

.alterna-cx-container * {
  font-family: "Montserrat", sans-serif !important;
}

html[dir] .alterna-cx-card-title {
	padding: 1.2em 1.1em 0 1.1em;
}

html[dir] .alterna-cx-card-title.alterna-cx-web-header {
	padding: .25em;
}

@media only screen and (min-width: 650px) {
  html[dir] .alterna-cx-card-title.alterna-cx-web-header {
    padding: .5em;
  }
}

.alterna-cx-card-title.alterna-cx-web-header img {
  content:url("../images/logo.svg");
}

*, ::before, ::after {
	letter-spacing: -0.025em !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html[dir] .alterna-cx-web-header {
  text-align: center !important;
  background: #ffffff !important;
}

.alterna-cx-web-footer {
  margin-top: -0.32em !important;
  font-size: 0.7em !important;
}

.alterna-cx-web-footer a {
  color: #a9b3bb;
  text-decoration: none;
}

.alterna-cx-web-footer span {
  padding-top: 0.2em;
  color: #a9b3bb;
}

.alterna-cx-card-title {
  color: #141414;
  font-weight: 500;
}

.button.-primary {
	background-color: #b61539;
	color: #fff;
	transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-out;
}


html[dir="ltr"] .alterna-cx-survey .alterna-cx-card-body .alterna-cx-card-content .alterna-cx-question-desc span {
	border-left: .5em solid #89102b;
  margin-left: .3em;
}
.alterna-cx-survey .alterna-cx-card-body .alterna-cx-card-content .alterna-cx-question-desc {
	font-size: .85em;
	font-weight: 400;
	color: #89102b;
}

html[dir] .alterna-cx-card-actions button:focus, html[dir] .alterna-cx-card-actions button:not(:disabled):hover {
  background-color: #89102b !important;
}

html[dir] .alterna-cx-card-actions button.alterna-cx-trigger-next:not(:disabled):hover {
  background-color: #89102b !important;
}

html[dir] .alterna-cx-card-actions button.alterna-cx-trigger-prev {
	background-color: #fff !important;
	color: #444444 !important;
}

html[dir] .alterna-cx-card-actions button.alterna-cx-trigger-prev:disabled {
  background-color: #fff !important;
  color: #cecece !important;
}

html[dir] .alterna-cx-card-actions button.alterna-cx-trigger-prev:not(:disabled):hover {
  background-color: #e5e5e5 !important;
  color: #444444 !important;
}

html[dir] .alterna-cx-survey .alterna-cx-card-body .alterna-cx-card-content .alterna-cx-choice-group, html[dir] .alterna-cx-survey .alterna-cx-card-body .alterna-cx-card-content .alterna-cx-choice-icon-group, html[dir] .alterna-cx-survey .alterna-cx-card-body .alterna-cx-card-content .alterna-cx-input-group {
	padding: 1em .5em;
}

.alterna-cx-subquestion.alterna-cx-clearfix .alterna-cx-choice-group, .alterna-cx-subquestion.alterna-cx-clearfix .alterna-cx-input-group {
	padding: 0 1em !important;
}

.alterna-cx-slider-connect {
	background: #b61539;
}

.alterna-cx-completionRatio div:nth-child(2) {
	margin-top: -1.4em;
}

.alterna-cx-choice-other .alterna-cx-char-counter {
  color: #fefefe !important;
}

.alterna-cx-choice input:checked+.alterna-cx-choice-other {
  background: #fff !important;
}

.alterna-cx-choice input:checked+.alterna-cx-choice-label>label, .alterna-cx-choice input:checked+.alterna-cx-choice-other>label, .alterna-cx-choice input:checked+.alterna-cx-choice-label>label::before, .alterna-cx-choice input:checked+.alterna-cx-choice-other>label::before, .alterna-cx-choice input:checked+.alterna-cx-choice-label>label::after, .alterna-cx-choice input:checked+.alterna-cx-choice-other>label::after {
  color: #fefefe !important;
}

html[dir] .alterna-cx-choice .alterna-cx-choice-label>label, .alterna-cx-choice .alterna-cx-choice-other>label, .alterna-cx-choice .alterna-cx-choice-label>label::after, .alterna-cx-choice .alterna-cx-choice-other>label::after {
  color: #000000 !important;
}

html[dir] .alterna-cx-choice input:checked + .alterna-cx-choice-other {
	background: #b61539 !important;
}

html[dir] .alterna-cx-choice .alterna-cx-choice-other .alterna-cx-textarea {
  background-color: #fefefe !important;
}

.alterna-cx-choice .alterna-cx-choice-label>label:hover, .alterna-cx-choice .alterna-cx-choice-other>label:hover, .alterna-cx-choice .alterna-cx-choice-label>label:hover::after, .alterna-cx-choice .alterna-cx-choice-other>label:hover::after {
  color: #fefefe !important;
}

.alterna-cx-textarea, .alterna-cx-textinput{
  color: #000000 !important;
}

.alterna-cx-choice .alterna-cx-choice-other .alterna-cx-textarea{
  color: #000000 !important;
}

html[dir] .alterna-cx-choice .alterna-cx-choice-label > label:hover, .alterna-cx-choice .alterna-cx-choice-other > label:hover{
  background: #89102b !important;
  color: #fefefe !important;
}

.alterna-cx-choice input:checked + .alterna-cx-choice-label > label, .alterna-cx-choice input:checked + .alterna-cx-choice-other > label{
  background: #b61539 !important;
  color: #fff !important;
}

.alterna-cx-char-counter{
  color: #000000 !important;
}

html[dir] .alterna-cx-card-actions button{
  color: #fff !important;
  background-color: #b61539 !important;
  height: 3em;
  font-size: 0.84em;
  font-weight: 500;
}

.alterna-cx-card-actions button:focus, .alterna-cx-card-actions button:not(:disabled):hover{
  color: #fff !important;
  background-color: #89102b !important;
}

.alterna-cx-select .alterna-cx-placeholder{
  color:#b61539 !important;
}

.alterna-cx-select .alterna-cx-placeholder:hover{
  background:#b61539 !important;
  color: #fff !important;
}

.alterna-cx-select .alterna-cx-placeholder::after{
  color:#b61539 !important;
}

.alterna-cx-select .alterna-cx-placeholder::after{
  color: #fff !important;
}

html[dir] .alterna-cx-textarea:focus, .alterna-cx-textinput:focus{
  border-color: #89102b !important;
  box-shadow: 0 0 5px 0 #89102b !important;
}

.alterna-cx-card-content {
  color: #141414;
}

html[dir] .alterna-cx-survey .alterna-cx-card-body .alterna-cx-card-content {
	padding: .4em;
}

.alterna-cx-card-content.alterna-cx-icon-remove {
color:#000000;
}

.alterna-cx-card-close::before {
color: #b61539 !important;
}

.alterna-cx-card-close:hover{
background: #89102b !important;
}

.alterna-cx-card-close:hover::before{
color: #fff !important;
}

.alterna-cx-spinner > div:before{
background-color:#b61539 !important;
}
