body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,strong {
  font-weight: bolder;
}

code,kbd,samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,input,optgroup,select,textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,input {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button,[type="button"],[type="reset"],[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

body {
  line-height: 1;
}

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #222;
}

body *,body *::after,body *::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body input:focus,body select:focus,body textarea:focus,body a:focus,body button:focus {
  outline: none;
}

body a {
  cursor: pointer;
}

body a:hover {
  text-decoration: none;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-],table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

@keyframes ts-blink {
  50% {
    opacity: 0.0;
  }
}

@-webkit-keyframes ts-blink {
  50% {
    opacity: 0.0;
  }
}

.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-table {
  display: table;
}

.d-table-row {
  display: table-row;
}

.d-table-cell {
  display: table-cell;
}

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

.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.shadow-none {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.position-static {
  position: static;
}

.position-relative {
  position: relative;
}

.fx-fill {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.fx-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.fx-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fx-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.fx-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.fx-grow-0 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.fx-grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.fx-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.fx-shrink-1 {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.fx-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fx-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.fx-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.fx-jc--start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fx-jc--end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fx-jc--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fx-jc--between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fx-jc--around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.fx-ai--start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fx-ai--end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.fx-ai--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fx-ai--baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.fx-ai--stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.fx-ac--start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.fx-ac--end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.fx-ac--center {
  -ms-flex-line-pack: center;
  align-content: center;
}

.fx-ac--between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.fx-ac--around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.fx-ac--stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.fx-as--auto {
  -ms-flex-item-align: auto;
  align-self: auto;
}

.fx-as--start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.fx-as--end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.fx-as--center {
  -ms-flex-item-align: center;
  align-self: center;
}

.fx-as--baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.fx-as--stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow: hidden;
}

.overflow-y-hidden {
  overflow: hidden;
}

.hide-scroll {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
}

.hide-scroll::-webkit-scrollbar,.hide-scroll::-webkit-scrollbar-thumb,.hide-scroll::-webkit-scrollbar-track,.hide-scroll::-webkit-scrollbar-button,.hide-scroll::-webkit-scrollbar-track-piece,.hide-scroll::-webkit-scrollbar-corner,.hide-scroll::-webkit-resizer {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */@-webkit-keyframes bounce {
  from,20%,53%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,20%,53%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,50%,to {
    opacity: 1;
  }

  25%,75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,50%,to {
    opacity: 1;
  }

  25%,75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,11.1%,to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from,11.1%,to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}

@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ts-blink {
  50% {
    opacity: 0.0;
  }
}

@-webkit-keyframes ts-blink {
  50% {
    opacity: 0.0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.ts_matrix_container.ts_matrix_container--classic .ts_matrix_row--main .ts_matrix_column--fixed,.ts_matrix_container.ts_matrix_container--classic .ts_matrix--header .ts_matrix_column {
  background-color: rgba(77,52,70,0.1);
}

.ts_matrix_container.ts_matrix_container--classic .ts_matrix_column--fixed {
  border-top: 1px solid rgba(77,52,70,0.3);
  border-bottom: 1px solid rgba(77,52,70,0.3);
  border-right: 1px solid rgba(77,52,70,0.3);
}

.ts_matrix_container.ts_matrix_container--classic .ts_matrix--header .ts_matrix_column {
  border-top: 1px solid rgba(77,52,70,0.3);
  border-bottom: 1px solid rgba(77,52,70,0.3);
}

.ts_matrix_container.ts_matrix_container--classic .ts_matrix_leftside .ts_matrix_column {
  border-right: 1px solid rgba(77,52,70,0.3);
}

.ts_matrix_container.ts_matrix_container--classic .ts_matrix_row--stripped {
  border-bottom: 1px solid rgba(77,52,70,0.3);
}

.ts_matrix_container.ts_matrix_container--classic .ts_matrix.full-width-matrix {
  width: 100vw;
  overflow: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
}

.ts_matrix_container.ts_matrix_container--classic .ts_matrix.full-width-matrix::-webkit-scrollbar,.ts_matrix_container.ts_matrix_container--classic .ts_matrix.full-width-matrix::-webkit-scrollbar-thumb,.ts_matrix_container.ts_matrix_container--classic .ts_matrix.full-width-matrix::-webkit-scrollbar-track,.ts_matrix_container.ts_matrix_container--classic .ts_matrix.full-width-matrix::-webkit-scrollbar-button,.ts_matrix_container.ts_matrix_container--classic .ts_matrix.full-width-matrix::-webkit-scrollbar-track-piece,.ts_matrix_container.ts_matrix_container--classic .ts_matrix.full-width-matrix::-webkit-scrollbar-corner,.ts_matrix_container.ts_matrix_container--classic .ts_matrix.full-width-matrix::-webkit-resizer {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent;
}

.ts_matrix_container.ts_matrix_container--classic .ts_matrix.disable_fadeout:after,.ts_matrix_container.ts_matrix_container--classic .ts_matrix.disable_fadeout:before {
  transition: all 0.5s;
  opacity: 0  !important;
}

.ts_matrix_container.ts_matrix_container--classic .ts_matrix {
  overflow: hidden;
  position: relative;
}

.ts_matrix_container.ts_matrix_container--classic .ts_matrix .ts_matrix_leftside {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ts_matrix_container.ts_matrix_container--classic .ts_matrix .ts_matrix_leftside .ts_matrix_column {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 .4em;
}

.ts_matrix_container.ts_matrix_container--classic .ts_matrix .ts_matrix_leftside .ts_matrix_column p {
  text-align: start;
}

.ts_matrix_container.ts_matrix_container--classic .ts_matrix .ts_matrix_contents {
  overflow: auto;
}

.ts_matrix_container.ts_matrix_container--classic .ts_matrix_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.ts_matrix_container.ts_matrix_container--classic .matrix_column_header .ts_matrix--header {
  background-color: rgba(242,144,71,0.2);
}

.ts_matrix_container.ts_matrix_container--classic .matrix_column_header .ts_matrix--header p {
  text-align: center;
}

.ts_matrix_container.ts_matrix_container--classic .ts_matrix_row--main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}

.ts_matrix_container.ts_matrix_container--classic .ts_matrix_column.ts_matrix_column--fixed {
  width: 150px;
}

.ts_matrix_container.ts_matrix_container--classic .ts_matrix_column {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
  width: 150px;
}

.ts_matrix_container.ts_matrix_container--classic .ts_matrix_column .mr--xl {
  margin: 0;
}

.ts_matrix_container.ts_matrix_container--classic .ts_matrix_column p {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.ts_matrix_container.ts_matrix_container--classic .ts_matrix_column--fixed {
  display: block;
  padding: 0;
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ts_matrix_container.ts_matrix_container--classic .ts_matrix_column--fixed div {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes addRowAnimation {
  0% {
    background-color: none;
  }

  40% {
    background-color: #FDFFE3;
  }

  60% {
    background-color: #FDFFE3;
  }

  100% {
    background-color: none;
  }
}

@keyframes validationAnimation {
  0% {
    background-color: none;
  }

  40% {
    background-color: rgba(248,96,96,0.3);
  }

  60% {
    background-color: rgba(248,96,96,0.3);
  }

  100% {
    background-color: none;
  }
}

.ts_matrix_container.ts_matrix_container--classic .ts_matrix_row--sub.active .ts_matrix_column {
  -o-animation: addRowAnimation 600ms ease-in;
  animation: addRowAnimation 600ms ease-in;
}

.ts_matrix_container.ts_matrix_container--classic .ts_matrix_row--unanswered .ts_matrix_column,.ts_matrix_container.ts_matrix_container--classic .ts_matrix_row--unanswered .ts_matrix_qstn {
  -o-animation: validationAnimation 1s ease-in;
  animation: validationAnimation 1s ease-in;
}

.ts_matrix_container.ts_matrix_container--classic .ts_matrix_column.active {
  -o-animation: addRowAnimation 1s ease-in;
  animation: addRowAnimation 1s ease-in;
}

.ts_matrix_container.ts_matrix_container--classic .ts_matrix_row--sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  width: 100%;
}

.ts_matrix_container.ts_matrix_container--classic .ts_matrix_input.ts_matrix_input--eui {
  margin: .25em 0;
  width: 100%;
}

.ts_matrix_container.ts_matrix_container--classic .ts_matrix_input.ts_matrix_input--eui input[type="text"] {
  font-size: inherit;
  min-height: 2em;
  font-family: inherit;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(77,52,70,0.8);
  transition: all 0.3s;
  padding: 0;
}

@media screen and (max-width: 479px) {
  .ts_matrix_container.ts_matrix_container--classic .ts_matrix_input.ts_matrix_input--eui {
    width: auto;
  }
}

.ts_matrix_container.ts_matrix_container--classic .ts_matrix_input {
  padding: 0;
}

.ts_matrix_container.ts_matrix_container--classic .ts_matrix_input input[type="text"] {
  min-height: 2.5em;
  width: 100%;
  background-color: #fff;
  font-weight: 500;
}

.ts_matrix_container.ts_matrix_container--classic .checkbox.checkbox--custom,.ts_matrix_container.ts_matrix_container--classic .radio {
  margin: 0;
}

.ts_matrix_container.ts_matrix_container--classic .checkbox.checkbox--custom label,.ts_matrix_container.ts_matrix_container--classic .radio label {
  padding: 0;
}

.ts_matrix_container.ts_matrix_container--classic .checkbox.checkbox--custom label .checkbox-material .check:before {
  margin-top: -3px;
  margin-left: 7px;
}

body {
  overscroll-behavior: none;
  -webkit-overflow-scrolling: none;
}

.ts-fp-scroll {
  scrollbar-width: none;
  width: 100%;
  height: 100vh;
}

.ts-fp-scroll__item {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 479.98px) {
  .ts-fp-scroll__item {
    padding-bottom: 62px;
  }
}

.ts-fp-scroll__item-data-wrap {
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}

@-webkit-keyframes scrollInFromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
    transform: translateY(100vh);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
    transform: translateY(0vh);
  }
}

@keyframes scrollInFromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
    transform: translateY(100vh);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
    transform: translateY(0vh);
  }
}

@-webkit-keyframes scrollInFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
    transform: translateY(-100vh);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
    transform: translateY(0vh);
  }
}

@keyframes scrollInFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
    transform: translateY(-100vh);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
    transform: translateY(0vh);
  }
}

@-webkit-keyframes scrollOutToTop {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
    transform: translateY(0vh);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
    transform: translateY(-100vh);
  }
}

@keyframes scrollOutToTop {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
    transform: translateY(0vh);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
    transform: translateY(-100vh);
  }
}

@-webkit-keyframes scrollOutToBottom {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
    transform: translateY(0vh);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
    transform: translateY(100vh);
  }
}

@keyframes scrollOutToBottom {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
    transform: translateY(0vh);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
    transform: translateY(100vh);
  }
}

.ts-fake-scroll--center {
  -webkit-transform: translateY(0vh);
  -ms-transform: translateY(0vh);
  transform: translateY(0vh);
  opacity: 1;
}

.ts-fake-scroll--bottom {
  -webkit-transform: translateY(100vh);
  -ms-transform: translateY(100vh);
  transform: translateY(100vh);
}

.ts-fake-scroll--bottom.ts-fake-scroll--animateIn {
  -webkit-animation: scrollInFromBottom .3s ease;
  animation: scrollInFromBottom .3s ease;
  -webkit-transform: translateY(0vh);
  -ms-transform: translateY(0vh);
  transform: translateY(0vh);
  opacity: 1;
}

.ts-fake-scroll--bottom.ts-fake-scroll--animateOut {
  -webkit-animation: scrollOutToTop .3s ease;
  animation: scrollOutToTop .3s ease;
  -webkit-transform: translateY(-100vh);
  -ms-transform: translateY(-100vh);
  transform: translateY(-100vh);
  opacity: 0;
}

.ts-fake-scroll--top {
  -webkit-transform: translateY(-100vh);
  -ms-transform: translateY(-100vh);
  transform: translateY(-100vh);
}

.ts-fake-scroll--top.ts-fake-scroll--animateIn {
  -webkit-animation: scrollInFromTop .3s ease;
  animation: scrollInFromTop .3s ease;
  -webkit-transform: translateY(0vh);
  -ms-transform: translateY(0vh);
  transform: translateY(0vh);
  opacity: 1;
}

.ts-fake-scroll--top.ts-fake-scroll--animateOut {
  -webkit-animation: scrollOutToBottom .3s ease;
  animation: scrollOutToBottom .3s ease;
  -webkit-transform: translateY(100vh);
  -ms-transform: translateY(100vh);
  transform: translateY(100vh);
  opacity: 0;
}

.ts-form--input-group {
  width: 100%;
  position: relative;
  padding: 0 0 16px;
  margin: 0 0 8px;
}

.ts-form--input-group.ts-form--input-group__no-padding {
  padding: 0;
}

.ts-form--input-group.ts-form--input-group__no-padding .ts-form--error {
  position: static;
}

.ts-form--input-group.ts-form--input-group__no-margin {
  margin: 0;
}

.ts-form--input-group input:-webkit-autofill,.ts-form--input-group input:-webkit-autofill:hover,.ts-form--input-group input:-webkit-autofill:focus,.ts-form--input-group textarea:-webkit-autofill,.ts-form--input-group textarea:-webkit-autofill:hover,.ts-form--input-group textarea:-webkit-autofill:focus,.ts-form--input-group select:-webkit-autofill,.ts-form--input-group select:-webkit-autofill:hover,.ts-form--input-group select:-webkit-autofill:focus {
  -webkit-box-shadow: transparent;
  transition: background-color 5000s ease-in-out 0s;
}

.ts-form--input-group .ts-form--input {
  height: 40px;
  width: 100%;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  border-radius: 3px;
  border: thin solid #ededed;
  background-color: #fff;
  resize: none;
  transition: border 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 .5em;
}

.ts-form--input-group .ts-form--input.placeholder {
  color: rgba(0,0,0,0.3);
}

.ts-form--input-group .ts-form--input:-moz-placeholder {
  color: rgba(0,0,0,0.3);
}

.ts-form--input-group .ts-form--input::-moz-placeholder {
  color: rgba(0,0,0,0.3);
}

.ts-form--input-group .ts-form--input::-webkit-input-placeholder {
  color: rgba(0,0,0,0.3);
}

.ts-form--input-group .ts-form--input:-ms-input-placeholder {
  color: rgba(0,0,0,0.3);
}

.ts-form--input-group .ts-form--input:focus {
  border: thin solid rgba(99,104,111,0.4);
}

.ts-form--input-group .ts-form--input.ts-form--input--micro {
  font-size: 14px;
  height: 28px;
  min-width: 56px;
}

.ts-form--input-group .ts-form--input.ts-form--input--mini {
  font-size: 14px;
  height: 32px;
}

.ts-form--input-group .ts-form--input.ts-form--input--mini select {
  font-size: inherit;
  height: 32px;
}

.ts-form--input-group .ts-form--input.ts-form--input--textarea {
  height: auto;
  min-height: 80px;
  overflow-y: auto;
  padding: 8px 16px 8px 8px;
}

.ts-form--input-group .ts-form--input.ts-form--input--error {
  border: thin solid #F86060;
}

.ts-form--input-group .ts-form--input.ts-form--input--disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
  color: rgba(0,0,0,0.4);
}

.ts-form--error {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  color: #F86060;
  font-weight: 400;
}

.checkmeout-checkbox,.checkmeout-radio {
  border: 0;
  cursor: pointer;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  vertical-align: middle;
  -moz-appearance: none;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  width: 42px;
  height: 42px;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%;
  padding: 12px;
  color: #000;
}

.checkmeout-checkbox input,.checkmeout-radio input {
  top: 0;
  left: 0;
  width: 100%;
  cursor: inherit;
  height: 100%;
  margin: 0;
  opacity: 0;
  padding: 0;
  z-index: 1;
  position: absolute;
}

.checkmeout-checkbox .checkmeout-radio-style,.checkmeout-radio .checkmeout-radio-style {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid currentColor;
  position: relative;
}

.checkmeout-checkbox .checkmeout-radio-style:before,.checkmeout-radio .checkmeout-radio-style:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform 100ms cubic-bezier(0.4, 0, 1, 1) 0ms;
  background: currentColor;
  border-radius: 50%;
}

.checkmeout-checkbox [type="radio"]:checked+.checkmeout-radio-style:before,.checkmeout-radio [type="radio"]:checked+.checkmeout-radio-style:before {
  transform: scale(0.65);
}

.checkmeout-checkbox .checkmeout-checkbox-style,.checkmeout-radio .checkmeout-checkbox-style {
  width: 100%;
  height: 100%;
  border: 1px solid currentColor;
  position: relative;
  border-radius: 2px;
}

.checkmeout-checkbox .checkmeout-checkbox-style:after,.checkmeout-radio .checkmeout-checkbox-style:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-left: -3px;
  margin-top: -7px;
}

.checkmeout-checkbox [type="checkbox"]:checked+.checkmeout-checkbox-style,.checkmeout-radio [type="checkbox"]:checked+.checkmeout-checkbox-style {
  background: currentColor;
}

.checkmeout-checkbox [type="checkbox"]:checked+.checkmeout-checkbox-style:after,.checkmeout-radio [type="checkbox"]:checked+.checkmeout-checkbox-style:after {
  display: block;
}

.ts-button--dropdown {
  position: relative;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.ts-button--dropdown ul {
  display: none;
  z-index: 2;
  width: auto;
  min-width: 180px;
  max-height: 360px;
  overflow: auto;
  position: absolute;
  top: calc(100% + 16px);
  left: auto;
  right: 0;
  background-color: #fff;
  border-radius: 5px;
  border: thin solid #bdbdbd;
  margin: 0;
}

.ts-button--dropdown ul:empty {
  display: none !important;
}

.ts-button--dropdown ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 8px 16px;
  list-style-type: none;
  white-space: nowrap;
  font-size: 18px;
  transition: all 0.3s;
  font-weight: 400;
  color: #000;
  user-select: none;
  cursor: pointer;
}

.ts-button--dropdown ul li svg {
  opacity: 0;
  transition: all 0.3s;
}

.ts-button--dropdown ul li.disabled {
  cursor: not-allowed;
  color: #63686F;
}

.ts-button--dropdown ul li:hover {
  background-color: rgba(0,0,0,0.05);
}

.ts-button--dropdown ul li.active {
  background-color: #000;
  color: #fff;
}

.ts-button--dropdown ul li.active svg {
  opacity: 1;
}

.ts-button--dropdown.ts-button--dropdown--open:before,.ts-button--dropdown.ts-button--dropdown--open ul {
  display: block;
  transition: all 0.3s;
}

.ts-button--dropdown.ts-button--dropdown--open,.ts-button--dropdown:hover,.ts-button--dropdown:focus,.ts-button--dropdown:active {
  text-decoration: none;
}

.Select {
  position: relative;
}

.Select,.Select div,.Select input,.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.Select.is-disabled>.Select-control {
  background-color: #f9f9f9;
}

.Select.is-disabled>.Select-control:hover {
  box-shadow: none;
}

.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}

.Select-control {
  background-color: #fff;
  border-color: rgba(25,184,133,0.3);
  border-radius: 3px;
  border: 2px solid rgba(25,184,133,0.3);
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0,0,0,0.06);
}

.Select-control .Select-input:focus {
  outline: none;
}

.is-searchable.is-open>.Select-control {
  cursor: text;
}

.is-open>.Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}

.is-open>.Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}

.is-searchable.is-focused:not(.is-open)>.Select-control {
  cursor: text;
}

.Select-placeholder,.Select--single>.Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.has-value.Select--single>.Select-control .Select-value .Select-value-label,.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label {
  color: #333;
}

.has-value.Select--single>.Select-control .Select-value a.Select-value-label,.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}

.has-value.Select--single>.Select-control .Select-value a.Select-value-label:hover,.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:hover,.has-value.Select--single>.Select-control .Select-value a.Select-value-label:focus,.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}

.Select-input {
  height: 34px;
  background-color: transparent;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

.Select-input>input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 14px;
  color: #19B885;
  font-weight: 700;
  font-size: 1em;
  padding: 8px 0 12px;
  -webkit-appearance: none;
}

.is-focused .Select-input>input {
  cursor: text;
}

.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}

.Select-control:not(.is-searchable)>.Select-input {
  outline: none;
}

.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}

.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}

.Select-clear-zone:hover {
  color: #D0021B;
}

.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}

.Select--multi .Select-clear-zone {
  width: 17px;
}

.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}

.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}

.is-open .Select-arrow,.Select-arrow-zone:hover>.Select-arrow {
  border-top-color: #666;
}

.Select--multi .Select-multi-value-wrapper {
  display: block;
}

.Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}

@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: thin solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0,0,0,0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 2;
  -webkit-overflow-scrolling: touch;
}

.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}

.Select-option-group-label {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  font-weight: bold;
  cursor: default;
  display: block;
  padding: 8px 10px;
}

.Select-option-group-label ~ .Select-option,.Select-option-group-label ~ .Select-option-group {
  padding-left: 20px;
}

.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}

.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.Select-option.is-selected {
  background-color: #f5faff;
  background-color: rgba(0,126,255,0.04);
  color: #333;
}

.Select-option.is-focused {
  background-color: rgba(25,184,133,0.1);
  border-radius: 2px;
  transition: all 0.3s;
}

.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}

.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}

.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}

.Select--multi.has-value .Select-input {
  margin-left: 5px;
}

.Select--multi .Select-value {
  background-color: rgba(25,184,133,0.1);
  border-radius: 2px;
  border: thin solid rgba(25,184,133,0.3);
  color: #000;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}

.Select--multi .Select-value-icon,.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}

.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}

.Select--multi a.Select-value-label {
  color: #19B885;
  cursor: pointer;
  text-decoration: none;
}

.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}

.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  font-size: 14px;
  padding: 3px 5px 3px;
  color: #4D3446;
  transition: all 0.3s;
}

.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  background-color: rgba(0,126,255,0.24);
}

.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: thin solid #e3e3e3;
  color: #333;
}

.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: thin solid #e3e3e3;
}

.Select--multi.is-disabled .Select-value-icon:hover,.Select--multi.is-disabled .Select-value-icon:focus,.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}

@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}

body {
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

a {
  color: #007eff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  color: black;
  font-weight: 500;
  line-height: 1;
  margin-bottom: .66em;
  margin-top: 0;
}

h1,.h1 {
  font-size: 2.4em;
}

h2,.h2 {
  font-size: 2em;
  font-weight: 300;
}

h3,.h3 {
  font-size: 1.25em;
}

h4,.h4 {
  font-size: 1em;
}

h5,.h5 {
  font-size: .85em;
}

h6,.h6 {
  font-size: .75em;
}

.page-body,.page-footer,.page-header {
  padding: 30px 0;
}

.page-header {
  background-color: #007eff;
  color: #bfdfff;
}

.page-header h1,.page-header h2,.page-header h3 {
  color: white;
}

.page-header p {
  font-size: 1.2em;
  margin: 0;
}

.page-header a {
  border-bottom: thin solid rgba(255,255,255,0.3);
  color: white;
  text-decoration: none;
}

.page-header a:hover,.page-header a:focus {
  border-bottom-color: white;
  outline: none;
  text-decoration: none;
}

.page-subheader {
  background-color: #e6f2ff;
  line-height: 20px;
  padding: 30px 0;
}

.page-subheader__button {
  float: right;
}

.page-subheader__link {
  border-bottom: thin solid rgba(0,126,255,0.3);
  outline: none;
  text-decoration: none;
}

.page-subheader__link:hover,.page-subheader__link:focus {
  border-bottom-color: #007eff;
  outline: none;
  text-decoration: none;
}

.page-footer {
  background-color: #fafafa;
  color: #999;
  padding: 30px 0;
  text-align: center;
}

.page-footer a {
  color: black;
}

@media (min-width: 480px) {
  .page-body,.page-header {
    padding: 60px 0;
  }

  .page-header {
    font-size: 1.4em;
  }

  .page-subheader {
    font-size: 1.125em;
    line-height: 28px;
  }
}

.checkbox-list {
  margin-top: .5em;
  overflow: hidden;
}

.checkbox-list>.checkbox {
  clear: left;
  float: left;
  margin-top: .5em;
}

.checkbox-control {
  margin-right: .5em;
  position: relative;
  top: -1px;
}

.switcher {
  color: #999;
  cursor: default;
  font-size: 12px;
  margin: 10px 0;
  text-transform: uppercase;
}

.switcher .link {
  color: #007eff;
  cursor: pointer;
  font-weight: bold;
  margin-left: 10px;
}

.switcher .link:hover {
  text-decoration: underline;
}

.switcher .active {
  color: #666;
  font-weight: bold;
  margin-left: 10px;
}

.section {
  margin-bottom: 40px;
}

.hint {
  font-size: .85em;
  margin: 15px 0;
  color: #666;
}

.virtual-scroll {
  z-index: 1;
}

.date-time-classic-form-wrapper .date-time-container,.date-time-builder-wrapper .date-time-container,.date-time-chat-wrapper .date-time-container,.date-time-widget-wrapper .date-time-widget-container .date-time-container,.date-time-classic-form-wrapper .date-time-container .time-wrapper,.date-time-builder-wrapper .date-time-container .time-wrapper,.date-time-chat-wrapper .date-time-container .time-wrapper,.date-time-widget-wrapper .date-time-widget-container .date-time-container .time-wrapper,.date-time-widget-wrapper .date-time-widget-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.date-time-classic-form-wrapper .date-time-container,.date-time-builder-wrapper .date-time-container,.date-time-chat-wrapper .date-time-container,.date-time-widget-wrapper .date-time-widget-container .date-time-container {
  width: 100%;
}

.date-time-classic-form-wrapper .date-time-container .out-of-focus,.date-time-builder-wrapper .date-time-container .out-of-focus,.date-time-chat-wrapper .date-time-container .out-of-focus,.date-time-widget-wrapper .date-time-widget-container .date-time-container .out-of-focus {
  position: relative;
}

.date-time-classic-form-wrapper .date-time-container .out-of-focus:before,.date-time-builder-wrapper .date-time-container .out-of-focus:before,.date-time-chat-wrapper .date-time-container .out-of-focus:before,.date-time-widget-wrapper .date-time-widget-container .date-time-container .out-of-focus:before {
  content: attr(placeholder);
  position: absolute;
  top: 5px;
  left: 0;
  color: rgba(77,52,70,0.4);
  font-size: 1em;
}

.date-time-classic-form-wrapper .date-time-container input[type=date],.date-time-builder-wrapper .date-time-container input[type=date],.date-time-chat-wrapper .date-time-container input[type=date],.date-time-widget-wrapper .date-time-widget-container .date-time-container input[type=date] {
  width: 50%;
  max-width: 8em;
  min-width: 7.5em;
  padding: 0;
  margin: 0 5% 0 0;
}

.date-time-classic-form-wrapper .date-time-container input[type=time],.date-time-builder-wrapper .date-time-container input[type=time],.date-time-chat-wrapper .date-time-container input[type=time],.date-time-widget-wrapper .date-time-widget-container .date-time-container input[type=time] {
  width: 6.5em;
  white-space: nowrap;
  overflow: hidden;
}

.date-time-classic-form-wrapper .date-time-container input,.date-time-builder-wrapper .date-time-container input,.date-time-chat-wrapper .date-time-container input,.date-time-widget-wrapper .date-time-widget-container .date-time-container input {
  border: none;
  color: #f29047;
  width: 6em;
  font-size: 1.75em;
  height: 36px;
  font-weight: 500;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .date-time-classic-form-wrapper .date-time-container input,.date-time-builder-wrapper .date-time-container input,.date-time-chat-wrapper .date-time-container input,.date-time-widget-wrapper .date-time-widget-container .date-time-container input {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 479px) {
  .date-time-classic-form-wrapper .date-time-container input,.date-time-builder-wrapper .date-time-container input,.date-time-chat-wrapper .date-time-container input,.date-time-widget-wrapper .date-time-widget-container .date-time-container input {
    font-size: 1.3em;
  }
}

.date-time-classic-form-wrapper .date-time-container input::selection,.date-time-builder-wrapper .date-time-container input::selection,.date-time-chat-wrapper .date-time-container input::selection,.date-time-widget-wrapper .date-time-widget-container .date-time-container input::selection {
  color: #f29047;
  background: rgba(242,144,71,0.1);
}

.date-time-classic-form-wrapper .date-time-container input::-moz-selection,.date-time-builder-wrapper .date-time-container input::-moz-selection,.date-time-chat-wrapper .date-time-container input::-moz-selection,.date-time-widget-wrapper .date-time-widget-container .date-time-container input::-moz-selection {
  color: #f29047;
  background: rgba(242,144,71,0.1);
}

.date-time-classic-form-wrapper .date-time-container input.placeholder,.date-time-builder-wrapper .date-time-container input.placeholder,.date-time-chat-wrapper .date-time-container input.placeholder,.date-time-widget-wrapper .date-time-widget-container .date-time-container input.placeholder {
  color: rgba(242,144,71,0.4);
}

.date-time-classic-form-wrapper .date-time-container .time-input,.date-time-builder-wrapper .date-time-container .time-input,.date-time-chat-wrapper .date-time-container .time-input,.date-time-widget-wrapper .date-time-widget-container .date-time-container .time-input {
  width: 4em;
  padding: 0 0 0 .5em;
  border-left: thin solid rgba(242,144,71,0.2);
}

.date-time-classic-form-wrapper .date-time-container .time-wrapper .am-pm,.date-time-builder-wrapper .date-time-container .time-wrapper .am-pm,.date-time-chat-wrapper .date-time-container .time-wrapper .am-pm,.date-time-widget-wrapper .date-time-widget-container .date-time-container .time-wrapper .am-pm {
  margin: 0 0 0 .25em;
  cursor: pointer;
  color: #f29047;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.2;
  user-select: none;
  animation: blinkAnimation 0.4s;
}

@media screen and (max-width: 767px) {
  .date-time-classic-form-wrapper .date-time-container .time-wrapper .am-pm,.date-time-builder-wrapper .date-time-container .time-wrapper .am-pm,.date-time-chat-wrapper .date-time-container .time-wrapper .am-pm,.date-time-widget-wrapper .date-time-widget-container .date-time-container .time-wrapper .am-pm {
    font-size: 1.5em;
  }
}

.date-time-classic-form-wrapper .date-error,.date-time-widget-wrapper .date-error {
  color: #F86060;
  font-weight: 500;
  font-size: 1em;
}

.date-time-classic-form-wrapper {
  width: 100%;
}

.date-time-classic-form-wrapper .date-time-container {
  padding: 0 0 .5em;
}

.date-time-classic-form-wrapper .date-time-container .date-input {
  width: 7.5em;
}

.date-time-classic-form-wrapper .date-time-container .time-wrapper .time-input {
  width: 4.25em;
}

.date-time-classic-form-wrapper .date-time-container input[type=text]::selection {
  color: inherit;
  background: rgba(77,52,70,0.1);
}

.date-time-classic-form-wrapper .date-time-container input[type=text]::-moz-selection {
  color: inherit;
  background: rgba(77,52,70,0.1);
}

.date-time-classic-form-wrapper .date-time-container input {
  font-size: inherit;
}

.date-time-classic-form-wrapper .date-time-container .am-pm {
  font-size: inherit !important;
}

.date-time-builder-wrapper .date-time-container {
  padding: .25em 0;
  margin: 0 0 1em;
  width: 75%;
  border-bottom: 1px solid rgba(98,104,111,0.5);
}

.date-time-builder-wrapper .date-time-container input {
  width: 7em;
  color: #62686f;
}

.date-time-builder-wrapper .date-time-container input.placeholder {
  color: rgba(98,104,111,0.5);
}

.date-time-builder-wrapper .date-time-container input:-moz-placeholder {
  color: rgba(98,104,111,0.5);
}

.date-time-builder-wrapper .date-time-container input::-moz-placeholder {
  color: rgba(98,104,111,0.5);
}

.date-time-builder-wrapper .date-time-container input::-webkit-input-placeholder {
  color: rgba(98,104,111,0.5);
}

.date-time-builder-wrapper .date-time-container input:-ms-input-placeholder {
  color: rgba(98,104,111,0.5);
}

.date-time-builder-wrapper .date-time-container .time-wrapper .time-input {
  border-left: 1px solid rgba(98,104,111,0.5);
}

.date-time-builder-wrapper .date-time-container .time-wrapper .am-pm {
  font-size: 24px;
  color: #62686f;
}

.date-time-chat-wrapper {
  width: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .date-time-chat-wrapper {
    width: 100% !important;
  }
}

.date-time-chat-wrapper .date-time-container {
  padding: 0;
  margin: 0 0 .25em;
  border-bottom: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .date-time-chat-wrapper .date-time-container {
    width: auto;
  }
}

.date-time-chat-wrapper .date-time-container .date-input {
  width: 6.5em;
}

.date-time-chat-wrapper .date-time-container input[type=text] {
  font-size: 20px;
}

.date-time-chat-wrapper .date-time-container .time-wrapper .am-pm {
  font-size: 20px;
}

.date-time-chat-wrapper .ts_skip_btn {
  margin-bottom: 4px !important;
}

.date-time-chat-wrapper .ts_textinput {
  font-size: 1.1em !important;
}

.date-time-widget-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: .5em 0;
  width: 100%;
}

.date-time-widget-wrapper .date-time-widget-container {
  width: 100%;
}

.date-time-widget-wrapper .date-time-widget-container .date-time-container {
  border: thin solid rgba(242,144,71,0.4);
  border-right: none;
  border-radius: 6px 0 0 6px;
  padding: .25em 1em .25em .5em;
  margin: 0;
}

.date-time-widget-wrapper .date-time-widget-container .date-time-container input {
  font-size: inherit;
  height: 32px;
}

.date-time-widget-wrapper .date-time-widget-container .date-time-container input:not(.time-input) {
  width: 6.75em;
}

.date-time-widget-wrapper .date-time-widget-container .date-time-container .am-pm {
  font-size: 1.2em !important;
}

.date-time-widget-wrapper .date-time-widget-container .ts_cl_qstn_action .survey-primary-action-btn {
  padding: .7em .75em;
  border-radius: 0 6px 6px 0;
}

.date-time-widget-wrapper .date-error {
  font-size: 0.85em;
  margin: .25em 0 0;
  width: 100%;
}

@keyframes blinkAnimation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.ts_no_data_container {
  background-color: #FBF7F0;
  min-height: 100vh;
  height: 100%;
  padding: 3em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ts_no_data_container .ts_nd_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.ts_no_data_container .ts_nd_img img {
  max-width: 650px;
  max-height: 450px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ts_no_data_container .ts_nd_img img {
    max-width: 450px;
    max-height: 450px;
  }
}

.ts_no_data_container .ts_nd_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding: 2em;
  margin: 0 0 0 5%;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .ts_no_data_container .ts_nd_contents {
    margin: 0;
    width: 100%;
  }
}

.ts_no_data_container .ts_nd_contents h1 {
  color: #4D3446;
  font-weight: 700;
  font-size: 3em;
  margin: .2em 0;
}

.ts_no_data_container .ts_nd_contents h1 strong {
  color: #4D3446;
  font-weight: 700;
}

.ts_no_data_container .ts_nd_contents h1 small {
  color: #4d3446;
  font-weight: 300;
  margin: 0 0 .2em;
}

.ts_no_data_container .ts_nd_contents span.ts_nd_underline {
  height: 5px;
  width: 15%;
  background-color: #4D3446;
  margin: .2em 0 1.5em;
}

.ts_no_data_container .ts_nd_contents a {
  color: #4D3446;
  font-weight: 500;
  font-size: 1.5em;
  margin: 0;
  text-decoration: none;
  border-bottom: 1px dashed rgba(77,52,70,0.4);
}

.ts_no_data_container i {
  font-size: 8em;
  color: #f29047;
}

@media screen and (max-width: 767px) {
  .ts_no_data_container i {
    font-size: 6em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ts_no_data_container i {
    font-size: 7em;
  }
}

.ts_no_data_container p {
  color: #4D3446;
  font-weight: 700;
  text-align: center;
  font-size: 2.5em;
  width: 60%;
}

@media screen and (max-width: 767px) {
  .ts_no_data_container p {
    width: 90%;
    font-size: 1.5em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ts_no_data_container p {
    width: 80%;
    font-size: 2em;
  }
}

.ts-suspended-screen-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  width: 100%;
  height: 100%;
  font-size: 16px;
  overflow: auto;
  padding: 0 4em;
}

@media screen and (max-width: 1199px) {
  .ts-suspended-screen-wrapper {
    padding: 0 2em;
  }
}

@media screen and (max-width: 767px) {
  .ts-suspended-screen-wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    height: auto;
  }
}

.ts-suspended-screen-wrapper .ts-suspended-screen-left {
  width: 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.ts-suspended-screen-wrapper .ts-suspended-screen-left svg {
  max-width: 22.5em;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .ts-suspended-screen-wrapper .ts-suspended-screen-left svg {
    max-width: 18em;
  }
}

@media screen and (max-width: 767px) {
  .ts-suspended-screen-wrapper .ts-suspended-screen-left {
    width: 100%;
  }

  .ts-suspended-screen-wrapper .ts-suspended-screen-left svg {
    max-width: 15em;
  }
}

.ts-suspended-screen-wrapper .ts-suspended-screen-right {
  width: 55%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding: 4em 12.5% 4em 0;
}

@media screen and (max-width: 1199px) {
  .ts-suspended-screen-wrapper .ts-suspended-screen-right {
    padding: 4em 8% 4em 0;
  }
}

@media screen and (max-width: 767px) {
  .ts-suspended-screen-wrapper .ts-suspended-screen-right {
    padding: 2em 0;
    width: 100%;
  }
}

.ts-suspended-screen-wrapper .ts-suspended-screen-right h1 {
  font-size: 10em;
  margin: 0;
  padding: 0;
  font-weight: 300;
  color: rgba(0,0,0,0.8);
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .ts-suspended-screen-wrapper .ts-suspended-screen-right h1 {
    font-size: 8em;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .ts-suspended-screen-wrapper .ts-suspended-screen-right h1 {
    font-size: 6em;
  }
}

.ts-suspended-screen-wrapper .ts-suspended-screen-right h4 {
  font-size: 1.75em;
  font-weight: 500;
  color: #000;
  position: relative;
  line-height: normal;
  margin: 0 0 1.5em;
}

.ts-suspended-screen-wrapper .ts-suspended-screen-right h4:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  height: 1px;
  background-color: rgba(0,0,0,0.1);
}

@media screen and (max-width: 1024px) {
  .ts-suspended-screen-wrapper .ts-suspended-screen-right h4 {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 767px) {
  .ts-suspended-screen-wrapper .ts-suspended-screen-right h4 {
    font-size: 1.125em;
  }
}

.ts-suspended-screen-wrapper .ts-suspended-screen-right p {
  font-size: 1.125em;
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: rgba(0,0,0,0.6);
}

@media screen and (max-width: 1024px) {
  .ts-suspended-screen-wrapper .ts-suspended-screen-right p {
    font-size: 0.9em;
  }
}

.ts-suspended-screen-wrapper .ts-suspended-screen-right .ts-suspended-screen-form {
  padding: 2em 0 0;
  width: 100%;
}

.ts-suspended-screen-wrapper .ts-suspended-screen-right .ts-suspended-screen-form label {
  font-size: 0.75em;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .ts-suspended-screen-wrapper .ts-suspended-screen-right .ts-suspended-screen-form label {
    font-size: 0.65em;
  }
}

.ts-suspended-screen-wrapper .ts-suspended-screen-right .ts-suspended-screen-form input {
  font-size: 1em;
  display: block;
  border: none;
  border-bottom: 2px solid #000;
  width: 75%;
  outline: none;
  padding: .75em 0;
}

.ts-suspended-screen-wrapper .ts-suspended-screen-right .ts-suspended-screen-form input.placeholder {
  color: rgba(0,0,0,0.4);
}

.ts-suspended-screen-wrapper .ts-suspended-screen-right .ts-suspended-screen-form input:-moz-placeholder {
  color: rgba(0,0,0,0.4);
}

.ts-suspended-screen-wrapper .ts-suspended-screen-right .ts-suspended-screen-form input::-moz-placeholder {
  color: rgba(0,0,0,0.4);
}

.ts-suspended-screen-wrapper .ts-suspended-screen-right .ts-suspended-screen-form input::-webkit-input-placeholder {
  color: rgba(0,0,0,0.4);
}

.ts-suspended-screen-wrapper .ts-suspended-screen-right .ts-suspended-screen-form input:-ms-input-placeholder {
  color: rgba(0,0,0,0.4);
}

@media screen and (max-width: 767px) {
  .ts-suspended-screen-wrapper .ts-suspended-screen-right .ts-suspended-screen-form input {
    font-size: 0.85em;
  }
}

.ts-suspended-screen-wrapper .ts-suspended-screen-right .ts-suspended-screen-form button {
  margin: 3em 0 0;
  padding: .625em 1.125em;
  border: none;
  color: #fff;
  background-color: #f29047;
  border-radius: 3px;
  font-weight: 500;
  min-width: 12em;
  text-align: left;
}

.ts-suspended-screen-wrapper .ts-suspended-screen-right .ts-suspended-screen-form button svg {
  float: right;
  vertical-align: middle;
}

.boundary-screen-wrapper.boundary-screen-wrapper-new {
  background-color: #fff;
}

.boundary-screen-wrapper {
  font-size: 16px;
  background-color: #f5f5f5;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  padding: 4em 6.5em;
}

.boundary-screen-wrapper * {
  font-family: 'Source Sans Pro', sans-serif !important;
}

@media screen and (max-width: 1024px) {
  .boundary-screen-wrapper {
    padding: 2.5em;
  }
}

@media screen and (max-width: 767px) {
  .boundary-screen-wrapper {
    padding: 2em;
  }
}

@media screen and (max-width: 479px) {
  .boundary-screen-wrapper {
    padding: 1.5em;
  }
}

.boundary-screen-wrapper .container {
  height: 100%;
}

.boundary-screen-wrapper .container .boundary-screen-container.boundary-screen-container--svg .cls-1 {
  opacity: 0.05;
}

.boundary-screen-wrapper .container .boundary-screen-container.boundary-screen-container--svg .cls-2 {
  fill: #202020;
}

.boundary-screen-wrapper .container .boundary-screen-container.boundary-screen-container--svg .cls-3 {
  fill: #231f20;
}

.boundary-screen-wrapper .container .boundary-screen-container.boundary-screen-container--svg .cls-4 {
  fill: #ffd319;
}

.boundary-screen-wrapper .container .boundary-screen-container.boundary-screen-container--svg .cls-5 {
  fill: #fff;
}

.boundary-screen-wrapper .container .boundary-screen-container.boundary-screen-container--svg .cls-6 {
  fill: #e6e6e6;
}

.boundary-screen-wrapper .container .boundary-screen-container.boundary-screen-container--svg .cls-7 {
  fill: #bbbdbc;
}

.boundary-screen-wrapper .container .boundary-screen-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

@media screen and (max-width: 479px) {
  .boundary-screen-wrapper .container .boundary-screen-container {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.boundary-screen-wrapper .container .boundary-screen-container .bs-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.boundary-screen-wrapper .container .boundary-screen-container .bs-contents .bs-contents--inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 1em 0;
}

.boundary-screen-wrapper .container .boundary-screen-container .bs-contents .bs-contents--inline a {
  margin: 0 0.3em;
  text-transform: none;
  font-size: 1.5em;
  color: #8D5AAD;
  font-weight: 500;
}

.boundary-screen-wrapper .container .boundary-screen-container .bs-contents img {
  max-height: 120px;
}

.boundary-screen-wrapper .container .boundary-screen-container .bs-contents h1 {
  font-size: 2.5em;
  margin: 1em 0 0;
  font-weight: 500;
}

.boundary-screen-wrapper .container .boundary-screen-container .bs-contents h2 {
  font-size: 1.5em;
  font-weight: 500;
  margin: 0;
}

.boundary-screen-wrapper .container .boundary-screen-container .bs-item-left,.boundary-screen-wrapper .container .boundary-screen-container .bs-item-right {
  width: 50%;
  max-height: 100%;
}

@media screen and (max-width: 479px) {
  .boundary-screen-wrapper .container .boundary-screen-container .bs-item-left,.boundary-screen-wrapper .container .boundary-screen-container .bs-item-right {
    width: 100%;
    margin: 1em 0;
  }
}

.boundary-screen-wrapper .container .boundary-screen-container .bs-item-full {
  width: 100%;
}

.boundary-screen-wrapper .container .boundary-screen-container .bs-item-full .bs-item-full-content,.boundary-screen-wrapper .container .boundary-screen-container .bs-item-full .bs-item-full-title {
  text-align: center;
}

.boundary-screen-wrapper .container .boundary-screen-container .bs-item-full .bs-item-full-title {
  margin: 0 0 7em;
}

.boundary-screen-wrapper .container .boundary-screen-container .bs-item-full .bs-item-full-content {
  margin: 4.5em 0 0;
}

.boundary-screen-wrapper .container .boundary-screen-container .bs-item-full svg {
  max-width: 100%;
}

.boundary-screen-wrapper svg {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .boundary-screen-wrapper svg {
    max-width: 360px;
    margin: 0 auto;
  }
}

.boundary-screen-wrapper h1 {
  font-size: 5em;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  padding: 0;
  margin: 0 0 8px;
}

@media screen and (max-width: 767px) {
  .boundary-screen-wrapper h1 {
    font-size: 4em;
  }
}

.boundary-screen-wrapper h5 {
  font-size: 1.5em;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  padding: 0;
  margin: 0 0 16px;
}

@media screen and (max-width: 767px) {
  .boundary-screen-wrapper h5 {
    font-size: 1em;
  }
}

@media screen and (max-width: 479px) {
  .boundary-screen-wrapper h5 {
    font-size: 1.25em;
  }
}

.boundary-screen-wrapper a {
  color: #E59356;
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.8px;
  transition: all 0.3s;
  cursor: pointer;
}

.boundary-screen-wrapper a span {
  margin: 0 1em;
}

@media screen and (max-width: 767px) {
  .boundary-screen-wrapper a {
    font-size: 0.75em;
  }
}

@media screen and (max-width: 479px) {
  .boundary-screen-wrapper a {
    font-size: 0.875em;
  }
}

.boundary-screen-wrapper a svg {
  position: relative;
  height: 16px;
  vertical-align: middle;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #E59356;
  stroke-width: 2;
  margin: 0 0 3px 6px;
}

.boundary-screen-wrapper a:hover {
  color: #de772a;
  text-decoration: none;
}

.boundary-screen-wrapper.boundary-screen-wrapper--eui .cls-1,.boundary-screen-wrapper.boundary-screen-wrapper--eui .cls-9 {
  fill: #f2f2f2;
}

.boundary-screen-wrapper.boundary-screen-wrapper--eui .cls-2 {
  fill: #202020;
}

.boundary-screen-wrapper.boundary-screen-wrapper--eui .cls-3 {
  fill: #ffd319;
}

.boundary-screen-wrapper.boundary-screen-wrapper--eui .cls-4 {
  fill: #fff;
}

.boundary-screen-wrapper.boundary-screen-wrapper--eui .cls-5 {
  fill: #e6e6e6;
}

.boundary-screen-wrapper.boundary-screen-wrapper--eui .cls-6 {
  fill: #bbbdbc;
}

.boundary-screen-wrapper.boundary-screen-wrapper--eui .cls-7 {
  fill: none;
}

.boundary-screen-wrapper.boundary-screen-wrapper--eui .cls-8,.boundary-screen-wrapper.boundary-screen-wrapper--eui .cls-9 {
  opacity: 0.77;
}

.ts-ip-restricted--wrapper {
  background-color: #E9E9E9;
}

.ts-ip-restricted--wrapper .ts-ip-restricted--container {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.ts-ip-restricted--wrapper .ts-ip-restricted--container .ts-ip-restricted--content {
  margin: auto 0 0;
}

.ts-ip-restricted--wrapper .ts-ip-restricted--container .ts-ip-restricted--content video,.ts-ip-restricted--wrapper .ts-ip-restricted--container .ts-ip-restricted--content img {
  margin: 0 0 24px 80px;
  max-width: 400px;
  width: 400px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .ts-ip-restricted--wrapper .ts-ip-restricted--container .ts-ip-restricted--content video,.ts-ip-restricted--wrapper .ts-ip-restricted--container .ts-ip-restricted--content img {
    width: 100%;
    max-width: 100%;
    margin-left: 40px;
  }
}

.ts-ip-restricted--wrapper .ts-ip-restricted--container .ts-ip-restricted--content h1,.ts-ip-restricted--wrapper .ts-ip-restricted--container .ts-ip-restricted--content h4 {
  text-align: center;
}

.ts-ip-restricted--wrapper .ts-ip-restricted--container .ts-ip-restricted--content h1 {
  font-size: 72px;
  color: #000;
  font-family: 'PT Serif', serif;
  margin: 0 0 16px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .ts-ip-restricted--wrapper .ts-ip-restricted--container .ts-ip-restricted--content h1 {
    font-size: 40px;
  }
}

.ts-ip-restricted--wrapper .ts-ip-restricted--container .ts-ip-restricted--content h4 {
  font-size: 16px;
  line-height: 22px;
  color: #63686F;
  font-weight: 400;
  font-family: 'IBM Plex Sans', sans-serif;
}

.ts-ip-restricted--wrapper .ts-ip-restricted--container .ts-branding-logo {
  margin: auto 0 16px;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.ts-ip-restricted--wrapper .ts-ip-restricted--container .ts-branding-logo .ts-branding-logo--text {
  fill: #a6a6a6;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.ts-ip-restricted--wrapper .ts-ip-restricted--container .ts-branding-logo .ts-branding-logo--ss {
  fill: #5f5f5f;
}

.rc-slider-tooltip .rc-slider-tooltip-content .rc-slider-tooltip-inner {
  padding: .5em 1em;
  background-color: #393939;
  color: #fff;
  box-shadow: none;
}

.rc-slider-tooltip .rc-slider-tooltip-content .rc-slider-tooltip-arrow {
  border-top-color: #393939;
}

.ts-constant-sum-wrapper.ts-constant-sum-slider-wrapper {
  min-width: 540px;
}

@media screen and (max-width: 767px) {
  .ts-constant-sum-wrapper.ts-constant-sum-slider-wrapper {
    min-width: 0px;
    width: 100%;
  }
}

.ts-constant-sum-wrapper.ts-constant-sum-slider-wrapper .ts-constant-sum-slider.ts-constant-sum-slider--total {
  margin: 0;
  padding: 16px 0;
}

.ts-constant-sum-wrapper.ts-constant-sum-slider-wrapper .ts-constant-sum-slider.ts-constant-sum-slider--total .slider-item {
  float: right;
  width: auto;
  margin: 0 0 0 auto;
}

.ts-constant-sum-wrapper.ts-constant-sum-slider-wrapper .ts-constant-sum-slider.ts-constant-sum-slider--total .slider-item h5 {
  margin: 0;
}

.ts-constant-sum-wrapper.ts-constant-sum-slider-wrapper .ts-constant-sum-slider.ts-constant-sum-slider--total .slider-item input {
  padding: 0 8px;
  margin: 0 0 0 16px;
  min-height: 40px;
  width: 80px;
  max-width: 200px;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  background-color: transparent;
}

.ts-constant-sum-wrapper.ts-constant-sum-slider-wrapper .ts-constant-sum-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin: 0 0 48px;
  width: 100%;
}

.ts-constant-sum-wrapper.ts-constant-sum-slider-wrapper .ts-constant-sum-slider h5 {
  margin: 0 0 16px;
  word-break: break-word;
  overflow-wrap: break-word;
}

.ts-constant-sum-wrapper.ts-constant-sum-slider-wrapper .ts-constant-sum-slider .slider-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: calc(100% - 54px);
  position: relative;
}

.ts-constant-sum-wrapper.ts-constant-sum-slider-wrapper .ts-constant-sum-slider .slider-item input {
  transition: all 0.3s;
}

.ts-constant-sum-wrapper.ts-constant-sum-slider-wrapper .ts-constant-sum-slider .slider-item h4 {
  position: absolute;
  left: 100%;
  top: 0px;
  min-width: 54px;
  text-align: left;
  float: right;
  font-weight: 700;
  margin: 0 0 0 auto;
  padding: 0 0 0 32px;
}

.ts-constant-sum-wrapper.ts-constant-sum-slider-wrapper .rc-slider .rc-slider-mark {
  pointer-events: none;
  margin: 12px 0 0;
}

.ts-constant-sum-wrapper.ts-constant-sum-slider-wrapper .rc-slider .rc-slider-mark .rc-slider-mark-text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
}

@media screen and (max-width: 767px) {
  .ts-constant-sum-wrapper.ts-constant-sum-slider-wrapper .rc-slider .rc-slider-mark .rc-slider-mark-text {
    font-size: 12px;
  }
}

.ts-constant-sum-wrapper {
  position: relative;
  min-width: 420px;
}

@media screen and (max-width: 767px) {
  .ts-constant-sum-wrapper {
    min-width: 0px;
    width: 100%;
  }
}

.ts-constant-sum-wrapper .rc-slider {
  height: 20px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .ts-constant-sum-wrapper .rc-slider {
    height: 16px;
  }
}

.ts-constant-sum-wrapper .rc-slider .rc-slider-track {
  background-color: #E59356;
  border-radius: 20px;
  height: 20px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .ts-constant-sum-wrapper .rc-slider .rc-slider-track {
    height: 16px;
  }
}

.ts-constant-sum-wrapper .rc-slider .rc-slider-rail {
  background-color: #f5f5f5;
  border-radius: 20px;
  height: 20px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .ts-constant-sum-wrapper .rc-slider .rc-slider-rail {
    height: 16px;
  }
}

.ts-constant-sum-wrapper .rc-slider .rc-slider-dot {
  display: none;
}

.ts-constant-sum-wrapper .rc-slider .rc-slider-handle,.ts-constant-sum-wrapper .rc-slider .rc-slider-handle-click-focused {
  outline: 0;
  border: 0;
  background-color: #E59356;
  width: 30px;
  height: 30px;
  box-shadow: none;
  position: relative;
  z-index: 1;
  margin-top: -5px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.14);
}

@media screen and (max-width: 767px) {
  .ts-constant-sum-wrapper .rc-slider .rc-slider-handle,.ts-constant-sum-wrapper .rc-slider .rc-slider-handle-click-focused {
    height: 24px;
    width: 24px;
    margin-top: -3px;
  }
}

.ts-constant-sum-wrapper .rc-slider .rc-slider-handle:active,.ts-constant-sum-wrapper .rc-slider .rc-slider-handle:hover,.ts-constant-sum-wrapper .rc-slider .rc-slider-handle:focus,.ts-constant-sum-wrapper .rc-slider .rc-slider-handle-click-focused:active,.ts-constant-sum-wrapper .rc-slider .rc-slider-handle-click-focused:hover,.ts-constant-sum-wrapper .rc-slider .rc-slider-handle-click-focused:focus {
  outline: 0;
  border: 0;
}

.ts-constant-sum-wrapper .rc-slider .rc-slider-handle:after,.ts-constant-sum-wrapper .rc-slider .rc-slider-handle-click-focused:after {
  content: 'III';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: rgba(255,255,255,0.6);
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  user-select: none;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .ts-constant-sum-wrapper .rc-slider .rc-slider-handle:after,.ts-constant-sum-wrapper .rc-slider .rc-slider-handle-click-focused:after {
    line-height: 24px;
    font-size: 12px;
  }
}

.ts-constant-sum-wrapper .ts-constant-sum-item.ts-constant-sum-item--total {
  border-bottom-width: 0px;
}

.ts-constant-sum-wrapper .ts-constant-sum-item.ts-constant-sum-item--total .item-right p {
  margin: 0;
}

.ts-constant-sum-wrapper .ts-constant-sum-item.ts-constant-sum-item--total .item-right p span {
  margin: 0 -8px 0 12px;
}

.ts-constant-sum-wrapper .ts-constant-sum-item.ts-constant-sum-item--total .item-right p:first-child {
  padding: 0 16px 0 0;
}

.ts-constant-sum-wrapper .ts-constant-sum-item.ts-constant-sum-item--total .item-right p:last-child {
  padding: 0 4px 0 8px;
}

.ts-constant-sum-wrapper .ts-constant-sum-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 16px 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  width: 100%;
}

.ts-constant-sum-wrapper .ts-constant-sum-item .item-left p {
  padding: 0;
  margin: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

.ts-constant-sum-wrapper .ts-constant-sum-item .item-right {
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0 0 0 auto;
  padding: 0 0 0 16px;
}

.ts-constant-sum-wrapper .ts-constant-sum-item .item-right input {
  width: 100px;
  max-width: 200px;
  min-height: 40px;
  border-radius: 3px;
  background-color: transparent;
  text-align: center;
  padding: 0 8px;
}

.ts-constant-sum-wrapper .ts-constant-sum-item .item-right p {
  margin: 0;
  font-weight: 400;
  white-space: nowrap;
}

.ts-constant-sum-wrapper .ts-constant-sum-item .item-right p:first-child {
  padding: 0 8px 0 0;
}

.ts-constant-sum-wrapper .ts-constant-sum-item .item-right p:last-child {
  padding: 0 4px 0 8px;
}

.ts-constant-sum-builder-container {
  width: 100%;
  margin: 16px 0;
}

@media screen and (max-width: 767px) {
  .ts-constant-sum-builder-container {
    margin: 48px 0 16px;
  }
}

.ts-constant-sum-builder-container .ts-constant-sum-wrapper.ts-constant-sum-wrapper--text .ts-constant-sum-item .item-left {
  min-width: 70%;
}

@media screen and (max-width: 767px) {
  .ts-constant-sum-builder-container .ts-constant-sum-wrapper.ts-constant-sum-wrapper--slider {
    width: 95%;
  }

  .ts-constant-sum-builder-container .ts-constant-sum-wrapper.ts-constant-sum-wrapper--slider .ts-constant-sum-item .item-slider {
    width: 75%;
  }

  .ts-constant-sum-builder-container .ts-constant-sum-wrapper.ts-constant-sum-wrapper--slider .ts-constant-sum-item .item-actions button {
    display: block;
  }

  .ts-constant-sum-builder-container .ts-constant-sum-wrapper.ts-constant-sum-wrapper--slider .ts-constant-sum-item .item-actions button:last-child {
    padding: 0;
    margin: 4px 0 0;
  }

  .ts-constant-sum-builder-container .ts-constant-sum-wrapper.ts-constant-sum-wrapper--slider .ts-constant-sum-item .item-actions.item-actions--slider {
    right: -60px;
    top: 8px;
  }
}

.ts-constant-sum-builder-container .ts-constant-sum-wrapper {
  width: 100%;
}

.ts-constant-sum-builder-container .ts-constant-sum-wrapper .ts-constant-sum-item.ts-constant-sum-item--padding {
  padding-right: 62px;
}

@media screen and (max-width: 767px) {
  .ts-constant-sum-builder-container .ts-constant-sum-wrapper .ts-constant-sum-item.ts-constant-sum-item--padding {
    padding-right: 0;
  }
}

.ts-constant-sum-builder-container .ts-constant-sum-wrapper .ts-constant-sum-item {
  position: relative;
  border-color: #62686f;
}

.ts-constant-sum-builder-container .ts-constant-sum-wrapper .ts-constant-sum-item:first-child {
  border-top-style: solid;
  border-top-width: 1px;
}

.ts-constant-sum-builder-container .ts-constant-sum-wrapper .ts-constant-sum-item .rc-slider .rc-slider-mark .rc-slider-mark-text {
  z-index: -1;
}

.ts-constant-sum-builder-container .ts-constant-sum-wrapper .ts-constant-sum-item .rc-slider .rc-slider-handle {
  z-index: 1;
}

.ts-constant-sum-builder-container .ts-constant-sum-wrapper .ts-constant-sum-item .item-slider.slider-header .grid-line {
  position: relative;
}

.ts-constant-sum-builder-container .ts-constant-sum-wrapper .ts-constant-sum-item .item-slider.slider-header .grid-line span {
  display: inline-block;
  min-width: 20px;
  position: absolute;
  left: -10px;
  top: -18px;
  color: #1d1e1f;
}

@media screen and (max-width: 767px) {
  .ts-constant-sum-builder-container .ts-constant-sum-wrapper .ts-constant-sum-item .item-slider.slider-header .grid-line span {
    max-width: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.ts-constant-sum-builder-container .ts-constant-sum-wrapper .ts-constant-sum-item .item-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
}

.ts-constant-sum-builder-container .ts-constant-sum-wrapper .ts-constant-sum-item .item-slider .grid-line {
  height: 66px;
  margin: -41px 0 0;
  width: 0px;
  border-left: 1px dashed rgba(98,104,111,0.3);
}

.ts-constant-sum-builder-container .ts-constant-sum-wrapper .ts-constant-sum-item .item-slider .grid-line span {
  display: none;
}

.ts-constant-sum-builder-container .ts-constant-sum-wrapper .ts-constant-sum-item .item-left {
  min-width: 35%;
}

.ts-constant-sum-builder-container .ts-constant-sum-wrapper .ts-constant-sum-item .item-left input {
  max-width: 90%;
  width: 90%;
  border: none;
  min-height: 32px;
  font-size: 18px;
  color: #62686f;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ts-constant-sum-builder-container .ts-constant-sum-wrapper .ts-constant-sum-item .item-left input.placeholder {
  color: rgba(98,104,111,0.5);
}

.ts-constant-sum-builder-container .ts-constant-sum-wrapper .ts-constant-sum-item .item-left input:-moz-placeholder {
  color: rgba(98,104,111,0.5);
}

.ts-constant-sum-builder-container .ts-constant-sum-wrapper .ts-constant-sum-item .item-left input::-moz-placeholder {
  color: rgba(98,104,111,0.5);
}

.ts-constant-sum-builder-container .ts-constant-sum-wrapper .ts-constant-sum-item .item-left input::-webkit-input-placeholder {
  color: rgba(98,104,111,0.5);
}

.ts-constant-sum-builder-container .ts-constant-sum-wrapper .ts-constant-sum-item .item-left input:-ms-input-placeholder {
  color: rgba(98,104,111,0.5);
}

@media screen and (max-width: 767px) {
  .ts-constant-sum-builder-container .ts-constant-sum-wrapper .ts-constant-sum-item .item-left {
    min-width: 0px;
  }
}

.ts-constant-sum-builder-container .ts-constant-sum-wrapper .ts-constant-sum-item .item-right p {
  font-size: 18px;
}

.ts-constant-sum-builder-container .ts-constant-sum-wrapper .ts-constant-sum-item .item-right input {
  font-size: 16px;
  height: 32px;
  min-height: 32px;
  width: 72px;
}

.ts-constant-sum-builder-container .ts-constant-sum-wrapper .ts-constant-sum-item .item-actions.item-actions--slider {
  position: absolute;
  right: -72px;
  top: 22px;
}

.ts-constant-sum-builder-container .ts-constant-sum-wrapper .ts-constant-sum-item .item-actions {
  margin: 0 0 0 16px;
}

@media screen and (max-width: 767px) {
  .ts-constant-sum-builder-container .ts-constant-sum-wrapper .ts-constant-sum-item .item-actions {
    min-width: 48px;
  }
}

.ts-constant-sum-builder-container .ts-constant-sum-wrapper .ts-constant-sum-item .item-actions button {
  background: transparent;
  display: inline-block;
  border: none;
  padding: 0;
}

.ts-constant-sum-builder-container .ts-constant-sum-wrapper .ts-constant-sum-item .item-actions button:last-child {
  padding: 0 0 0 6px;
}

.ts-constant-sum-builder-container .ts-constant-sum-wrapper .ts-constant-sum-item .item-actions button i {
  font-size: 20px;
  color: rgba(77,52,70,0.6);
  transition: all 0.3s;
}

.ts-constant-sum-builder-container .ts-constant-sum-wrapper .ts-constant-sum-item .item-actions button:hover i {
  color: #4d3446;
}

.made_with_ts_svg {
  max-width: 13em;
  height: auto;
  max-height: 45px;
}

.ts_survey_widget .made_with_ts_svg {
  max-height: 20px !important;
}

.answer-option--input {
  background-color: transparent;
  border: none;
  box-shadow: none;
  resize: none;
  border-bottom: 1px solid #f29047;
  transition: border-width 0.3s linear;
}

.answer-option--input:active,.answer-option--input:focus {
  border-color: transparent;
}

.answer-option--color.active {
  border: thin solid #f29047;
  background-color: #f29047;
}

.answer-option--color {
  border: thin solid #f29047;
  background-color: rgba(242,144,71,0.1);
  transition: all 0.3s;
}

.answer-option--text.active {
  color: #fff;
}

.answer-option--text {
  font-family: inherit;
  text-transform: none;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 1.3em;
  line-height: 1.2;
  font-weight: 700;
  color: #f29047;
}

@media screen and (max-width: 767px) {
  .answer-option--text {
    font-size: 1.1em;
    line-height: 1.1;
    text-decoration: none;
  }
}

.tensurvey-score-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  margin: 1em 0;
}

.tensurvey-score-container .ts_score {
  display: inline-block;
  border-radius: 6px;
  text-align: center;
  padding: 1em;
}

@media screen and (max-width: 767px) {
  .tensurvey-score-container .ts_score {
    padding: .75em;
  }
}

.tensurvey-score-container .ts_score p {
  text-align: center;
  padding: 0;
  margin: 0 0 .25em;
  text-transform: uppercase;
}

.tensurvey-score-container .ts_score h3 {
  text-align: center;
  font-size: 2em;
  padding: 0;
  margin: 0;
}

.ts_completed_container__content-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  width: 800px;
  max-width: calc(100% - 1px);
}

@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.ts-payment--wrapper {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.ts-payment--wrapper .ts-payment--info h2,.ts-payment--wrapper .ts-payment--info h4 {
  font-family: inherit;
  font-weight: inherit;
  line-height: 1.4;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.ts-payment--wrapper .ts-payment--info .ts-payment--stripe-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 16px 0 0;
}

.ts-payment--wrapper .ts-payment--card-form {
  width: 400px;
  min-width: 400px;
  border: thin solid #EDEDED;
  border-radius: 10px;
  background-color: #F6F6F6;
  box-shadow: 4px 8px 14px 0 rgba(0,0,0,0.07);
  -webkit-box-shadow: 4px 8px 14px 0 rgba(0,0,0,0.07);
  -moz-box-shadow: 4px 8px 14px 0 rgba(0,0,0,0.07);
  padding: 24px;
  margin: 32px 0 24px;
}

@media screen and (max-width: 479px) {
  .ts-payment--wrapper .ts-payment--card-form {
    min-width: 0;
    width: 100%;
    padding: 20px 16px;
  }
}

.ts-payment--wrapper .ts-payment--card-form .ts-payment--accepted-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.ts-payment--wrapper .ts-payment--card-form .ts-payment--accepted-cards img {
  max-height: 24px;
  width: auto;
}

.ts-payment--wrapper .ts-payment--card-form .ts-payment--row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 32px 0 0;
}

.ts-payment--wrapper .ts-payment--card-form .ts-payment--row:last-child {
  margin-bottom: 12px;
}

.ts-payment--wrapper .ts-payment--card-form .ts-payment--row h6 {
  color: inherit;
  font-weight: 700;
  text-transform: uppercase;
  font-family: inherit;
  font-size: 14px;
  letter-spacing: normal;
  margin: 0 0 8px;
}

.ts-payment--wrapper .ts-payment--card-form .ts-payment--row .ts-payment--element {
  width: 100%;
  border-bottom: thin solid #000;
}

.ts-payment--wrapper .ts-payment--card-form .ts-payment--row .ts-payment--element input {
  width: 100%;
  border: none;
  height: 28px;
  font-size: 22px;
  background-color: transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
}

.ts-payment--wrapper .ts-payment--card-form .ts-payment--row .ts-payment--element input.placeholder {
  color: #bdbdbd;
}

.ts-payment--wrapper .ts-payment--card-form .ts-payment--row .ts-payment--element input:-moz-placeholder {
  color: #bdbdbd;
}

.ts-payment--wrapper .ts-payment--card-form .ts-payment--row .ts-payment--element input::-moz-placeholder {
  color: #bdbdbd;
}

.ts-payment--wrapper .ts-payment--card-form .ts-payment--row .ts-payment--element input::-webkit-input-placeholder {
  color: #bdbdbd;
}

.ts-payment--wrapper .ts-payment--card-form .ts-payment--row .ts-payment--element input:-ms-input-placeholder {
  color: #bdbdbd;
}

@media screen and (max-width: 479px) {
  .ts-payment--wrapper .ts-payment--card-form .ts-payment--row .ts-payment--element input {
    font-size: 16px;
    height: auto;
  }
}

.ts-payment--wrapper .ts-payment--card-form .ts-payment--column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin: 0 16px 0 0;
  width: calc(100% - 96px - 16px);
}

.ts-payment--wrapper .ts-payment--card-form .ts-payment--column:last-child {
  margin: 0;
}

.ts-payment--wrapper .ts-payment--card-form .ts-payment--column.ts-payment--column--mini {
  width: 96px;
}

.ts-payment--wrapper .ts-payment--card-form .ts-payment--column.ts-payment--column--mini .ts-payment--element {
  max-width: 100%;
}

.ts-payment--wrapper .ts-payment--card-form .ts-payment--column.ts-payment--column--mini .ts-payment--element input {
  max-width: 100%;
}

.ts-payment-offer--link h6 a {
  font-weight: 700;
  transition: all 0.3s;
}

.ts-payment-offer--link h6 a:hover {
  text-decoration: underline;
}

.ts-payment-offer--link h6 a.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.ts-payment-offer--wrapper {
  animation: fadeIn 0.3s both;
}

.ts-payment-offer--wrapper .ts-payment-offer--applied {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 12px;
  min-width: 144px;
}

.ts-payment-offer--wrapper .ts-payment-offer--applied h6 {
  margin: 0;
}

.ts-payment-offer--wrapper .ts-payment-offer--applied a {
  display: inherit;
}

.ts-payment-offer--wrapper .ts-payment-offer--info h5 b {
  color: #19B885;
}

.ts-payment-offer--wrapper .ts-payment-offer--input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.ts-payment-offer--wrapper .ts-payment-offer--input.ts-payment-offer--error input {
  border-color: #F86060;
  color: #F86060;
}

.ts-payment-offer--wrapper .ts-payment-offer--input input {
  height: 38px;
  border-width: thin;
  border-style: solid;
  border-radius: 3px 0 0 3px;
  border-right: none;
  background-color: transparent;
  padding: 0 8px;
}

.ts-payment-offer--wrapper .ts-payment-offer--input a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0 12px;
  border-radius: 0 3px 3px 0;
  background-color: #19B885;
  height: 38px;
}

.ts-phone-number--wrapper {
  padding: 0 0 8px;
}

.ts-phone-number--wrapper .ts-button--dropdown ul {
  top: 0;
  left: 0;
  right: auto;
  width: 400px;
  animation: fadeIn 0.3s;
}

@media screen and (max-width: 479px) {
  .ts-phone-number--wrapper .ts-button--dropdown ul {
    width: 312px;
    max-width: calc(100vw - 48px);
  }
}

.ts-phone-number--wrapper .ts-button--dropdown ul .ts-phone-number--search {
  font-family: inherit;
  background-color: #F6F6F6;
  border-bottom: thin solid #EDEDED;
}

.ts-phone-number--wrapper .ts-button--dropdown ul .ts-phone-number--search input {
  font-size: 18px;
  color: #1d1e1f;
  background-color: transparent;
  border: none;
  padding: 10px 8px;
}

.ts-phone-number--wrapper .ts-button--dropdown ul .ts-phone-number--search input.placeholder {
  color: #bdbdbd;
}

.ts-phone-number--wrapper .ts-button--dropdown ul .ts-phone-number--search input:-moz-placeholder {
  color: #bdbdbd;
}

.ts-phone-number--wrapper .ts-button--dropdown ul .ts-phone-number--search input::-moz-placeholder {
  color: #bdbdbd;
}

.ts-phone-number--wrapper .ts-button--dropdown ul .ts-phone-number--search input::-webkit-input-placeholder {
  color: #bdbdbd;
}

.ts-phone-number--wrapper .ts-button--dropdown ul .ts-phone-number--search input:-ms-input-placeholder {
  color: #bdbdbd;
}

@media screen and (max-width: 767px) {
  .ts-phone-number--wrapper .ts-button--dropdown ul .ts-phone-number--search input {
    font-size: 14px;
  }
}

.ts-phone-number--wrapper .ts-button--dropdown ul .ts-phone-number--list {
  max-height: 210px;
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  .ts-phone-number--wrapper .ts-button--dropdown ul .ts-phone-number--list {
    max-height: 180px;
  }
}

.ts-phone-number--wrapper .ts-button--dropdown ul .ts-phone-number--list li {
  font-family: inherit;
  border-bottom: thin solid #EDEDED;
  color: #63686F;
}

@media screen and (max-width: 767px) {
  .ts-phone-number--wrapper .ts-button--dropdown ul .ts-phone-number--list li {
    font-size: 14px;
    padding-right: 12px;
    padding-left: 12px;
  }
}

.ts-phone-number--wrapper .ts-button--dropdown ul .ts-phone-number--list li .ts-country--info {
  max-width: calc(100% - 50px);
  padding: 0 4px 0 0;
}

.ts-phone-number--wrapper .ts-button--dropdown ul .ts-phone-number--list li .ts-country--info .flag-icon {
  min-width: 24px;
}

.ts-phone-number--wrapper .ts-button--dropdown ul .ts-phone-number--list li .ts-country--info span {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ts-phone-number--wrapper .ts-phone-number--flag {
  cursor: pointer;
  border-radius: 6px;
  padding: 8px;
}

.ts-phone-number--wrapper .ts-phone-number--flag .flag-icon {
  width: 32px;
  height: 24px;
  margin: 0;
}

@media screen and (max-width: 479px) {
  .ts-phone-number--wrapper .ts-phone-number--flag .flag-icon {
    width: 24px;
    height: 18px;
  }
}

.ts-phone-number--wrapper .ts-phone-number--flag svg {
  margin: 0 0 0 6px;
}

.ts-phone-number--wrapper .ts-phone-number--code {
  max-width: 96px;
  margin: 0 24px;
}

@media screen and (max-width: 479px) {
  .ts-phone-number--wrapper .ts-phone-number--code {
    margin: 0 16px;
  }
}

.ts-phone-number--wrapper .ts-phone-number--code input {
  text-align: center;
}

[data-qa-question-type="PhoneNumber"] {
  min-height: 480px;
}

.tensurvey-survey-container--classic-form {
  min-height: 100vh;
  height: 100%;
  width: 100%;
  position: relative;
}

.tensurvey-survey-container--classic-form .ts_classic_top_bar {
  padding: 0;
  background-color: #fff;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: 2px 1px 6px rgba(38,38,39,0.12);
  -webkit-box-shadow: 2px 1px 6px rgba(38,38,39,0.12);
  -moz-box-shadow: 2px 1px 6px rgba(38,38,39,0.12);
  transition: all 0.3s;
  transform: translate3d(0, -100%, 0);
  will-change: transform;
}

.tensurvey-survey-container--classic-form .ts_classic_top_bar.ts-slide-down-top-bar {
  transform: translate3d(0, 0, 0);
}

.tensurvey-survey-container--classic-form .ts_classic_top_bar .ts_classic_top_bar_section_details {
  width: 100%;
  min-height: 80px;
  cursor: pointer;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tensurvey-survey-container--classic-form .ts_classic_top_bar .ts_classic_top_bar_section_details {
    display: block;
  }

  .tensurvey-survey-container--classic-form .ts_classic_top_bar .ts_classic_top_bar_section_details h1,.tensurvey-survey-container--classic-form .ts_classic_top_bar .ts_classic_top_bar_section_details h6 {
    max-width: 100% !important;
  }
}

.tensurvey-survey-container--classic-form .ts_classic_top_bar .ts_classic_top_bar_section_details figure {
  display: none;
}

.tensurvey-survey-container--classic-form .ts_classic_top_bar .ts_classic_top_bar_section_details p {
  margin: 0;
  overflow-wrap: break-word;
  word-break: break-word;
  -ms-word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.tensurvey-survey-container--classic-form .ts_classic_top_bar .ts_classic_top_bar_section_details h1 {
  margin: 0;
}

.tensurvey-survey-container--classic-form .ts_classic_top_bar .ts_classic_top_bar_section_details h1 span {
  display: none;
}

.tensurvey-survey-container--classic-form .ts_classic_top_bar .ts_classic_top_bar_section_details h6 {
  margin: .5em 0 0;
}

.tensurvey-survey-container--classic-form .ts_classic_top_bar .ts_classic_top_bar_section_details h6 p:first-child br,.tensurvey-survey-container--classic-form .ts_classic_top_bar .ts_classic_top_bar_section_details h6 p:last-child br {
  display: none;
}

.tensurvey-survey-container--classic-form .ts_classic_top_bar .ts_classic_top_bar_section_details.ts_classic_top_bar_section_details--translation h1 {
  padding: 0 4em 0 0;
}

.tensurvey-survey-container--classic-form .ts-progres-container--new {
  position: fixed;
  right: 0;
  top: 0;
  bottom: auto;
  left: auto;
  z-index: 2;
  margin: .85em 0 0 0;
  z-index: 5;
}

.tensurvey-survey-container--classic-form .ts-progres-container--new.bottom-left {
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  margin: 0 0 .85em 2em;
}

.tensurvey-survey-container--classic-form .ts-progres-container--new svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: all 0.3s;
}

.tensurvey-survey-container--classic-form .ts-progres-container--new svg circle {
  transition: all 0.3s;
}

.tensurvey-survey-container--classic-form .ts-progres-container--new .ts-progres-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0;
  margin: 0;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-size: 12px;
  color: inherit;
  font-weight: inherit;
}

.tensurvey-survey-container--classic-form .ts_classic_form_navigator {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 5;
  border-radius: 6px;
  margin: 0 2em 2em 0;
}

@media screen and (max-width: 767px) {
  .tensurvey-survey-container--classic-form .ts_classic_form_navigator {
    margin: 0 1em 1em 0;
  }
}

.tensurvey-survey-container--classic-form .ts_classic_form_navigator a {
  margin: 8px 0;
  padding: .5em .75em;
  color: inherit;
  font-size: 2em;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.3;
}

.tensurvey-survey-container--classic-form .ts_classic_form_navigator a svg {
  width: 16px;
  height: 8px;
  transition: all 0.3s;
}

.tensurvey-survey-container--classic-form .ts_classic_form_navigator a.inactive,.tensurvey-survey-container--classic-form .ts_classic_form_navigator a.inactive:hover,.tensurvey-survey-container--classic-form .ts_classic_form_navigator a.inactive:active {
  opacity: 0.4;
  cursor: not-allowed;
}

.tensurvey-survey-container--classic-form .ts_classic_form_navigator a:hover,.tensurvey-survey-container--classic-form .ts_classic_form_navigator a:active,.tensurvey-survey-container--classic-form .ts_classic_form_navigator a:focus {
  text-decoration: none;
  opacity: 1;
}

.tensurvey-survey-container--classic-form .ts_classic_form_navigator a:first-child {
  border-right: thin solid rgba(57,57,57,0.2);
}

.tensurvey-survey-container--classic-form .ts-fp-section__frame,.tensurvey-survey-container--classic-form .ts-fp-scroll__item-data-wrap,.tensurvey-survey-container--classic-form .ts_classic_top_bar .ts_classic_top_bar_section_details {
  padding-right: 18%;
  padding-left: 18%;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tensurvey-survey-container--classic-form .ts-fp-section__frame,.tensurvey-survey-container--classic-form .ts-fp-scroll__item-data-wrap,.tensurvey-survey-container--classic-form .ts_classic_top_bar .ts_classic_top_bar_section_details {
    padding-right: 15%;
    padding-left: 15%;
  }
}

@media screen and (max-width: 767px) {
  .tensurvey-survey-container--classic-form .ts-fp-section__frame,.tensurvey-survey-container--classic-form .ts-fp-scroll__item-data-wrap,.tensurvey-survey-container--classic-form .ts_classic_top_bar .ts_classic_top_bar_section_details {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.tensurvey-survey-container--classic-form .ts-fp-section {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.tensurvey-survey-container--classic-form .ts-fp-section__frame {
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}

.tensurvey-survey-container--classic-form .ts-fp-section__inner-frame {
  padding-top: 50px;
  padding-bottom: 50px;
}

.tensurvey-survey-container--classic-form .tensurvey-survey-form-wrapper--centered .ts_completed_container {
  width: 100%;
  transition: all 0.3s;
  text-align: center;
}

.tensurvey-survey-container--classic-form .tensurvey-survey-form-wrapper--centered .ts_completed_container .c-edit {
  margin: .5em;
  text-decoration: underline;
}

.tensurvey-survey-container--classic-form .tensurvey-survey-form-wrapper--centered .ts_completed_container p.c-edit {
  text-decoration: none;
}

.tensurvey-survey-container--classic-form .tensurvey-survey-form-wrapper--centered .ts_completed_container .ts_survey_author_info {
  width: auto;
}

.tensurvey-survey-container--classic-form .tensurvey-survey-form-wrapper--centered .ts_completed_container .ts_survey_author_info .made_with_ts_svg {
  margin: 0 !important;
}

.tensurvey-survey-container--classic-form .tensurvey-survey-form-wrapper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 479.98px) {
  .tensurvey-survey-container--classic-form .tensurvey-survey-form-wrapper {
    padding-bottom: 55px;
  }
}

.tensurvey-survey-container--classic-form .ts_cl_qstn_action.multiline_helper {
  margin: 0;
  animation-name: ts-action-fade;
  animation-duration: 0.45s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.tensurvey-survey-container--classic-form .ts_cl_qstn_action.multiline_helper p {
  margin: 6px 0 0;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
}

.tensurvey-survey-container--classic-form .ts_cl_qstn_action.multiline_helper p span span {
  font-weight: 500;
}

.tensurvey-survey-container--classic-form .ts_cl_qstn_action.multiline_helper p b {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.tensurvey-survey-container--classic-form .ts_cl_qstn_action {
  margin: 2em 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  opacity: 0.1;
}

.tensurvey-survey-container--classic-form .ts_cl_qstn_action p {
  margin: 0 0 0 1em;
  padding: 0;
  /*color: rgba(77,52,70,0.6);*/
  color:white;
  font-weight: 300;
  font-size: 1em;
}

@media screen and (max-width: 767px) {
  .tensurvey-survey-container--classic-form .ts_cl_qstn_action p {
    display: none;
    opacity: 0;
  }
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_cl_qstn_action .ts-primary-action-btn {
  pointer-events: none;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item.active {
  opacity: 1;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item.active .ts_span_wrapper {
  pointer-events: all;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item.active .ts_cl_qstn_action {
  opacity: 1;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item.active .ts_cl_qstn_action .ts-primary-action-btn {
  pointer-events: all;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item {
  transition: all 0.3s;
  opacity: 0.2;
  padding: 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item {
    padding: 30px 0;
  }
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_cl_survey_qstn h1.required p:last-child {
  position: relative;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_cl_survey_qstn h1.required p:last-child:after {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_cl_survey_qstn_wrapper {
  width: 100%;
  position: relative;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_cl_survey_qstn_wrapper .ts_cl_survey_qstn_left {
  position: relative;
  white-space: nowrap !important;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_cl_survey_qstn_wrapper .ts_cl_survey_qstn_left h1 {
  white-space: nowrap !important;
  opacity: .5;
  margin-bottom: 3px;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_cl_survey_qstn_wrapper .ts_cl_survey_qstn_right {
  width: 100%;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_cl_survey_qstn {
  max-width: 100%;
  margin: 0 0 40px;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_cl_survey_qstn h1 {
  padding: 0;
  margin: 0;
  overflow-wrap: break-word;
  -ms-word-break: break-all;
  word-break: normal;
  word-break: initial;
  word-break: break-word;
  word-wrap: break-word;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_cl_survey_qstn h1 {
    white-space: pre-line !important;
  }
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_cl_survey_qstn h1 p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  padding: 0;
  margin: 0;
  overflow-wrap: break-word;
  -ms-word-break: break-all;
  word-break: normal;
  word-break: initial;
  word-break: break-word;
  word-wrap: break-word;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_cl_survey_qstn h1 p {
    white-space: pre-line !important;
  }
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_cl_survey_qstn h3 {
  padding: .75em 0 .5em;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_span_wrapper {
  pointer-events: all;
  z-index: 2;
  display: block;
  width: 100%;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container.ts_options_container--rank-order {
  position: static;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  position: relative;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .date-time-container {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .date-time-container {
    width: 100%;
  }
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_rating_container,.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_multiple_choice,.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_multiple_choice_visual,.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_yesno_container {
  width: auto !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_rating_container,.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_multiple_choice,.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_multiple_choice_visual,.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_yesno_container {
    width: 100%;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 767px), screen and (-ms-high-contrast: none) and (max-width: 767px) {
  .tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_rating_container,.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_multiple_choice,.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_multiple_choice_visual,.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_yesno_container {
    max-width: 220px;
  }
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_rating_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  max-width: 100% !important;
  min-width: 400px;
  padding-bottom: 15px;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_rating_container .ts_rating_input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_rating_container {
    width: 100% !important;
    min-width: 0;
    padding-top: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_rating_container.ts_rating_container--classic {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_multiple_choice.stacked {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_multiple_choice.stacked .answer-option-multichoice {
  display: block;
  margin: 0 0 .5em;
  padding: .7em 1em;
  width: 100%;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_multiple_choice.stacked .answer-option-multichoice:hover {
  text-decoration: none;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_multiple_choice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_multiple_choice .answer-option-multichoice {
  margin: 0 .5em .5em 0;
  padding: .3em 1em;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_multiple_choice .answer-option-multichoice:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_multiple_choice .answer-option-multichoice {
    margin: 0 .5em .5em 0;
  }
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_yesno_container .btn {
  margin: 0 .5em 0 0;
}

@media screen and (max-width: 767px) {
  .tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_yesno_container .btn {
    margin: 0 .5em .5em 0;
  }
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_matrix_container {
  width: 100%;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_matrix_container .table-container {
  max-width: 44em;
  overflow: auto;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_matrix_container .table-container table td {
  padding: 4px 8px !important;
  line-height: 2.5 !important;
  border-top: thin solid rgba(77,52,70,0.3) !important;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_matrix_container .table-container table p {
  margin: 0;
  padding: 0;
  color: rgba(77,52,70,0.8);
  font-size: 1em;
  line-height: 1.4;
  font-weight: 500;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_matrix_container .table-container table .ts_matrix_header {
  background-color: rgba(242,144,71,0.2);
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_matrix_container .table-container table .ts_matrix_header td {
  border-top: none !important;
  min-width: 5em;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_matrix_container .table-container table .ts_matrix_header td p {
  text-align: center;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_matrix_container .table-container table:last-child td {
  border-bottom: thin solid rgba(77,52,70,0.3) !important;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_matrix_container .ts_matrix_mobile .ts_matrix_qstn {
  padding: .5em;
  background-color: #fff;
  border-bottom: thin solid rgba(77,52,70,0.2);
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_matrix_container .ts_matrix_mobile .ts_matrix_qstn p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-break: break-word;
  -ms-word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  width: 100%;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_matrix_container .ts_matrix_mobile .ts_matrix_row--wrapper:first-child .ts_matrix_qstn {
  border-top: thin solid rgba(77,52,70,0.2);
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_matrix_container .ts_matrix_mobile .ts_matrix_option_item {
  border-bottom: thin solid rgba(77,52,70,0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: .3em .5em;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_matrix_container .ts_matrix_mobile .ts_matrix_option_item p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-break: break-word;
  -ms-word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  width: 100%;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_matrix_container .matrix_scroll_controllers {
  position: absolute;
  top: -30px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_matrix_container .matrix_scroll_controllers a.disabled {
  opacity: 0.3 !important;
  pointer-events: none !important;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_matrix_container .matrix_scroll_controllers a.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0;
  padding: .2em;
  border-radius: 50%;
  background-color: #fff;
  font-size: 1.2em;
  border: thin solid rgba(77,52,70,0.2);
  color: rgba(77,52,70,0.8);
  transition: all 0.3s;
  opacity: 0.8;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_matrix_container .matrix_scroll_controllers a.btn:hover {
  opacity: 1;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_multiple_choice_visual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  padding: 0 0 1em;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_multiple_choice_visual:after {
  display: none;
}

.tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_multiple_choice_visual .item {
  margin: 0 .5em .5em 0;
  max-width: 200px;
  min-width: 150px;
}

@media screen and (max-width: 767px) {
  .tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_multiple_choice_visual .item {
    margin: 0 .5em .5em 0;
    width: 120px;
  }
}

.tensurvey-survey-container--classic-form .ts_inline_input_container--other-input {
  margin: 16px 0 0;
}

.tensurvey-survey-container--classic-form .ts_inline_input_container {
  display: inherit;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .tensurvey-survey-container--classic-form .ts_inline_input_container {
    width: 100%;
  }
}

.tensurvey-survey-container--classic-form .ts_inline_input_container input[type="number"] {
  -moz-appearance: textfield;
}

.tensurvey-survey-container--classic-form .ts_inline_input_container input[type=number]::-webkit-inner-spin-button,.tensurvey-survey-container--classic-form .ts_inline_input_container input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.tensurvey-survey-container--classic-form .ts_inline_input_container textarea {
  min-height: 0;
  width: 100%;
  padding: 0 0 8px;
  margin: 0;
  border-radius: 0px !important;
  -ms-overflow-style: none;
  overflow: auto !important;
}

.tensurvey-survey-container--classic-form .ts_inline_input_container input {
  min-height: 0;
  width: 100%;
  padding: 0 0 8px;
  margin: 0;
  border-radius: 0px !important;
}

.ts_classic_survey_intro_contents {
  width: 100%;
}

@supports (-ms-ime-align: auto) {
  .ts_classic_survey_intro_contents h3 {
    white-space: normal;
  }

  .ts_classic_survey_intro_contents h3 * {
    white-space: normal;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ts_classic_survey_intro_contents h3 {
    white-space: normal;
  }

  .ts_classic_survey_intro_contents h3 * {
    white-space: normal;
  }
}

.ts_classic_survey_intro_contents .ts-primary-action-btn--gradient {
  margin: 0;
}

.ts_classic_survey_intro_contents .tensurvey-heading--text {
  text-align: center;
}

.ts_classic_survey_intro_contents .tensurvey-heading--text p:first-child br,.ts_classic_survey_intro_contents .tensurvey-heading--text p:last-child br {
  display: none;
}

.ts_classic_survey_intro_contents .ts_cl_qstn_action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  opacity: 1;
  width: 100%;
  position: relative;
  margin: 3em 0 0;
}

.ts_classic_survey_intro_contents .ts_cl_qstn_action p {
  position: absolute;
  top: 1em;
  right: -6.5em;
  margin: 0;
}

.ts_classic_survey_intro_contents .ts_cl_qstn_action a.btn {
  font-size: 1.35em;
}

.helper-msgs-container.helper-msgs-container--matrix {
  margin: .5em 0 0;
  position: static;
}

.helper-msgs-container-form {
  margin: .25em 0 0;
}

.helper-msgs-container,.helper-msgs-container-form {
  position: absolute;
  bottom: -16px;
  left: 0;
}

.helper-msgs-container h6.error,.helper-msgs-container-form h6.error {
  margin: 0;
  color: #F86060;
  font-size: 12px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.ts_table_builder {
  margin: 0 0 2em;
}

.ts_table_builder .ts_table .ts_matrix_contents,.ts_table_builder .ts_table .ts_matrix_leftside {
  max-height: 300px;
}

.ts_table_builder .ts_table .ts_matrix_header {
  transition: all 0.3s;
}

.ts_table_builder .ts_table .ts_matrix_header .ts_table_column.ts_column_statement {
  border: none !important;
}

.ts_table_builder .ts_table .ts_matrix_header .ts_table_column {
  background-color: transparent !important;
  border-top: thin solid rgba(77,52,70,0.1) !important;
  padding: 0.5em !important;
}

.ts_table_builder .ts_table .ts_table_row {
  transition: all 0.3s;
}

.ts_table_builder .ts_table .ts_table_row .ts_table_column {
  padding: .5em;
  border-left: thin solid rgba(77,52,70,0.1) !important;
}

.ts_table_builder .ts_table .ts_table_row .ts_table_column:last-child {
  border-right: thin solid rgba(77,52,70,0.1) !important;
}

.ts_table_builder input {
  background-color: transparent;
  border: none;
  box-shadow: none;
  width: 100%;
  text-align: center;
  color: rgba(77,52,70,0.8);
  font-weight: 500;
  font-size: 1em;
}

.ts_table_builder input.placeholder {
  font-weight: 300;
  color: rgba(77,52,70,0.4);
  font-size: 1em;
}

.ts_table_builder input:-moz-placeholder {
  font-weight: 300;
  color: rgba(77,52,70,0.4);
  font-size: 1em;
}

.ts_table_builder input::-moz-placeholder {
  font-weight: 300;
  color: rgba(77,52,70,0.4);
  font-size: 1em;
}

.ts_table_builder input::-webkit-input-placeholder {
  font-weight: 300;
  color: rgba(77,52,70,0.4);
  font-size: 1em;
}

.ts_table_builder input:-ms-input-placeholder {
  font-weight: 300;
  color: rgba(77,52,70,0.4);
  font-size: 1em;
}

.ts_cl_survey_avatar {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 1em 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.contact-form-container.vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  max-width: 60%;
}

.contact-form-container.vertical .contact-form-element {
  width: 100%;
  padding: 0;
}

.contact-form-container.vertical .contact-form-element:nth-child(even) {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .contact-form-container.vertical {
    max-width: 100%;
  }
}

.contact-form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.contact-form-container .date-element {
  padding: 0 .5em;
}

.contact-form-container .contact-form-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-size: 16px;
  width: 50%;
  padding: 0 1.5em 0 0;
  margin: 0 0 1em;
}

.contact-form-container .contact-form-element:nth-child(even) {
  padding: 0 0 0 1.5em;
}

@media screen and (max-width: 767px) {
  .contact-form-container .contact-form-element {
    width: 100%;
    padding: 0;
    margin: 0 0 1.5em;
  }

  .contact-form-container .contact-form-element:nth-child(even) {
    padding: 0;
  }
}

.contact-form-container .contact-form-element .contact-form-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: inherit;
}

.contact-form-container .contact-form-element .contact-form-item .answer-option--input {
  padding: 10px 0 10px 8px;
}

.contact-form-container .contact-form-element .contact-form-item .contact-form-item__icon {
  position: absolute;
  width: 30px;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  pointer-events: none;
}

.contact-form-container .contact-form-element .contact-form-item svg {
  margin: 0 .5em 0 0;
  width: 18px;
  height: 18px;
}

.contact-form-container .contact-form-element .contact-form-item.error svg g {
  stroke: #F86060;
}

.contact-form-container .contact-form-element .contact-form-item.error input.placeholder {
  color: rgba(248,96,96,0.6);
}

.contact-form-container .contact-form-element .contact-form-item.error input:-moz-placeholder {
  color: rgba(248,96,96,0.6);
}

.contact-form-container .contact-form-element .contact-form-item.error input::-moz-placeholder {
  color: rgba(248,96,96,0.6);
}

.contact-form-container .contact-form-element .contact-form-item.error input::-webkit-input-placeholder {
  color: rgba(248,96,96,0.6);
}

.contact-form-container .contact-form-element .contact-form-item.error input:-ms-input-placeholder {
  color: rgba(248,96,96,0.6);
}

.contact-form-container .contact-form-element a {
  margin: 0;
  padding: .5em 0 0;
  width: 10%;
  text-align: center;
}

.contact-form-container .contact-form-element a:hover {
  text-decoration: none;
}

.contact-form-container .contact-form-element a:hover i {
  color: #4d3446;
  cursor: pointer;
}

.dropdown-container {
  width: 60% !important;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .dropdown-container {
    width: 100% !important;
  }
}

.dropdown-container * {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: 1.5;
}

.dropdown-container .Select--multi .Select-input {
  margin: 0;
}

.dropdown-container .Select {
  background: none !important;
  position: relative;
}

.dropdown-container .Select-control {
  border: none !important;
  background-color: transparent;
  box-shadow: none !important;
}

.dropdown-container .Select-input {
  padding: 0;
  height: 36px;
  line-height: 36px;
}

.dropdown-container .Select-input input {
  color: inherit;
  font-weight: inherit;
  line-height: 36px;
  height: 36px;
  padding: 0;
  max-width: 36vw;
}

@media screen and (max-width: 1024px) {
  .dropdown-container .Select-input input {
    max-width: 39vw;
  }
}

@media screen and (max-width: 767px) {
  .dropdown-container .Select-input input {
    max-width: 78vw;
  }
}

.dropdown-container span.Select-arrow-zone span.Select-arrow {
  border-top-color: #4D3446;
}

.dropdown-container .Select-placeholder {
  color: rgba(77,52,70,0.6);
  padding: 0;
  height: 36px;
  line-height: 36px;
}

.dropdown-container .Select-value {
  padding: 0 !important;
}

.dropdown-container .Select-value span.Select-value-label {
  color: #4D3446;
}

.dropdown-container .Select-option {
  background-color: #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: .5em .75em;
}

.dropdown-container .Select-option:last-child {
  border-bottom: none;
}

.dropdown-container .Select-menu-outer {
  top: 130%;
  border: none;
  max-height: 220px;
  border-radius: 0px !important;
}

.dropdown-container .Select-menu-outer * {
  border-radius: 0px !important;
}

.dropdown-container .Select-menu-outer .Select-menu {
  max-height: inherit;
}

.dropdown-container select {
  width: 100%;
  height: 2.5em;
  border: none;
  background: transparent;
  color: rgba(77,52,70,0.8);
}

.dropdown-container .Select.Select--multi .Select-multi-value-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dropdown-container .Select.Select--multi .Select-multi-value-wrapper .Select-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: .25em .5em .25em 0;
  border-radius: 100px;
  padding: 0.25em 0.75em 0.25em 1em !important;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.05);
  -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,0.05);
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.05);
}

.dropdown-container .Select.Select--multi .Select-multi-value-wrapper .Select-value .Select-value-icon {
  color: rgba(248,96,96,0.8);
  line-height: 1 !important;
  font-size: 22px;
  transition: all 0.3s;
  margin: 0 0 0 1em;
  padding: 0 !important;
}

.dropdown-container .Select.Select--multi .Select-multi-value-wrapper .Select-value .Select-value-icon:hover {
  color: #F86060;
}

.dropdown-container .Select.Select--multi .Select-multi-value-wrapper .Select-value .Select-value-label {
  font-size: inherit;
  padding: 0 !important;
  line-height: 1.4 !important;
}

.dropdown-container .Select-menu-outer {
  color: #393939;
}

.dropdown-container .Select-option {
  border-bottom-color: rgba(57,57,57,0.2);
  color: #393939;
}

.dropdown-container .Select-option.is-focused {
  color: #393939;
  font-size: inherit;
  font-weight: inherit;
  background-color: rgba(57,57,57,0.05);
}

.dropdown-container .Select-option.is-selected {
  color: #393939;
  font-size: inherit;
  font-weight: inherit;
  background-color: rgba(57,57,57,0.1);
}

.matrix_scroll_controls a.btn,.matrix_scroll_controls--default a.btn {
  margin: 0;
  padding: 0;
  height: 36px;
  width: 36px;
  border-radius: 3px;
  background-color: #f29047;
  font-size: 1.5em;
  border: thin solid rgba(242,144,71,0.6);
  color: rgba(242,144,71,0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.matrix_scroll_controls {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  transition: all 0.3s;
}

.matrix_scroll_controls a.left {
  transform: rotate(-90deg);
  margin: 4px;
}

.matrix_scroll_controls a.right {
  transform: rotate(90deg);
  margin: 4px;
}

.matrix_scroll_controls a.disabled {
  cursor: not-allowed;
  opacity: .2;
}

.matrix_scroll_controls--default a.btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.3s;
}

.matrix_scroll_controls--default a.left {
  transform: translateY(-50%);
  left: -2.5em;
}

.matrix_scroll_controls--default a.right {
  transform: translateY(-50%);
  right: -2.5em;
}

.matrix_scroll_controls--default a.disabled {
  cursor: not-allowed;
  opacity: .2;
}

@media (min-width: 567px) and (max-width: 767.98px) {
  .ts_options_container .ts_matrix_container {
    position: relative;
  }

  .ts_options_container .ts_matrix_container .matrix_scroll_controls--default a.left {
    left: 0;
  }

  .ts_options_container .ts_matrix_container .matrix_scroll_controls--default a.right {
    right: 0;
  }
}

.ts_matrix_container.ts_matrix_container--classic {
  max-width: 100%;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
}

.ts_matrix_container.ts_matrix_container--classic::-webkit-scrollbar,.ts_matrix_container.ts_matrix_container--classic::-webkit-scrollbar-thumb,.ts_matrix_container.ts_matrix_container--classic::-webkit-scrollbar-track,.ts_matrix_container.ts_matrix_container--classic::-webkit-scrollbar-button,.ts_matrix_container.ts_matrix_container--classic::-webkit-scrollbar-track-piece,.ts_matrix_container.ts_matrix_container--classic::-webkit-scrollbar-corner,.ts_matrix_container.ts_matrix_container--classic::-webkit-resizer {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent;
}

.ts_matrix_container.ts_matrix_container--classic .matrix_scroll_helper.top {
  position: absolute;
  top: -30px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.ts_matrix_container.ts_matrix_container--classic .matrix_scroll_helper.right {
  position: absolute;
  right: -30px;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.ts_matrix_container.ts_matrix_container--classic .matrix_scroll_helper.right a.btn {
  transform: rotate(90deg);
}

.ts_matrix_container.ts_matrix_container--classic .matrix_scroll_helper a.disabled {
  opacity: 0.3 !important;
  pointer-events: none !important;
}

.ts_matrix_container.ts_matrix_container--classic .matrix_scroll_helper a.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0;
  padding: .2em;
  border-radius: 50%;
  background-color: #fff;
  font-size: 1.2em;
  border: thin solid rgba(77,52,70,0.2);
  color: rgba(77,52,70,0.8);
  transition: all 0.3s;
  opacity: 0.8;
}

.ts_matrix_container.ts_matrix_container--classic .matrix_scroll_helper a.btn:hover,.ts_matrix_container.ts_matrix_container--classic .matrix_scroll_helper a.btn:active,.ts_matrix_container.ts_matrix_container--classic .matrix_scroll_helper a.btn:focus {
  opacity: 1;
  background-color: #fff;
}

.ts_matrix_container.ts_matrix_container--classic .ts_matrix_row--sub.ts_matrix--header,.ts_matrix_container.ts_matrix_container--classic .ts_matrix_leftside,.ts_matrix_container.ts_matrix_container--classic .ts_matrix_contents {
  overflow: hidden !important;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
}

.ts_matrix_container.ts_matrix_container--classic .ts_matrix_row--sub.ts_matrix--header::-webkit-scrollbar,.ts_matrix_container.ts_matrix_container--classic .ts_matrix_row--sub.ts_matrix--header::-webkit-scrollbar-thumb,.ts_matrix_container.ts_matrix_container--classic .ts_matrix_row--sub.ts_matrix--header::-webkit-scrollbar-track,.ts_matrix_container.ts_matrix_container--classic .ts_matrix_row--sub.ts_matrix--header::-webkit-scrollbar-button,.ts_matrix_container.ts_matrix_container--classic .ts_matrix_row--sub.ts_matrix--header::-webkit-scrollbar-track-piece,.ts_matrix_container.ts_matrix_container--classic .ts_matrix_row--sub.ts_matrix--header::-webkit-scrollbar-corner,.ts_matrix_container.ts_matrix_container--classic .ts_matrix_row--sub.ts_matrix--header::-webkit-resizer,.ts_matrix_container.ts_matrix_container--classic .ts_matrix_leftside::-webkit-scrollbar,.ts_matrix_container.ts_matrix_container--classic .ts_matrix_leftside::-webkit-scrollbar-thumb,.ts_matrix_container.ts_matrix_container--classic .ts_matrix_leftside::-webkit-scrollbar-track,.ts_matrix_container.ts_matrix_container--classic .ts_matrix_leftside::-webkit-scrollbar-button,.ts_matrix_container.ts_matrix_container--classic .ts_matrix_leftside::-webkit-scrollbar-track-piece,.ts_matrix_container.ts_matrix_container--classic .ts_matrix_leftside::-webkit-scrollbar-corner,.ts_matrix_container.ts_matrix_container--classic .ts_matrix_leftside::-webkit-resizer,.ts_matrix_container.ts_matrix_container--classic .ts_matrix_contents::-webkit-scrollbar,.ts_matrix_container.ts_matrix_container--classic .ts_matrix_contents::-webkit-scrollbar-thumb,.ts_matrix_container.ts_matrix_container--classic .ts_matrix_contents::-webkit-scrollbar-track,.ts_matrix_container.ts_matrix_container--classic .ts_matrix_contents::-webkit-scrollbar-button,.ts_matrix_container.ts_matrix_container--classic .ts_matrix_contents::-webkit-scrollbar-track-piece,.ts_matrix_container.ts_matrix_container--classic .ts_matrix_contents::-webkit-scrollbar-corner,.ts_matrix_container.ts_matrix_container--classic .ts_matrix_contents::-webkit-resizer {
  display: none !important;
  width: 0 !important;
  background: transparent;
}

.ts-answer-option--picture-choice .ts-option-checked,.ts-answer-option--choice .ts-option-checked {
  opacity: 0;
  margin: 0 0 0 1.75em;
}

.ts-answer-option--picture-choice .ts-option-checked svg,.ts-answer-option--choice .ts-option-checked svg {
  height: 12px;
}

@-webkit-keyframes strokechecked {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes strokechecked {
  100% {
    stroke-dashoffset: 0;
  }
}

.ts-answer-option--picture-choice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  margin: 0 24px 24px 0;
  width: 200px;
  min-height: 200px;
  outline: none;
}

.ts-answer-option--picture-choice .ts-picturechoice-image-holder {
  width: 100%;
  position: relative;
  padding: 10px;
}

.ts-answer-option--picture-choice .ts-picturechoice-image-holder.ts-picturechoice-image--holder--cover {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .ts-answer-option--picture-choice {
    width: 120px;
    min-height: 120px;
    margin: 0 12px 12px 0;
  }
}

.ts-answer-option--picture-choice .ts-option-checked--picture {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 150px;
  height: 50px;
  /*width: 50px;*/
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.ts-answer-option--picture-choice .ts-option-checked--picture:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-top: 50px solid #000;
  border-left: 50px solid transparent;
}

.ts-answer-option--picture-choice .ts-option-checked--picture svg {
  position: absolute;
  top: 9px;
  right: 2px;
  height: 25px;
  opacity: 0.5;
}

.ts-answer-option--picture-choice .ts-img-container {
  padding: 0;
  height: 146px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  overflow: hidden;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.ts-answer-option--picture-choice .ts-img-container img,.ts-answer-option--picture-choice .ts-img-container svg {
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 767px) {
  .ts-answer-option--picture-choice .ts-img-container {
    height: 100px;
  }
}

.ts-answer-option--picture-choice .ts-img-container--default {
  display: flex !important;
}

.ts-answer-option--picture-choice .ts-img-container--fallback {
  display: none !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ts-answer-option--picture-choice {
    display: inline-block;
    vertical-align: top !important;
  }

  .ts-answer-option--picture-choice .ts-img-container--default {
    display: none !important;
  }

  .ts-answer-option--picture-choice .ts-img-container--fallback {
    display: block !important;
  }
}

.ts-option-no {
  margin-left: auto;
  padding: 5px;
  border-radius: 3px;
  font-size: 14px;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 28px;
  min-width: 28px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ts-option-no__key-assist {
  position: absolute;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: currentColor;
  padding: 2px 3px;
  white-space: nowrap;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 2px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.ts-answer-item--has-key-assist:hover .ts-option-no__key-assist {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -5px);
  transform: translate(-50%, -5px);
}

.ts-choice-content {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  padding: 10px 16px;
  overflow-wrap: break-word;
  word-break: break-word;
  -ms-word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 57px;
}

@media screen and (max-width: 767px) {
  .ts-choice-content {
    padding: 10px;
  }
}

.ts-choice-content p {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  text-align: left;
  flex-grow: 1;
  padding-right: 5px;
  overflow-wrap: break-word;
  word-break: break-word;
  -ms-word-break: break-all;
  max-width: calc(100% - 28px);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.ts-answer-option--picture-choice.active .ts-option-checked,.ts-answer-option--picture-choice.active .ts-option-checked--picture,.ts-answer-option--choice.active .ts-option-checked,.ts-answer-option--choice.active .ts-option-checked--picture {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: strokechecked 0.5s cubic-bezier(0.65, 0, 0.45, 1) 0.3s forwards;
  animation: strokechecked 0.5s cubic-bezier(0.65, 0, 0.45, 1) 0.3s forwards;
  opacity: 0.5;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ts-answer-option--picture-choice.active .ts-option-checked,.ts-answer-option--picture-choice.active .ts-option-checked--picture,.ts-answer-option--choice.active .ts-option-checked,.ts-answer-option--choice.active .ts-option-checked--picture {
    opacity: 1;
    -webkit-animation: none;
    animation: none;
    stroke-dashoffset: 0;
  }
}

.ts-answer-option--picture-choice.active .ts-option-checked--picture,.ts-answer-option--choice.active .ts-option-checked--picture {
  opacity: 1;
}

.ts-get-response-wrapper--classic {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 40px 0;
  margin-left: auto;
  margin-right: auto;
  animation-name: sendCopySlideInDown;
  animation-duration: 300ms;
  animation-fill-mode: both;
}

@media screen and (max-width: 1024px) {
  .ts-get-response-wrapper--classic {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .ts-get-response-wrapper--classic {
    width: 100%;
    min-width: 0px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ts-get-response-wrapper--classic {
    max-width: 504px;
  }
}

.ts-get-response-wrapper--classic .ts-get-response-container {
  width: 100% !important;
  margin: 0 0 24px;
  padding: 0;
  position: relative;
}

.ts-get-response-wrapper--classic .ts-get-response-container * {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: 36px;
}

.ts-get-response-wrapper--classic .ts-get-response-container .helper-msgs-container {
  bottom: -18px;
}

.ts-get-response-wrapper--classic .ts-get-response-container .helper-msgs-container * {
  line-height: 1;
}

.ts-get-response-wrapper--classic .ts-get-response-container .helper-msgs-container h6.error {
  font-size: 12px !important;
}

.ts-get-response-wrapper--classic .ts-get-response-container .cts-10nd86i {
  color: inherit;
}

.ts-get-response-wrapper--classic .ts-get-response-container .cts-vj8t7z,.ts-get-response-wrapper--classic .ts-get-response-container .cts-2o5izw,.ts-get-response-wrapper--classic .ts-get-response-container .cts-2o5izw:hover {
  background: transparent;
  border-width: 0px;
  border-radius: 0px;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
}

.ts-get-response-wrapper--classic .ts-get-response-container .cts-1g6gooi {
  color: inherit;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ts-get-response-wrapper--classic .ts-get-response-container .cts-1g6gooi {
    height: 40px;
    line-height: 40px;
  }
}

.ts-get-response-wrapper--classic .ts-get-response-container .cts-1hwfws3 {
  padding: 0;
}

.ts-get-response-wrapper--classic .ts-get-response-container .cts-1wy0on6 {
  display: none;
}

.ts-get-response-wrapper--classic .ts-get-response-container .cts-xwjg1b {
  background-color: transparent;
  color: inherit;
  border-radius: 100px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.05);
  -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,0.05);
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.05);
  line-height: 1;
  padding: 4px 8px;
}

.ts-get-response-wrapper--classic .ts-get-response-container .cts-xwjg1b .cts-12jo7m5 {
  color: inherit;
  line-height: 1;
}

.ts-get-response-wrapper--classic .ts-get-response-container .cts-xwjg1b .cts-1alnv5e {
  color: #F86060;
  cursor: pointer;
}

.ts-get-response-wrapper--classic .ts-get-response-container .cts-xwjg1b .cts-1alnv5e:hover {
  background-color: transparent;
  color: #f74848;
}

.ts-get-response-wrapper--classic .ts-get-response-container .cts-15k3avv {
  margin: 0;
  border-radius: 0px;
}

.ts-get-response-wrapper--classic .ts-get-response-container .cts-15k3avv .cts-11unzgr {
  padding: 0;
}

.ts-get-response-wrapper--classic .ts-get-response-container .cts-15k3avv .cts-11unzgr .cts-1gl4k7y {
  text-align: left;
}

.ts-get-response-wrapper--classic .ts-get-response-container .cts-15k3avv .cts-11unzgr .cts-wqgs6e {
  background-color: transparent;
  word-break: break-all;
}

.ts-get-response-wrapper--classic .ts-get-response-container .cts-15k3avv .cts-11unzgr .cts-1gl4k7y,.ts-get-response-wrapper--classic .ts-get-response-container .cts-15k3avv .cts-11unzgr .cts-wqgs6e {
  color: rgba(57,57,57,0.8);
  font-size: 16px;
}

@keyframes sendCopySlideInDown {
  from {
    transform: translateY(10px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.ts-symbolFill {
  transition: all 0.3s;
  fill: #393939;
  height: 4em;
  width: 4em;
}

.answer-option-rating--icons {
  display: inline-block;
  margin: 0 1em;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  background: transparent;
  border: 0;
}

@media screen and (max-width: 767px) {
  .answer-option-rating--icons {
    margin: 0 .5em;
  }
}

.answer-option-rating--icons svg {
  transition: all 0.3s;
  width: 56px;
  height: 56px;
  opacity: 0.6;
  margin: 0 0 .5em;
}

@media screen and (max-width: 767px) {
  .answer-option-rating--icons svg {
    width: 40px;
    height: 40px;
  }
}

.answer-option-rating--icons .ts-symbolFill {
  opacity: 0.6;
}

.answer-option-rating--icons:hover svg {
  opacity: 1;
}

.answer-option-rating--icons:hover .ts-symbolFill {
  opacity: 1;
}

.answer-option-rating--icons:nth-of-type(1) {
  margin-left: 0px;
}

.answer-option-rating--icons:last-of-type {
  margin-right: 0px;
}

.answer-option-rating--icons.active svg {
  opacity: 1;
}

.answer-option-rating--icons.active .ts-symbolFill {
  opacity: 1;
}

[ts-tooltip--index] {
  position: relative;
}

[ts-tooltip--index]::after {
  content: attr(ts-tooltip--index);
  position: absolute;
  color: #fff;
  left: 50%;
  bottom: -60%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  padding: .3em .6em;
  font-size: 12px;
  border-radius: 3px;
  pointer-events: none;
  background-color: #393939;
  -webkit-animation-name: tooltip_slideInDown;
  animation-name: tooltip_slideInDown;
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms;
  -webkit-animation-delay: 750ms;
  animation-delay: 750ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media screen and (max-width: 767px) {
  [ts-tooltip--index]::after {
    font-size: 10px;
  }
}

[ts-tooltip--key] {
  position: relative;
}

[ts-tooltip--key]::after {
  content: attr(ts-tooltip--key);
  color: #fff;
  position: absolute;
  left: -1px;
  top: -2.2em;
  text-align: center;
  padding: .3em .6em;
  font-size: 0.8em;
  border-radius: 3px;
  pointer-events: none;
  background-color: #393939;
  transition: all 0.2s;
  text-transform: uppercase;
  opacity: 0;
  display: none;
}

@keyframes tooltip_slideInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes tooltip_slideInDown {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) translate3d(0, -10%, 0);
    transform: translateX(-50%) translateY(-50%) translate3d(0, -10%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateX(-50%) translateY(-50%) translate3d(0, 0, 0);
    transform: translateX(-50%) translateY(-50%) translate3d(0, 0, 0);
    opacity: 1;
  }
}

.ts-answer-option--rating {
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  text-decoration: none;
  border-radius: 0px;
  border-right-width: 0px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 60px;
  -moz-box-flex: 1;
  -moz-flex: 1 1 60px;
  -ms-flex: 1 1 60px;
  flex: 1 1 60px;
  width: 60px;
  height: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ts-answer-option--rating:nth-of-type(1) {
  margin-left: 0px;
  border-radius: 10px 0 0 10px;
}

.ts-answer-option--rating:last-of-type {
  margin-right: 0px;
  border-radius: 0 10px 10px 0;
  border-right-width: 1px;
}

.ts-answer-option--rating:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .ts-answer-option--rating {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-decoration: none;
    height: 44px;
    width: 44px;
    min-width: 44px;
    border-radius: 10px !important;
    border-right-width: 1px;
    margin: .25em .25em !important;
  }
}

.ts_rating_input--classic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0 0 10px;
  position: relative;
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .ts_rating_input--classic {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 10px 0;
    width: auto;
    max-width: calc(100% - 1px);
  }
}

.ts_rating_input--classic label {
  padding: 0;
  margin: 0;
  border-radius: 3px;
  position: absolute;
  display: inline-block;
  max-width: 50%;
  overflow-wrap: break-word;
  line-height: 1;
  top: 100%;
  text-transform: uppercase;
  opacity: .5;
  right: 0em !important;
  text-align: right;
}

.ts_rating_input--classic label:first-child {
  left: 0em !important;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .ts_rating_input--classic label:first-child {
    top: auto;
    bottom: 100%;
  }
}

.ts_yesno_container--classic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding: 0;
  width: auto !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ts_yesno_container--classic {
    width: 100%;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 767px), screen and (-ms-high-contrast: none) and (max-width: 767px) {
  .ts_yesno_container--classic {
    max-width: 220px;
  }
}

.ts_yesno_container--classic .ts_yesno_item {
  margin: 0 24px 0 0;
  cursor: pointer;
  outline: none;
}

@media screen and (max-width: 767px) {
  .ts_yesno_container--classic .ts_yesno_item {
    margin: 0 12px 12px 0;
  }
}

.ts_yesno_container--classic .ts_yesno_item .ts-img-container {
  padding: 0;
  height: 146px;
  padding-top: 57px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .ts_yesno_container--classic .ts_yesno_item .ts-img-container {
    height: 100px;
    padding-top: 25px;
  }
}

.ts_yesno_container--classic .ts_yesno_item .ts-answer-option--yes-no {
  width: 200px;
  position: relative;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0 0 .25em;
  transition: all 0.3s;
  outline: none;
}

@media screen and (max-width: 767px) {
  .ts_yesno_container--classic .ts_yesno_item .ts-answer-option--yes-no {
    width: 120px;
  }
}

.ts_yesno_container--classic .ts_yesno_item .ts-answer-option--yes-no:hover svg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.ts_yesno_container--classic .ts_yesno_item .ts-answer-option--yes-no svg {
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .ts_yesno_container--classic .ts_yesno_item .ts-answer-option--yes-no svg {
    width: 42px;
    height: 42px;
  }
}

.answer-option-cell--classic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0 .5em 0 0;
  padding: .3em;
  border-radius: 25px;
  min-width: 120px;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.answer-option-cell--classic:nth-of-type(1) {
  margin-left: 0px;
}

.answer-option-cell--classic:last-of-type {
  margin-right: 0px;
}

.answer-option-cell--classic:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .answer-option-cell--classic {
    max-width: 50%;
    min-height: 35px;
    min-width: 120px;
  }
}

.ts-primary-action-btn--gradient,.ts-primary-action-btn {
  min-width: 150px;
  padding: 16px 24px;
  margin: 0 8px 0 0;
  outline: none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 3px;
  border: 2px solid transparent;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ts-primary-action-btn--gradient,.ts-primary-action-btn {
    display: inline-block;
    text-align: left;
  }

  .ts-primary-action-btn--gradient i,.ts-primary-action-btn--gradient svg,.ts-primary-action-btn--gradient .loader,.ts-primary-action-btn i,.ts-primary-action-btn svg,.ts-primary-action-btn .loader {
    float: right;
    left: 0;
  }
}

.ts-primary-action-btn--gradient:hover,.ts-primary-action-btn--gradient:active,.ts-primary-action-btn--gradient:focus,.ts-primary-action-btn:hover,.ts-primary-action-btn:active,.ts-primary-action-btn:focus {
  text-decoration: none;
}

.ts-primary-action-btn--gradient:disabled,.ts-primary-action-btn:disabled {
  opacity: 0.3 !important;
  pointer-events: none !important;
}

.ts-primary-action-btn--gradient:active,.ts-primary-action-btn:active {
  animation-name: ts-action-fade;
  animation-duration: 0.45s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (max-width: 767px) {
  .ts-primary-action-btn--gradient,.ts-primary-action-btn {
    min-width: 7.5em;
  }
}

.ts-primary-action-btn--gradient svg,.ts-primary-action-btn--gradient i,.ts-primary-action-btn--gradient .loader,.ts-primary-action-btn svg,.ts-primary-action-btn i,.ts-primary-action-btn .loader {
  margin: 0 0 0 20px;
}

.ts-primary-action-btn--gradient svg path,.ts-primary-action-btn svg path {
  stroke: currentColor;
  fill: currentColor;
}

.ts-primary-action-btn--gradient .loader,.ts-primary-action-btn .loader {
  display: inline-block;
  border: 2px solid rgba(255,255,255,0.05);
  border-top: 2px solid #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  animation: loading-bar-spinner 1s linear infinite;
}

.ts-primary-action-btn {
  border-radius: 100px;
  text-transform: uppercase;
  overflow: hidden;
}

.ts-primary-action-btn * {
  position: relative;
}

.ts-primary-action-btn:before {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
}

.ts-primary-action-btn:hover:before,.ts-primary-action-btn:focus:before,.ts-primary-action-btn:active:before {
  width: 100%;
}

.ts-primary-action-btn--intro {
  margin-right: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ts-answer-option--bg,.ts-answer-option--bg-only {
  transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
}

.answer-option--input {
  width: 100%;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 10px 0;
  resize: none;
  border-radius: 0px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom: 1px solid #4D3446;
  transition: border 0.3s linear, color 0.3s;
}

.answer-option--input.error {
  border-bottom-color: #F86060;
  color: #F86060;
  transition: none;
  animation-name: ts-action-shake;
  animation-duration: 0.45s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.answer-option--input.error:hover,.answer-option--input.error:active,.answer-option--input.error:focus {
  color: #F86060;
  border-bottom-color: #F86060;
}

.answer-option--contact-input {
  border-width: 1px !important;
}

.answer-option--stroke {
  stroke: #4D3446;
}

.answer-option--stroke-02 {
  stroke: rgba(77,52,70,0.2);
}

.ts-skip-wrapper {
  margin: 3em 0 0;
}

.ts-skip-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.ts-skip-container .ts-skip-action-btn {
  padding: .5em .75em;
  border-radius: 100px;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  cursor: pointer;
  border: 0;
  outline: none;
  box-shadow: none;
  background: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.ts-skip-container .ts-skip-action-btn:hover,.ts-skip-container .ts-skip-action-btn:focus,.ts-skip-container .ts-skip-action-btn:active {
  text-decoration: none;
}

.ts-skip-container .ts-skip-action-btn:active {
  animation-name: ts-action-fade;
  animation-duration: 0.45s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ts-skip-container label {
  margin: 0 8px 0 0;
  font-size: 12px;
}

.upload_wrapper {
  width: 50%;
  min-width: 360px;
  position: relative;
}

@media screen and (max-width: 479px) {
  .upload_wrapper {
    width: 100%;
    min-width: 0px;
  }
}

.upload_wrapper span a {
  color: inherit;
  text-decoration: underline;
}

.answer-option--file-input {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-radius: 10px;
  margin: 0 0 .25em;
  height: 240px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s;
}

.answer-option--file-input:hover {
  border-style: solid !important;
}

.answer-option--file-input svg {
  margin: 0 0 .5em;
}

.answer-option--file-input p {
  margin: 0;
  padding: 0;
}

.answer-option--file-uploaded {
  padding: 1.5em;
}

.answer-option--file-uploaded .circle-loader {
  margin: 0 0 3.5em;
  border: 2px solid rgba(0,0,0,0.2);
  border-left-color: rgba(0,0,0,0.6);
  animation: loader-spin 1.2s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 7em;
  height: 7em;
}

.answer-option--file-uploaded .load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: rgba(0,0,0,0.1);
  transition: border 500ms ease-out;
}

.answer-option--file-uploaded .checkmark.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}

.answer-option--file-uploaded .checkmark:after {
  opacity: 1;
  height: 3.5em;
  width: 1.75em;
  transform-origin: left top;
  border-right: 10px solid #f29047;
  border-top: 10px solid #f29047;
  content: '';
  left: 1.75em;
  top: 3.5em;
  position: absolute;
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }

  20% {
    height: 0;
    width: 1.75em;
    opacity: 1;
  }

  40% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }

  100% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }
}

.answer-option--file-uploading {
  padding: 2em;
  position: relative;
}

.answer-option--file-uploading .uploading-wrapper {
  width: 100%;
  height: 0.75em;
  background-color: rgba(77,52,70,0.1);
  border-radius: 100px;
  overflow: hidden;
  transition: all 0.3s;
}

.answer-option--file-uploading .uploading-wrapper .uploading {
  transition: inherit;
  height: 0.75em;
  background-color: #29c1a0;
  background-size: 50px 50px;
}

.answer-option--file-uploaded .uploading-info,.answer-option--file-uploading .uploading-info {
  position: absolute;
  bottom: 1.5em;
  text-align: center;
  width: 100%;
  left: 0;
}

.answer-option--file-uploaded .uploading-info span,.answer-option--file-uploading .uploading-info span {
  white-space: nowrap;
  max-width: 50%;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  text-overflow: ellipsis;
  line-height: 1.4;
}

.answer-option--file-input-edit-text {
  color: #F86060;
  cursor: pointer;
}

.answer-option--file-input-text {
  display: block;
  text-align: center;
}

.answer-option--file-input-text.error {
  color: #F86060 !important;
}

.ts-answer-option--choice {
  border-radius: 10px;
  min-width: 18em;
  cursor: pointer;
  padding: 10px;
  margin: 0 16px 16px 0;
  box-shadow: none;
  outline: none;
  position: relative;
  border-style: solid;
  border-width: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.ts-answer-option--choice:hover,.ts-answer-option--choice:focus,.ts-answer-option--choice:active {
  text-decoration: none;
}

.ts-answer-option--choice .ts-option-text-input {
  flex-grow: 1;
}

.ts-answer-option--choice .ts-answer-option--choice__copy {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  flex-grow: 1;
  display: inline-block;
  padding-right: 5px;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  -ms-word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  max-width: calc(100% - 28px);
}

.ts-answer-option--choice p {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  text-align: center;
}

.ts-answer-option--consent {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.ts-answer-option--consent .checkmeout-checkbox {
  margin: -7px 2px -7px 0;
}

.ts-answer-option--consent .ts-answer-option--choice__copy {
  min-height: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding: 0 12px 0 0;
}

.ts-answer-option--consent p {
  text-align: left;
}

.ts-answer-option--consent p a {
  text-decoration: underline;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ts-answer-option--consent {
    min-width: 24em;
    max-width: calc(100% - 36%);
  }

  .ts-answer-option--consent .ts-answer-option--choice__copy {
    line-height: 28px;
    width: calc(100% - 72px);
  }

  .ts-answer-option--consent .ts-answer-option--choice__copy p {
    width: 100%;
  }
}

.answer-option-rating--icons .ts-symbolFill {
  fill: #fff;
}

.answer-option-rating--icons .ts-symbolFill.ts-symbol-smiley-fill {
  stroke: none !important;
}

.ts-symbolFill--outline {
  stroke: none !important;
}

.ts-answer-option--message {
  margin: 0 0 2.5em;
}

.ts-answer-option--message .ts-symbolFill {
  fill: none;
}

.ts-answer-option--message svg {
  width: 128px;
  height: 72px;
}

@media screen and (max-width: 767px) {
  .ts-answer-option--message {
    margin: 0 0 1.5em;
  }

  .ts-answer-option--message svg {
    width: 96px;
    height: 56px;
  }
}

.tensurvey-text-question-text {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  white-space: pre-wrap;
}

.tensurvey-text-question-text p {
  margin: 0;
}

.tensurvey-text-question-text p:first-child br,.tensurvey-text-question-text p:last-child br {
  display: none;
}

.rank-order-container {
  max-width: 100%;
}

.ts-option--rank-order {
  border-radius: 10px;
  min-width: 18em;
  padding: 10px;
  margin: 0 0 12px;
  border-style: solid;
  border-width: 1px;
  transition: none !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.ts-option--rank-order:hover,.ts-option--rank-order:focus,.ts-option--rank-order:active {
  text-decoration: none;
}

@media screen and (max-width: 479px) {
  .ts-option--rank-order {
    min-width: 16em;
  }
}

.ts-option--rank-order p {
  margin: 0 16px 0 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

.ts-option--rank-order svg {
  float: right;
  margin: 0 0 0 auto;
  height: 20px;
}

.ts-option--rank-order .order-actions {
  float: right;
  margin: 0 0 0 auto;
  line-height: inherit;
  font-size: 24px;
  color: inherit;
}

.ts-option--rank-order .order-actions a {
  color: inherit;
  text-decoration: none;
  line-height: inherit;
  padding: 0 2px;
}

.ts-option--rank-order .order-actions a i {
  color: inherit;
  line-height: inherit;
  vertical-align: middle;
}

.ts-option--rank-order .order-actions .disabled {
  opacity: 0.4;
  pointer-events: none;
}

.ts-option--rank-order.ts-option--rank-order--ios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .ts-option--rank-order.ts-option--rank-order--ios {
    padding: .6em 1em;
  }
}

.ts-option--rank-order__data {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-right: 10px;
  overflow-wrap: break-word;
  word-break: break-word;
  -ms-word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ts-option--rank-order__drag-handle-icon {
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
  cursor: move;
}

.ts-option--rank-order__custom-select-wrap {
  position: relative;
}

.ts-option--rank-order__custom-select-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 20px;
  opacity: .5;
  pointer-events: none;
}

.ts-option--rank-order__custom-select-arrow:before {
  content: '';
  position: absolute;
  border: 5px solid transparent;
  border-bottom-color: currentColor;
  top: 0;
  right: 0;
  margin-top: -2px;
}

.ts-option--rank-order__custom-select-arrow:after {
  content: '';
  position: absolute;
  border: 5px solid transparent;
  border-top-color: currentColor;
  top: 50%;
  right: 0;
  margin-top: 2px;
}

.ts-option--rank-order__select-wrap .ts-option--rank-order__custom-select {
  display: inline-block;
  width: 56px;
  height: 28px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  vertical-align: middle;
  border: 0;
  border-radius: 100px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ts-option--rank-order__select-wrap .ts-option--rank-order-react-select__control {
  border-radius: 100px;
  border: 0;
  min-width: 56px;
  height: 28px;
  min-height: 28px;
  font-weight: bold;
  font-size: 14px;
}

.ts-option--rank-order__select-wrap .ts-option--rank-order-react-select__menu {
  box-shadow: 0px 4px 20px rgba(0,0,0,0.1);
  border-radius: 0;
  font-size: 14px;
  font-weight: bold;
}

.ts-option--rank-order__select-wrap .ts-option--rank-order-react-select__menu-list {
  padding: 0;
}

.ts-option--rank-order__select-wrap .ts-option--rank-order-react-select__indicator-separator {
  display: none;
}

.ts-option--rank-order__select-wrap .ts-option--rank-order-react-select__dropdown-indicator {
  position: relative;
  padding: 0 !important;
  margin-right: 10px;
  margin-left: 10px;
  width: 10px;
  height: 20px;
  opacity: .5;
}

.ts-option--rank-order__select-wrap .ts-option--rank-order-react-select__dropdown-indicator:before {
  content: '';
  position: absolute;
  border: 5px solid transparent;
  border-bottom-color: currentColor;
  top: 0;
  right: 0;
  margin-top: -2px;
}

.ts-option--rank-order__select-wrap .ts-option--rank-order-react-select__dropdown-indicator:after {
  content: '';
  position: absolute;
  border: 5px solid transparent;
  border-top-color: currentColor;
  top: 50%;
  right: 0;
  margin-top: 2px;
}

.ts-option--rank-order__select-wrap .ts-option--rank-order-react-select__dropdown-indicator svg {
  display: none !important;
}

.ts_matrix_container--classic * {
  font-family: inherit !important;
}

.ts_matrix_container--classic .ts_matrix_row--main .ts_matrix_column--fixed {
  background: transparent !important;
  border-top: none !important;
}

.ts_matrix_container--classic .ts_matrix--header .ts_matrix_column {
  background-color: transparent !important;
  border-top: none !important;
  padding: .25em .25em .75em !important;
}

.ts_matrix_container--classic .ts_matrix_row--sub:hover .ts_matrix_column {
  transition: all 0.3s;
}

.ts_matrix_container--classic .ts_matrix_row--sub.hovered .ts_matrix_column {
  transition: all 0.3s;
}

.ts_matrix_container--classic .ts_matrix_row--stripped {
  border-bottom: none !important;
}

.ts_matrix_container--classic .ts_matrix_row--stripped .ts_matrix_row--sub .ts_matrix_column {
  padding: 1.15em .75em !important;
}

.ts-animation--bounce.active {
  animation-name: ts-action-bounce;
  animation-duration: 0.45s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes ts-action-bounce {
  0% {
    transform: translate(0px, 0px);
  }

  10% {
    transform: translate(0px, 2px);
  }

  50% {
    transform: translate(0px, -7px);
  }

  90% {
    transform: translate(0px, 4px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.ts-animation--fade {
  animation-name: ts-action-fade;
  animation-duration: 0.45s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes ts-action-fade {
  0% {
    opacity: 1;
  }

  33% {
    opacity: .65;
  }

  67% {
    opacity: .85;
  }

  100% {
    opacity: 1;
  }
}

.ts-animation--shake {
  animation-name: ts-action-shake;
  animation-duration: 0.45s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes ts-action-shake {
  0% {
    transform: translateX(0px);
  }

  15% {
    transform: translateX(-3px);
  }

  25% {
    transform: translateX(3px);
  }

  45% {
    transform: translateX(-2px);
  }

  65% {
    transform: translateX(3px);
  }

  85% {
    transform: translateX(-2px);
  }

  100% {
    transform: translateX(0px);
  }
}

.ts-inital-loader-123 {
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #19B885;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.ts-horizontal-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .ts-horizontal-progress-bar {
    display: block;
  }
}

.ts-horizontal-progress-bar .ts-progres-bar-fill {
  transition: all 0.3s ease-in-out;
}

.ts_rating_container.ts_rating_container--classic .ts_rating_input {
  margin: 0 0 16px;
}

.action-btn--disabled {
  cursor: not-allowed !important;
}

.action-btn--disabled a,.action-btn--disabled button {
  opacity: 0.3;
  pointer-events: none !important;
}

.ts_cl_survey_submit_resp {
  transition: none;
  z-index: 2;
}

.ts_cl_survey_submit_resp.hide-submit {
  pointer-events: none;
  opacity: 0;
}

.ts_cl_survey_submit_resp .ts_cl_survey_submit_resp_btn_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ts_cl_survey_submit_resp .ts_cl_survey_submit_resp_btn_wrapper p {
  display: inline-block;
  margin: 5px 0;
}

.ts_cl_survey_submit_resp p {
  margin: 8px 0 0;
}

.ts_cl_survey_submit_resp p b {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ts_cl_survey_submit_resp p a {
  color: inherit;
  text-decoration: underline;
  transition: all 0.3s;
}

.ts-header-text--fluid {
  margin: 0 0 8px;
}

.ts-header-text--fluid.main-header-font-size--xs {
  font-size: 32px;
}

.ts-header-text--fluid.main-header-font-size--sm {
  font-size: 52px;
}

.ts-header-text--fluid.main-header-font-size--md {
  font-size: 62px;
}

.ts-header-text--fluid.main-header-font-size--lg {
  font-size: 72px;
}

.ts-header-text--fluid.main-header-font-size--xl {
  font-size: 92px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ts-header-text--fluid.main-header-font-size--xs {
    font-size: 24px;
  }

  .ts-header-text--fluid.main-header-font-size--sm {
    font-size: 32px;
  }

  .ts-header-text--fluid.main-header-font-size--md {
    font-size: 42px;
  }

  .ts-header-text--fluid.main-header-font-size--lg {
    font-size: 52px;
  }

  .ts-header-text--fluid.main-header-font-size--xl {
    font-size: 62px;
  }
}

@media screen and (max-width: 767px) {
  .ts-header-text--fluid.main-header-font-size--xs {
    font-size: 24px;
  }

  .ts-header-text--fluid.main-header-font-size--sm {
    font-size: 25px;
  }

  .ts-header-text--fluid.main-header-font-size--md {
    font-size: 28px;
  }

  .ts-header-text--fluid.main-header-font-size--lg {
    font-size: 32px;
  }

  .ts-header-text--fluid.main-header-font-size--xl {
    font-size: 36px;
  }
}

.ts-smiley-icon--1 {
  color: #EC6772;
}

.ts-smiley-icon--2 {
  color: #D9864C;
}

.ts-smiley-icon--3 {
  color: #B2A24B;
}

.ts-smiley-icon--4 {
  color: #84B671;
}

.ts-smiley-icon--5 {
  color: #069858;
}

.answer-option-rating--icons.active .ts-smiley-icon__g {
  fill: currentColor;
}

.answer-option-rating--icons.active .ts-smiley-icon__path {
  stroke: #fff;
}

.answer-option-rating--icons[ts-tooltip--index]::after {
  font-size: 16px;
  background: transparent;
}

.ts_classic_footer_right_content_wrap {
  font-family: inherit;
  position: fixed;
  right: 28px;
  bottom: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  z-index: 100;
}

@media (max-width: 479.98px) {
  .ts_classic_footer_right_content_wrap {
    right: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 10px;
    height: 62px;
    /*background: #f7f7f7 !important;*/
  }

  .ts_classic_footer_right_content_wrap .ts-branding-wrap-classic__slide-up {
    display: none !important;
  }

  .ts_classic_footer_right_content_wrap .ts-branding-logo-new .ts-branding-logo--text {
    fill: #a6a6a6 !important;
  }

  .ts_classic_footer_right_content_wrap .ts-branding-logo-new .ts-branding-logo--ss path {
    fill: #5f5f5f !important;
  }
}

.tensurvey-survey-container--classic-form .ts_classic_footer_right_content_wrap .tensurvey-branding--classic-form {
  position: relative;
  left: auto;
  bottom: auto;
  margin-right: 8px;
}

.tensurvey-survey-container--classic-form .ts_classic_footer_right_content_wrap .tensurvey-branding--classic-form .ts-branding-wrap-classic__slide-up {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-weight: 500;
}

.tensurvey-survey-container--classic-form .ts_classic_footer_right_content_wrap .tensurvey-branding--classic-form .ts-branding-wrap-classic__slide-up a {
  opacity: 1 !important;
}

.tensurvey-survey-container--classic-form .ts_classic_footer_right_content_wrap .tensurvey-branding--classic-form:hover .ts-branding-wrap-classic__slide-up {
  opacity: 1;
  visibility: visible;
}

.tensurvey-survey-container--classic-form .ts_classic_footer_right_content_wrap .tensurvey-branding-contents--classic-form {
  margin: 0;
  padding: 0;
}

.tensurvey-survey-container--classic-form .ts_classic_footer_right_content_wrap .tensurvey-branding-contents--classic-form .ts-branding-logo-new {
  display: inline-block;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tensurvey-survey-container--classic-form .ts_classic_footer_right_content_wrap .ts_classic_form_navigator {
  position: relative;
  right: auto;
  bottom: auto;
  margin: 0;
  background: transparent;
}

.tensurvey-survey-container--classic-form .ts_classic_footer_right_content_wrap .ts_classic_form_navigator a {
  width: 42px;
  height: 42px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  border: solid 2px #888589;
}

.tensurvey-survey-container--classic-form .ts_classic_footer_right_content_wrap .ts_classic_form_navigator a:first-child {
  margin-right: 6px;
}

@media (max-width: 479.98px) {
  .tensurvey-survey-container--classic-form .ts_classic_footer_right_content_wrap .ts_classic_form_navigator a {
    border: solid 2px rgba(136,133,137,0.5) !important;
  }

  .tensurvey-survey-container--classic-form .ts_classic_footer_right_content_wrap .ts_classic_form_navigator .svgColor {
    stroke: #888589 !important;
  }
}

.tensurvey-survey-container--classic-form .ts_classic_footer_right_content_wrap .ts-branding-wrap-classic__btn {
  font-size: 12px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  padding: 11px 8px;
  line-height: 1.2;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
  border-radius: 3px;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tensurvey-survey-container--classic-form .ts_classic_footer_right_content_wrap .ts-branding-wrap-classic__btn .ts-branding-wrap-classic__btn-ico {
  margin-right: 10px;
}

.tensurvey-survey-container--classic-form .ts_classic_footer_right_content_wrap .ts-branding-wrap-classic__btn .ts-branding-wrap-classic__btn-ico svg {
  float: left;
}

.tensurvey-survey-container--classic-form .ts_classic_footer_right_content_wrap .ts_classic_footer_right_content_wrap__branding {
  position: relative;
}

.ts-get-response-wrapper--classic a .loader,.ts_cl_qstn_action--submit a .loader,.ts_edit_ans .loader {
  display: inline-block;
  margin: 0 .25em 4px 0;
  border: 2px solid rgba(255,255,255,0.05);
  border-top: 2px solid #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  animation: loader-spin 1s linear infinite;
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

body {
  background-color: #fff;
}

body.body_transparent {
  background-color: transparent !important;
}

.ts_edit_ans .loader {
  height: 18px;
  width: 18px;
}

figure {
  font-size: 0;
  line-height: 1;
  margin: 16px 0;
}

figure .ts_image_wrapper img {
  max-width: 600px;
  height: auto;
  max-height: 350px;
  margin: 0;
  float: none;
  vertical-align: top;
  display: inline-block;
}

@media screen and (min-width: 1441px) {
  figure .ts_image_wrapper img {
    max-width: 900px !important;
  }
}

@media screen and (max-width: 1024px) {
  figure .ts_image_wrapper img {
    max-width: 300px !important;
  }
}

@media screen and (max-width: 767px) {
  figure .ts_image_wrapper img {
    max-width: 100% !important;
  }
}

figure .ts_video_wrapper {
  width: 100%;
  min-width: 420px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 1024px) {
  figure .ts_video_wrapper {
    min-width: 320px;
  }
}

@media screen and (max-width: 479px) {
  figure .ts_video_wrapper {
    min-width: 240px;
  }
}

@media (max-width: 360px) {
  figure .ts_video_wrapper {
    min-width: 200px;
  }
}

figure .ts_video_container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  width: 100%;
}

figure .ts_video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.ts_classic_survey_intro_contents figure .ts_image_wrapper,.ts_completed_container figure .ts_image_wrapper {
  text-align: center;
}

.ts_classic_survey_intro_contents figure .ts_image_wrapper img,.ts_completed_container figure .ts_image_wrapper img {
  display: inline-block;
}

.tensurvey-survey-container--card__thankyou .ts-card-contents figure {
  text-align: center;
}

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.answer-option--input--has-bottom-border {
  border-bottom: 1px solid transparent;
}

.ts-form-group {
  position: relative;
  overflow: hidden;
}

.ts-form-group .ts-form-group__highlight {
  border-bottom: 2px solid transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 0.2s;
  width: 100%;
}

.ts-form-group .ts-form-group__highlight.error {
  border-color: #F86060 !important;
}

.ts-form-group .answer-option--input:focus ~ .ts-form-group__highlight,.ts-form-group .answer-option--text-matrix:focus ~ .ts-form-group__highlight {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.ts_survey_author_info {
  width: 100%;
}

.ts_survey_author_info .ts_thankyou_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.ts_survey_author_info .ts_thankyou_link:hover,.ts_survey_author_info .ts_thankyou_link:focus {
  text-decoration: none !important;
}

.ts_survey_author_info .ts_thankyou_branding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 1em 0 0;
  transition: all 0.3s;
  border-radius: 3px;
  padding: .75em .5em .5em;
  transition: all 0.3s;
  border: thin solid transparent;
}

.ts_survey_author_info .ts_thankyou_branding:hover {
  border: thin solid rgba(77,52,70,0.1);
}

.ts_survey_author_info div.ts_bordered {
  margin: .5em 0;
}

.ts_survey_author_info div.ts_bordered a {
  text-decoration: none;
  text-transform: none;
}

.ts_survey_author_info div.ts_bordered h3 {
  border: thin solid rgba(242,144,71,0.8);
  padding: .5em 1.2em;
  margin: 0;
  background: #f29047;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  font-size: 1.55em;
}

.ts_survey_author_info div.ts_bordered h3 span {
  text-decoration: line-through;
}

.ts_survey_author_info div.ts_bordered h3:hover {
  background: #ef7317;
  transition: all 0.3s;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ts_survey_author_info div.ts_bordered h3 {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 767px) {
  .ts_survey_author_info div.ts_bordered h3 {
    font-size: 1.2em;
    padding: .5em;
  }
}

.ts_survey_author_info div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

@media (min-width: 1200px) {
  .tensurvey-text-question-text.tensurvey-heading--message {
    font-size: 42px;
  }
}

.ts-constant-sum-slider .rc-slider-handle {
  transition: box-shadow .3s, transform .3s;
}

.ts-constant-sum-slider .rc-slider-handle:hover {
  transform: scale(1.2);
  box-shadow: 0px 0px 0px 8px rgba(144,202,249,0.16);
}

.tensurvey-survey-container--classic-form .answer-option--transparent-input {
  border: 0 !important;
}

.tensurvey-survey-container--classic-form-video-container {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tensurvey-survey-container--classic-form-video-container .tensurvey-survey-container--classic-form-video {
  min-width: 100%;
  min-height: 102%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ts-mute-container {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  margin: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  cursor: pointer;
}

.ts-mute-container a.ts-mute-btn {
  display: inline-block;
  background-color: white;
  padding: .3em .4em;
  margin: 0 .5em 0 0;
  border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.remove-uploaded-file-btn {
  position: absolute;
  right: -16px;
  top: -10px;
  cursor: pointer;
}

.ts_classic_survey_intro_contents,.ts_completed_container {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: relative;
}

.ts-qstn-no--message {
  display: none;
  visibility: hidden;
}

.ts-keyboard-assist {
  position: relative;
  display: none;
}

.ts-keyboard-assist * {
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .ts-keyboard-assist {
    display: none !important;
  }
}

.ts-keyboard-assist.ts-keyboard-assist--preview {
  display: block;
}

.ts-keyboard-assist__btn {
  width: 47px;
  height: 32px;
  padding: 0;
  margin: 0 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  border-radius: 5px;
  border: solid 2px #888589;
  cursor: pointer;
}

.ts-keyboard-assist__btn svg {
  color: #888589;
}

.ts-keyboard-assist__btn svg path {
  fill: currentColor;
}

.ts-keyboard-assist__btn:hover .ts-keyboard-assist__data {
  opacity: 1;
  visibility: visible;
}

.ts-keyboard-assist__data {
  position: absolute;
  bottom: 100%;
  right: 8px;
  margin-bottom: 15px;
  width: 518px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  box-shadow: 0px 2px 40px rgba(0,0,0,0.158381);
  opacity: 0;
  visibility: hidden;
  padding: 26px;
  transition: all 0.3s;
}

.ts-keyboard-assist__data svg {
  color: #1C161E;
}

.ts_survey_social_share-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 32px 0;
}

.ts_survey_social_share-wrap .ts_survey_social_share-wrap__link {
  margin: 0 8px;
  transition: all 0.3s;
}

.ts_survey_social_share-wrap .ts_survey_social_share-wrap__link:hover {
  opacity: .8;
}

.ts-keyboard-assist__header {
  font-weight: 500;
  font-size: 22px;
  margin: 0 0 10px 0;
  color: #1C161E;
}

.ts-keyboard-assist__keys-table {
  table-layout: fixed;
  color: #1C161E;
}

.ts-keyboard-assist__keys-table td {
  padding-top: 8px;
  padding-bottom: 8px;
  opacity: .5;
  font-size: 14px;
  line-height: 1.3;
}

.ts-keyboard-assist__keys-table td:first-child {
  width: 40%;
  text-align: right;
  padding-right: 16px;
  opacity: 1;
}

.ts-keyboard-assist__sm-btn {
  vertical-align: middle;
  font-size: 11px;
  font-weight: bold;
  padding: 4px;
  background: #D8D8D8;
  border: 1px solid #979797;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-width: 22px;
  min-height: 22px;
  margin: 2px;
}

.tensurvey-survey-container--classic-form .active.ts_cl_survey_qstn_item--has-dropdown {
  padding-bottom: 220px;
}

.ts-language-selector--wrapper {
  position: fixed;
  z-index: 4;
  top: 24px;
  right: 32px;
  user-select: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.ts-language-selector--wrapper.ts-language-selector--preview-wrapper {
  right: 120px;
}

@media (min-width: 769px) {
  .ts-language-selector--wrapper.ts-language-selector--design-wrapper {
    right: 64px;
  }
}

.ts-language-selector--wrapper.ts-language-selector--auth-wrapper h3 {
  color: #000;
}

.ts-language-selector--wrapper.ts-language-selector--auth-wrapper .ts-language-selector--down path {
  fill: #63686F;
}

@media screen and (max-width: 767px) {
  .ts-language-selector--wrapper {
    top: 16px;
    right: 16px;
  }
}

.ts-language-selector--wrapper .flag-icon {
  width: 24px;
  height: 18px;
}

.ts-language-selector--wrapper h3 {
  margin: 0 16px 0 6px;
}

.ts-language-selector--wrapper .ts-language-selector--down {
  margin: 2px 0 0;
}

.ts-language-selector--wrapper ul {
  min-width: 200px;
}

.ts-language-selector--wrapper ul li .ts-language-selector--globe {
  opacity: 1;
  margin: 0 9px 0 0;
}

.ts-language-selector--wrapper ul li .ts-language-selector--tick {
  min-width: 16px;
  margin: 0 0 0 8px;
}

.ts-language-selector--wrapper ul li .ts-language-selector--tick path {
  fill: #fff;
}

@media screen and (min-width: 992px) {
  .ts-form-group--lg-col-6 {
    max-width: 70%;
  }
}

@media screen and (min-width: 1400px) {
  .ts_cl_survey_qstn_right {
    max-width: 80%;
  }
}

.checkmeout-checkbox,.checkmeout-radio {
  display: inline-block !important;
}

.checkmeout-checkbox .checkmeout-checkbox-style,.checkmeout-radio .checkmeout-checkbox-style {
  display: inline-block !important;
}

.checkmeout-checkbox .checkmeout-radio-style,.checkmeout-radio .checkmeout-radio-style {
  display: inline-block !important;
}

.ts-thankyou--desc {
  margin: 16px 0 0;
}

.ts_rating_input--classic__360 {
  margin: 16px 0 0;
}

.ts_rating_input--classic__360 .ts-answer-option--rating {
  position: relative;
  height: 60px;
  width: 128px;
  max-width: 128px;
  font-size: 18px;
}

.ts_rating_input--classic__360 .ts-answer-option--rating .ts-osq--label {
  font-weight: 400;
  text-transform: uppercase;
  opacity: 0.5;
  margin: 4px 0 0;
}

.ts_rating_input--classic__360 .ts-answer-option--rating.ts-scale-label--visible .ts-option-no__key-assist {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -5px);
  transform: translate(-50%, -5px);
}

.ts_rating_input--classic__360 .ts-answer-option--rating.highlight {
  color: transparent;
}

.ts_rating_input--classic__360 .ts-answer-option--rating .ts-option-no__key-assist {
  bottom: calc(100% + 10px);
  font-size: 14px;
  min-width: 70%;
  text-transform: none;
  padding: 8px 12px;
}

.ts_rating_input--classic__360 .ts-answer-option--rating .ts-option-no__key-assist:after {
  position: absolute;
  left: 50%;
  margin-left: -6px;
  width: 0;
  bottom: -6px;
  border-top: 6px solid;
  border-top-color: inherit;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: ' ';
}

.ts_multiple_choice__360 .ts-answer-option--choice {
  font-weight: 600;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.ts_multiple_choice__360 .ts-answer-option--choice .ts-option-no {
  margin: 0 12px 0 0;
}

.ts-e360-scale--preview {
  width: 100%;
  margin: 32px 0 0;
}

@media screen and (max-width: 767px) {
  .ts-e360-scale--preview {
    display: none;
  }
}

.ts-e360-scale--preview .ts_rating_input--classic__360 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.ts-e360-scale--preview .ts_rating_input--classic__360 .ts-answer-option--rating {
  height: 80px;
  pointer-events: none;
}

.tensurvey-header__logo-wrap {
  width: 100%;
  height: 75px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tensurvey-header__logo-wrap {
    height: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .tensurvey-header__logo-wrap {
    height: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.tensurvey-header__logo--text-holder {
  width: 100%;
  height: 100%;
}

.tensurvey-header__logo--text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  font-size: 24px;
  line-height: 1.6;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tensurvey-header__logo--text {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .tensurvey-header__logo--text {
    font-size: 18px;
  }
}

.tensurvey-header__logo--image-holder {
  width: 100%;
  height: 100%;
}

.tensurvey-header__logo--image-holder img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
  display: inline-block;
}

.ts_rating_input--nps .ts-answer-option--rating:hover {
  box-shadow: inset 0 0 100px 100px rgba(255,255,255,0.1);
}

.ts-thankyou--header,.ts-thankyou--desc {
  overflow-wrap: break-word;
  word-break: break-word;
  -ms-word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.ts-classic-auth--wrapper {
  height: 100vh;
  height: calc(var(--vh));
  width: 100%;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 48px;
}

.ts-classic-auth--wrapper .ts-branding-logo-new .ts-branding-logo--ss path {
  fill: #393939 !important;
}

@media screen and (max-width: 767px) {
  .ts-classic-auth--wrapper {
    padding: 24px;
  }
}

.ts-classic-auth--wrapper .ts-classic-auth--header {
  margin: 24px 0 0;
  max-width: 100%;
}

.ts-classic-auth--wrapper .ts-classic-auth--header h1,.ts-classic-auth--wrapper .ts-classic-auth--header h3 {
  text-align: center;
}

.ts-classic-auth--wrapper .ts-classic-auth--header h1 {
  font-size: 32px;
  color: #000;
  font-weight: 600;
  margin: 0 0 8px;
}

@media screen and (max-width: 767px) {
  .ts-classic-auth--wrapper .ts-classic-auth--header h1 {
    font-size: 28px;
  }
}

.ts-classic-auth--wrapper .ts-classic-auth--header h3 {
  font-size: 18px;
  font-weight: 400;
  color: #63686F;
}

@media screen and (max-width: 767px) {
  .ts-classic-auth--wrapper .ts-classic-auth--header h3 {
    font-size: 14px;
  }
}

.ts-classic-auth--wrapper .ts-classic-auth--form {
  width: 100%;
  margin: auto;
  padding: 16px 0 48px;
}

.ts-classic-auth--wrapper .ts-classic-auth--form .ts-classic-auth--svg {
  width: 80px;
  height: 80px;
  border: thin solid #EDEDED;
  border-radius: 100px;
  transition: all 0.3s;
  margin: 24px 0;
}

@media screen and (max-width: 767px) {
  .ts-classic-auth--wrapper .ts-classic-auth--form .ts-classic-auth--svg {
    width: 60px;
    height: 60px;
  }
}

.ts-classic-auth--wrapper .ts-classic-auth--form .ts-classic-auth--svg svg path {
  transition: all 0.3s;
}

.ts-classic-auth--wrapper .ts-classic-auth--form .ts-classic-auth--svg.ts-classic-auth--svg-error {
  border-color: #F86060;
}

.ts-classic-auth--wrapper .ts-classic-auth--form .ts-classic-auth--svg.ts-classic-auth--svg-error svg path {
  stroke: #F86060;
}

.ts-classic-auth--wrapper .ts-classic-auth--form .ts-classic-auth--input {
  position: relative;
}

@media screen and (max-width: 767px) {
  .ts-classic-auth--wrapper .ts-classic-auth--form .ts-classic-auth--input {
    width: 90%;
    margin: auto;
  }
}

.ts-classic-auth--wrapper .ts-classic-auth--form .ts-classic-auth--input .ts-button.ts-button__icon-only {
  position: absolute;
  top: 12px;
  right: 12px;
}

.ts-classic-auth--wrapper .ts-classic-auth--form .ts-classic-auth--input .ts-form--input-group .ts-form--input {
  min-width: 264px;
  padding-right: 40px;
}

@media screen and (max-width: 767px) {
  .ts-classic-auth--wrapper .ts-classic-auth--form .ts-classic-auth--input .ts-form--input-group .ts-form--input {
    min-width: 0;
    width: 100%;
  }
}

.ts-classic-auth--wrapper .ts-classic-auth--footer .ts-branding-logo-new .ts-branding-logo--ss,.ts-classic-auth--wrapper .ts-classic-auth--footer .ts-branding-logo-new .ts-branding-logo--text {
  fill: #63686F;
}

.ts-classic-auth--wrapper .ts-classic-auth--footer .ts-branding-logo-new .ts-branding-logo--icon {
  fill: #19B885;
}

.ts-button--loader {
  height: 100%;
  width: 100%;
  border-radius: 2px;
  background-color: inherit;
  position: absolute;
  left: 0;
  top: 0;
}

.ts-button--loader.ts-button--loader__spinner {
  background-color: #fff;
}

.ts-button--loader.ts-button--loader__spinner span {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 50%;
  border: solid 2px rgba(0,0,0,0.2);
  border-top-color: #000;
  border-left-color: #000;
  animation: loading-bar-spinner 600ms linear infinite;
}

@keyframes checkmark__stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes checkmark__scale {
  0%,100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes checkmark__fill {
  100% {
    box-shadow: inset 0px 0px 0px 64px #04bf74;
  }
}

.ts-eui-wrapper--rtl .ts_cl_survey_qstn_wrapper {
  direction: rtl;
}

.ts-eui-wrapper--rtl .tensurvey-survey-form-wrapper .ts_cl_survey_qstn h1,.ts-eui-wrapper--rtl .tensurvey-survey-form-wrapper p {
  direction: rtl;
  text-align: start;
}

.ts-eui-wrapper--rtl .tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.ts-eui-wrapper--rtl .tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.ts-eui-wrapper--rtl .ts_span_wrapper .ts_cl_qstn_action,.ts-eui-wrapper--rtl .ts_span_wrapper .ts-skip-container,.ts-eui-wrapper--rtl .tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item.active .ts_cl_qstn_action {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.ts-eui-wrapper--rtl .tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item.active .ts_cl_qstn_action .ts-primary-action-btn {
  margin: 0 0 0 8px;
}

.ts-eui-wrapper--rtl .tensurvey-survey-container--classic-form .ts_classic_top_bar .ts_classic_top_bar_section_details {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.ts-eui-wrapper--rtl .ts-payment--wrapper h2,.ts-eui-wrapper--rtl h4 {
  direction: rtl;
}

.ts-eui-wrapper--rtl .ts-payment--wrapper {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.ts-eui-wrapper--rtl .ts-payment--wrapper .ts-payment--stripe-info {
  direction: rtl;
}

.ts-eui-wrapper--rtl .upload_wrapper {
  margin-left: auto;
}

.ts-eui-wrapper--rtl .tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_multiple_choice {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.ts-eui-wrapper--rtl .tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_multiple_choice.stacked {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ts-eui-wrapper--rtl .tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_multiple_choice_visual {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.ts-eui-wrapper--rtl .ts-answer-option--picture-choice {
  margin: 0 0 24px 24px;
}

.ts-eui-wrapper--rtl .ts-answer-option--yes-no .ts-choice-content p,.ts-eui-wrapper--rtl .ts-answer-option--picture-choice .ts-choice-content p {
  padding-right: 12px;
}

.ts-eui-wrapper--rtl .ts-answer-option--choice {
  margin: 0 0 16px 16px;
}

.ts-eui-wrapper--rtl .ts-answer-option--choice .ts-answer-option--choice__copy {
  direction: rtl;
  text-align: start;
}

.ts-eui-wrapper--rtl .ts-answer-option--choice .ts-option-no {
  margin: 0 0 0 1.75em;
}

.ts-eui-wrapper--rtl .ts_matrix_container.ts_matrix_container--classic .ts_matrix .ts_matrix_leftside .ts_matrix_column p {
  direction: rtl;
}

.ts-eui-wrapper--rtl .ts_matrix_container.ts_matrix_container--classic .ts_matrix_input.ts_matrix_input--eui input[type="text"] {
  text-align: right;
}

.ts-eui-wrapper--rtl .contact-form-container .contact-form-element .contact-form-item .answer-option--input {
  direction: rtl;
}

.ts-eui-wrapper--rtl .tensurvey-survey-container--classic-form .ts_inline_input_container textarea {
  direction: rtl;
}

.ts-eui-wrapper--rtl .tensurvey-survey-container--classic-form .ts_inline_input_container input {
  direction: rtl;
}

.ts-eui-wrapper--rtl .ts_yesno_container--classic .ts_yesno_item {
  margin: 0 0 0 24px;
}

.ts-eui-wrapper--rtl .tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .date-time-container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.ts-eui-wrapper--rtl .date-time-classic-form-wrapper .date-time-container input {
  text-align: right;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .ts-eui-wrapper--rtl .date-time-classic-form-wrapper .date-time-container input {
    text-align: left;
  }
}

.ts-eui-wrapper--rtl .date-time-classic-form-wrapper .time-wrapper input {
  margin: 0 0 0 16px;
}

.ts-eui-wrapper--rtl .date-time-classic-form-wrapper .am-pm {
  margin: 0 0 0 16px;
}

@media screen and (max-width: 767px) {
  .ts-eui-wrapper--rtl .date-time-classic-form-wrapper .date-time-container input[type=time] {
    margin: 0 0 0 16px;
  }
}

.ts-eui-wrapper--rtl .dropdown-container .Select-option {
  direction: rtl;
}

.ts-eui-wrapper--rtl .ts-option--rank-order {
  direction: rtl;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.ts-eui-wrapper--rtl .ts-option--rank-order svg {
  margin: 0 auto 0 0;
}

.ts-eui-wrapper--rtl .ts-option--rank-order span {
  margin: 0;
}

.ts-eui-wrapper--rtl .ts-option--rank-order p {
  margin: 0 16px;
}

.ts-eui-wrapper--rtl .helper-msgs-container {
  right: 0;
  left: auto;
}

.ts-eui-wrapper--rtl .ts-constant-sum-wrapper.ts-constant-sum-slider-wrapper .ts-constant-sum-slider h5 {
  width: 100%;
  direction: rtl;
}

.ts-eui-wrapper--rtl .ts-phone-number--wrapper {
  direction: rtl;
}

.ts-eui-wrapper--rtl .ts-phone-number--wrapper .ts-phone-number--flag svg {
  margin: 0 6px 0 0;
}

.ts-eui-wrapper--rtl .ts-phone-number--wrapper .ts-button--dropdown ul {
  left: auto;
  right: 0;
}

.ts-eui-wrapper--rtl .ts-phone-number--wrapper .ts-button--dropdown ul .ts-phone-number--list .ts-country--info .flag-icon {
  margin: 0 0 0 8px;
}

.ts-eui-wrapper--rtl .ts_cl_survey_submit_resp_btn_wrapper {
  direction: rtl;
}

.ts-eui-wrapper--rtl .ts_cl_survey_submit_resp_btn_wrapper a {
  margin: 0 0 0 8px;
}

.ts-eui-wrapper--rtl .ts_cl_survey_submit_resp_btn_wrapper a svg {
  margin: 0 20px 0 0;
}

@media screen and (max-width: 767px) {
  .ts-eui-wrapper--rtl .ts_cl_survey_submit_resp_btn_wrapper {
    text-align: right;
  }

  .ts-eui-wrapper--rtl .ts_cl_survey_submit_resp_btn_wrapper a {
    margin: 0;
  }

  .ts-eui-wrapper--rtl .tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_matrix_container .ts_matrix_mobile .ts_matrix_option_item p {
    flex-grow: 1;
    direction: rtl;
    margin: 0 16px 0 0;
  }
}
