html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * OLD: Improve readability when focused and also mouse hovered in all browsers.
 * Improve accessibility by keeping outline 
 */
/* 
a:active,
a:hover {
  outline: 0;
} */
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  padding: 0;
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}
.messenger-icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: -0.125em;
}
button,
.btn,
.btn-link,
.btn-apply {
  -webkit-font-smoothing: antialiased;
  border-radius: 3px;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: 15px 35px;
  text-decoration: none;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-radius: 40px;
  font-size: 14px;
  letter-spacing: 2px;
}

button:disabled,
.btn:disabled,
.btn-link:disabled,
.btn-apply:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-align: center;
  text-rendering: optimizeLegibility;
  line-height: 1.25;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: normal;
  word-break: break-word;
  -ms-word-break: break-word;
}

h1 {
  font-size: 35px;
  line-height: 1.25;
  word-wrap: break-word;
}

h2 {
  font-size: 30px;
  margin-bottom: 0.375em;
}

h3 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 0.75em;
  line-height: 29px;
}

h4 {
  font-size: 26.25px;
}

h5 {
  font-size: 21px;
}

h6 {
  font-size: 16.1532px;
  font-weight: normal;
  text-transform: uppercase;
}

p {
  margin: 0 0 0.75em;
}

b,
strong {
  font-weight: bold;
}

a {
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

hr {
  border-bottom: 1px solid #dce0e4;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
  height: auto !important;
}

blockquote {
  border-left: 2px solid #dce0e4;
  margin: 1.5em 0;
  padding-left: 0.75em;
}

cite {
  font-style: italic;
}

cite:before {
  content: "\2014 \00A0";
}

address {
  font-style: normal;
}

figcaption {
  font-style: italic;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0 0 1.5em 0;
}

input,
label,
select {
  display: block;
  font-size: 21px;
}

label {
  margin-bottom: 0.375em;
  font-weight: bold;
}

label abbr {
  display: none;
}

textarea,
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input:not([type]),
select[multiple="multiple"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-bottom: 1.5em;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  background-color: #fff;
  padding: 0.75em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(0, 0, 0, 0.8);
  font-size: 21px;
  width: 100%;
  -webkit-transition: border-color;
  transition: border-color;
}

textarea::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, select[multiple="multiple"]::-webkit-input-placeholder {
  color: rgba(38, 38, 38, 0.8);
  opacity: 1;
}

textarea::-moz-placeholder, input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input:not([type])::-moz-placeholder, select[multiple="multiple"]::-moz-placeholder {
  color: rgba(38, 38, 38, 0.8);
  opacity: 1;
}

textarea:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, select[multiple="multiple"]:-ms-input-placeholder {
  color: rgba(38, 38, 38, 0.8);
  opacity: 1;
}

textarea::-ms-input-placeholder, input[type="color"]::-ms-input-placeholder, input[type="date"]::-ms-input-placeholder, input[type="datetime"]::-ms-input-placeholder, input[type="datetime-local"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="month"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="text"]::-ms-input-placeholder, input[type="time"]::-ms-input-placeholder, input[type="url"]::-ms-input-placeholder, input[type="week"]::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, select[multiple="multiple"]::-ms-input-placeholder {
  color: rgba(38, 38, 38, 0.8);
  opacity: 1;
}

textarea::placeholder,
input[type="color"]::placeholder,
input[type="date"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="email"]::placeholder,
input[type="month"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="time"]::placeholder,
input[type="url"]::placeholder,
input[type="week"]::placeholder,
input:not([type])::placeholder,
select[multiple="multiple"]::placeholder {
  color: rgba(38, 38, 38, 0.8);
  opacity: 1;
}

textarea {
  resize: vertical;
}

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

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}

.input.file {
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  height: 58px;
}

.input.file input[type="file"] {
  opacity: 0;
  cursor: pointer;
  height: 100%;
}

.input.file label {
  margin-bottom: 0;
  text-align: center;
  line-height: 56px;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

.error_notification {
  text-align: center;
  color: #6b010e;
  border-top: 5px solid #d0021b;
  background-color: #fea0ab;
  width: 100%;
  padding: 1em;
  margin-bottom: 2em;
}

.error_notification__error-list {
  padding-left: 1.5em;
  text-align: left;
  list-style-type: initial;
}

.label-optional {
  font-size: 14px;
}

.field-with-errors {
  margin-bottom: 1.5em;
}

.field-with-errors input,
.field-with-errors textarea {
  margin-bottom: 0;
  border-color: #d0021b;
}

.field-with-errors input:hover,
.field-with-errors input:active,
.field-with-errors input:focus,
.field-with-errors textarea:hover,
.field-with-errors textarea:active,
.field-with-errors textarea:focus {
  border-color: #d0021b;
}

.field-with-errors .error {
  color: #d0021b;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: bold;
}
table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #b1bac3;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #dce0e4;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

dl {
  margin-bottom: 0.75em;
}

dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}

dl dd {
  margin: 0;
}
button,
.btn,
.btn-link,
.btn-apply {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.btn-link {
  max-width: 90%;
  padding: 18px 50px 18px 30px;
  position: relative;
}

.btn-link span {
  display: block;
  line-height: normal;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
}

.btn-link:after {
  content: "";
  position: absolute;
  top: 28px;
  right: 15px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.6 4.6 7.2 6l6 6-6 6 1.4 1.4L16 12z'/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.6 4.6 7.2 6l6 6-6 6 1.4 1.4L16 12z'/%3E%3C/svg%3E")
    center / contain no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-link:hover:after {
  right: 10px;
}

.btn-apply,
.btn-apply[type="submit"] {
  border: none;
  border-radius: 3px;
  font-size: 14px;
  padding: 20px 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
body.mobile,
html.mobile {
  height: 100%;
}

.hidden {
  display: none;
}

#messenger-frame {
  position: fixed;
  right: 0;
  bottom: 45px;
  left: 0;
  z-index: 97;
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  height: 600px;
  min-height: 0;
}

.chat {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: space-between;
      align-items: space-between;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.29);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.29);
  width: 100vw;
  max-width: 600px;
  height: 100vh;
  max-height: 100vh;
  font-size: 16px;
}

.chat__nav {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  z-index: 10;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.34);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.34);
  background-color: #314253;
  padding: 20px;
  line-height: 18px;
  color: #fff;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.chat__nav__picture {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.chat__nav__header {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-right: 10px;
  padding-left: 10px;
}

.chat__nav__header__title {
  margin-top: 2px;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}

.chat__nav__signout {
  position: relative;
}

.chat__nav__signout a {
  color: #fff;
  font-size: 12px;
}

.chat__nav__signout__dropdown {
  position: absolute;
  top: 25px;
  right: 0;
  width: 100px;
  text-align: right;
}

.chat__nav__signout__dropdown-trigger {
  cursor: pointer;
}

.chat__dialog {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: column;
      flex-flow: column;
  background-color: #fff;
  padding: 20px;
  overflow: auto;
  font-weight: 400;
}

.chat__dialog > .chat__dialog__divider {
  display: none;
}

.chat__dialog > .chat__dialog__divider ~ .chat__dialog__divider {
  display: -ms-flexbox;
  display: flex;
}

.chat__dialog ul,
.chat__dialog ol {
  margin-bottom: 5px;
  padding-left: 20px;
}

.chat__dialog ul {
  list-style-type: initial;
}

.chat__dialog ol {
  list-style-type: decimal;
}

.chat__dialog__divider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  clear: both;
  margin-top: 20px;
  margin-right: -20px;
  margin-bottom: 20px;
  margin-left: -20px;
  min-width: 100%;
}

.chat__dialog__divider .chat__dialog__divider__line {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  border-bottom: 1px solid #f3f4f5;
}

.chat__dialog__divider .chat__dialog__divider__text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 10px;
  padding-left: 10px;
  color: #314253;
  font-size: 14px;
  font-weight: 600;
}

.chat__message {
  position: relative;
  float: left;
  clear: both;
  z-index: 1;
  margin-bottom: 32px;
  padding: 15px;
  min-width: 50%;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 16px;
  word-break: break-word;
}

.chat__message.chat__message--received {
  float: left;
  margin-right: 10%;
  border-radius: 8px;
  border-bottom-left-radius: 0;
  background: #eeeeee;
  color: rgba(0, 0, 0, 0.8);
}

.chat__message.chat__message--sent {
  float: right;
  margin-left: 10%;
  border-radius: 8px;
  border-bottom-right-radius: 0;
  background-color: #314253;
  color: #fff;
}

.chat__message.chat__message--sent a {
  text-decoration: underline;
  color: #fff;
}

.chat__message.chat__message--auto {
  float: left;
  margin-right: 10%;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  border-bottom-left-radius: 0;
  background: transparent;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8);
}

.chat__message.chat__message--error {
  border: 1px solid #ad7313;
}

.chat__message.chat__message--error:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-color: #ad7313;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' d='M12 2 1 21h22L12 2zm-1 6h2l-.5 7h-1L11 8zm1 9.2a1.2 1.2 0 1 1 0 2.4 1.2 1.2 0 0 1 0-2.4z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' d='M12 2 1 21h22L12 2zm-1 6h2l-.5 7h-1L11 8zm1 9.2a1.2 1.2 0 1 1 0 2.4 1.2 1.2 0 0 1 0-2.4z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.chat__message.chat__message--emoji-only {
  background: none !important;
  line-height: 64px;
  font-size: 64px;
}

.chat__message.chat__message--emoji-only p {
  margin: 0;
}

.chat__message img {
  display: block;
  max-height: 200px;
}

.chat__message strong {
  color: inherit;
  font-weight: 600;
}

.chat__message a {
  text-decoration: underline;
  color: #477dca;
}

.chat__message a:not(.smart-link):before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 3px;
  vertical-align: -0.125em;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M10 14a4 4 0 0 0 5.7 0l3-3a4 4 0 0 0-5.7-5.7l-1.5 1.5M14 10a4 4 0 0 0-5.7 0l-3 3a4 4 0 0 0 5.7 5.7l1.5-1.5'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M10 14a4 4 0 0 0 5.7 0l3-3a4 4 0 0 0-5.7-5.7l-1.5 1.5M14 10a4 4 0 0 0-5.7 0l-3 3a4 4 0 0 0 5.7 5.7l1.5-1.5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.chat__message a.smart-link {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 8px;
  background-color: #fff;
  padding: 10px 32px 10px 10px;
  min-width: 280px;
  text-decoration: none;
  color: #34353a !important;
}

.chat__message a.smart-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.6 4.6 7.2 6l6 6-6 6 1.4 1.4L16 12z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.6 4.6 7.2 6l6 6-6 6 1.4 1.4L16 12z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.chat__message a.smart-link .smart-link__img {
  margin-right: 8px;
  border-radius: 8px;
  width: 40px;
  height: 40px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.chat__message p:last-of-type {
  margin-bottom: 0;
}

.chat__message figure {
  margin: 8px 0;
}

.chat__message__subject {
  margin-bottom: 8px;
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.chat__message__author {
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
}

.chat__message__form {
  margin-top: 10px;
}

.chat__message__form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}

input.chat__message__input {
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid #dce0e4;
  border-right: none;
  border-radius: 4px 0 0 4px;
  background-color: transparent;
  padding: 5px 10px;
  height: 40px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
}

input.chat__message__input:focus {
  border-color: #566775;
}

input.chat__message__input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
}

input.chat__message__input::-moz-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
}

input.chat__message__input:-ms-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
}

input.chat__message__input::-ms-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
}

input.chat__message__input::placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
}

input.chat__message__input ::-moz-placeholder {
  opacity: 1;
}

.chat__message__btn {
  display: inline-block;
  border: 1px solid #566775;
  border-left: none;
  border-radius: 0 4px 4px 0;
  background: #566775;
  padding: 5px 20px;
  height: 40px;
  line-height: 12px;
  color: #fff;
  font-size: 24px;
}

.chat__message__feedback {
  font-size: 12px;
}

.chat__compose .chat__compose__input {
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: #f3f4f5;
  padding: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 16px;
  font-weight: normal;
}

.chat__compose .chat__compose__input::-webkit-input-placeholder {
  color: #a0a8af;
}

.chat__compose .chat__compose__input::-moz-placeholder {
  color: #a0a8af;
}

.chat__compose .chat__compose__input:-ms-input-placeholder {
  color: #a0a8af;
}

.chat__compose .chat__compose__input::-ms-input-placeholder {
  color: #a0a8af;
}

.chat__compose .chat__compose__input::placeholder {
  color: #a0a8af;
}

.chat__compose .chat__compose__input ::-moz-placeholder {
  opacity: 1;
}

.error__retry {
  float: right;
  clear: both;
  margin-top: -30px;
  color: #d0021b;
  font-size: 12px;
}

.error__retry a {
  text-decoration: underline;
  color: #d0021b;
}

.error__retry a.disabled {
  color: #999;
}

.messenger .chat__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  height: 100vh;
  max-height: 100vh;
}

.messenger .chat-brand {
  position: absolute;
  top: 45%;
  background: url(//assets-aws.teamtailor-cdn.com/assets/tt-logo-chat-mobile@3x-b3f84e2355b88e73a50a7d54f54266a9ae7f6785d563b66dce67bc6df298832e.png) center 20px/126px 31px no-repeat;
  width: 100%;
  height: 55px;
  text-align: center;
  color: #dadada;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.messenger .chat-brand--hidden {
  position: absolute;
  text-indent: -99999px;
}

.messenger__iframed {
  background-color: transparent;
}

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

.messenger__iframed .chat__wrapper {
  margin: 20px 20px 80px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.18), 0 7px 22px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.18), 0 7px 22px 0 rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.messenger__iframed .chat-brand {
  position: absolute;
  top: auto;
  right: calc(50% - 148px / 2);
  bottom: 30px;
  opacity: 0.8;
  z-index: 97;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.18), 0 7px 22px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.18), 0 7px 22px 0 rgba(0, 0, 0, 0.22);
  background: #fff url(//assets-aws.teamtailor-cdn.com/assets/tt-logo-chat@2x-cd55ba7b1f9c2e8584c3a9b6f3fe25b9da45fa91af2e26426f350931008c2b52.png) 78px 4px/55px 14px no-repeat;
  padding: 4px 12px;
  width: 148px;
  height: auto;
  text-align: left;
  text-shadow: 0 1px 0 white;
  color: #566775;
}
#messenger-launcher-frame {
  position: fixed;
  right: 0;
  bottom: 10px;
  z-index: 98;
  margin-top: 0;
  max-width: 600px;
  height: 0;
  min-height: 0;
}

.messenger-launcher {
  background: transparent;
  font-size: 16px;
  min-height: 100%;
}

.launcher-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.launcher-container.launcher-container--with-greeting {
  width: 300px;
}

.video-expanded--mobile .launcher-container {
  padding: 0;
}

.video-container {
  position: relative;
  -ms-flex-pack: center;
      justify-content: center;
}

.video-container.slide-in {
  -webkit-animation: slide-in 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
          animation: slide-in 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.messenger-launcher:not(.video-expanded--mobile) .video-container {
  margin-bottom: 20px;
  margin-top: 10px;
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.video-expanded--mobile .video-container {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: hidden;
  max-width: 100%;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}

.video-container .video-wrapper {
  cursor: pointer;
  width: calc(100% * 9 / 16);
  min-width: 100px;
  height: 100%;
  position: relative;
}

.messenger-launcher:not(.mobile) .video-container .video-wrapper {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.landscape .video-container .video-wrapper {
  padding-top: unset !important;
  overflow: unset !important;
}

.landscape.video-expanded--mobile .video-container .video-wrapper {
  width: calc(100dvh * 9 / 16) !important;
  height: 100dvh !important;
}

.messenger-launcher:not(.mobile):not(.video-expanded)
  .video-container
  .video-wrapper:hover {
  width: 160px !important;
  height: 284px !important;
}

.video-container .video-wrapper:hover .video-controls-left-side {
  display: -ms-flexbox !important;
  display: flex !important;
}

.video-container .video-wrapper .video-controls {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  left: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.messenger-launcher.video-expanded--mobile
  .video-container
  .video-wrapper
  .video-controls {
  height: 80px;
}

.messenger-launcher.mobile:not(.video-expanded--mobile)
  .video-container
  .video-wrapper
  .video-controls {
  display: none;
}

.messenger-launcher:not(.video-expanded--mobile)
  .video-container
  .video-wrapper
  .video-controls {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  left: 4px;
  top: 4px;
  width: calc(100% - 8px);
}

.video-container .video-wrapper .video-controls .ctrl-btn {
  cursor: pointer;
  border: none;
  background: transparent;
  width: 40px;
  height: 40px;
  z-index: 1;
  padding: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.messenger-launcher:not(.mobile)
  .video-container
  .video-wrapper
  .video-controls
  .ctrl-btn {
  opacity: 0.9;
}

.messenger-launcher:not(.mobile)
  .video-container
  .video-wrapper
  .video-controls
  .ctrl-btn:hover {
  opacity: 1;
}

.video-container .video-wrapper .video-controls .ctrl-btn--sound {
  padding-right: 0px;
}

.video-container
  .video-wrapper
  .video-controls
  .ctrl-btn--sound
  .video-muted-icon {
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  width: 20px;
}

.video-container
  .video-wrapper
  .video-controls
  .ctrl-btn--sound
  .video-sound-icon {
  height: 22px;
  width: 22px;
  display: none;
}

.video-container .video-wrapper .video-controls .ctrl-btn--restart {
  padding-left: 0px;
}

.video-container .video-wrapper .video-controls .ctrl-btn--restart svg {
  width: 17px;
  height: 17px;
}

.video-container .video-wrapper .video-controls .ctrl-btn--close-mobile {
  display: none;
  padding: 10px;
}

.video-container .video-wrapper .video-controls .ctrl-btn--close-mobile svg {
  width: 20px;
  height: 20px;
}

.video-container .video-wrapper .video-controls .video-controls-left-side {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.messenger-launcher:not(.mobile)
  .video-container
  .video-wrapper
  .video-controls
  .video-controls-left-side {
  display: none;
}

.video-expanded--mobile:not(.landscape)
  .video-container
  .video-wrapper
  .video-controls
  .video-controls-left-side {
  gap: 10px;
  padding-left: 8px;
  padding-top: 4px;
}

.video-expanded--mobile:not(.landscape)
  .video-container
  .video-wrapper
  .video-controls
  .video-controls-right-side {
  padding-right: 8px;
  padding-top: 4px;
}

.portrait.video-expanded--mobile .video-container .video-wrapper {
  position: relative;
  width: 100dvh !important;
  height: 100dvh !important;
  overflow: hidden;
}

.video-container .video-wrapper .progress-bar {
  background: rgba(128, 128, 128, 0.3);
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
}

.video-container .video-wrapper .progress-bar .progress {
  height: 100%;
  background: white;
}

.video-container .video-wrapper .video-player {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.messenger-launcher:not(.video-expanded--mobile)
  .video-container
  .video-wrapper
  .video-player {
  background-color: white;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.28), 0 7px 22px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.28), 0 7px 22px 0 rgba(0, 0, 0, 0);
  border: 4px solid white;
  border-radius: 10px;
}

.video-container .video-wrapper .video-tag {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.video-expanded--mobile .video-container .video-wrapper .video-tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.landscape .video-container .video-wrapper .video-tag {
  position: unset !important;
  top: unset !important;
  left: unset !important;
}

.video-container
  .video-wrapper
  .video-tag::-internal-media-controls-overlay-cast-button {
  display: none;
}

.video-container .video-wrapper .button-wrapper {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.video-container .video-wrapper .button-wrapper .question-button {
  width: 95%;
  background-color: #ff79c6;
  color: white;
  font-size: 9px;
  font-family: "Inter", sans-serif;
  padding: 6px 10px;
  border: none;
  z-index: 10;
  font-weight: 500;
  margin-bottom: 20px;
}

.video-container .video-wrapper .video-close-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -7px;
  right: -7px;
  border-radius: 50%;
  padding: 0;
  border: 0;
  font-size: 24px;
  letter-spacing: 0;
  background: #28282b;
  height: 28px;
  width: 28px;
  color: #fff;
  -webkit-box-shadow: -1px 1px 1px 0px rgba(0, 0, 0, 0.25);
          box-shadow: -1px 1px 1px 0px rgba(0, 0, 0, 0.25);
}

.video-container .video-wrapper .video-close-button svg {
  width: 18px;
  height: 18px;
}

.video-container .video-wrapper .video-close-button:hover {
  background: #000000;
}

.video-expanded--mobile .video-container .video-wrapper .video-close-button {
  display: none;
}

.video-container .video-wrapper .video-play-status {
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  opacity: 0;
  z-index: 1;
}

.video-container .video-wrapper .video-play-status svg {
  width: 28px;
  height: 28px;
}

.video-container .video-wrapper .quick-show {
  -webkit-animation: pulse 0.8s ease-in-out;
          animation: pulse 0.8s ease-in-out;
}

.messenger-btn,
.messenger-close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.28), 0 7px 22px 0 rgba(0, 0, 0, 0.28);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.28), 0 7px 22px 0 rgba(0, 0, 0, 0.28);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  width: 70px;
  height: 70px;
  color: #fff;
}

.messenger-btn .messenger-btn-icon,
.messenger-close .messenger-btn-icon {
  font-size: 25px;
}

.messenger-btn.hidden,
.messenger-close.hidden {
  display: none;
}

.messenger-btn .messenger-unread,
.messenger-close .messenger-unread {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

.messenger-btn .messenger-pulse,
.messenger-close .messenger-pulse {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.messenger-btn .messenger-pulse--bg,
.messenger-close .messenger-pulse--bg {
  top: 1px;
  left: 1px;
  -webkit-animation: pulse-bg 2s infinite;
          animation: pulse-bg 2s infinite;
  z-index: 5;
  -webkit-box-shadow: 0 0 0 0 rgba(var(--company-button-bg-color), 1);
          box-shadow: 0 0 0 0 rgba(var(--company-button-bg-color), 1);
  background: rgba(var(--company-button-bg-color), 1);
  width: 16px;
  height: 16px;
}

.messenger-btn .messenger-pulse--text,
.messenger-close .messenger-pulse--text {
  -webkit-animation: pulse-text 2s infinite;
          animation: pulse-text 2s infinite;
  z-index: 10;
  -webkit-box-shadow: 0 0 0 0 rgba(var(--company-button-text-color), 1);
          box-shadow: 0 0 0 0 rgba(var(--company-button-text-color), 1);
  background: rgba(var(--company-button-text-color), 1);
}

.messenger-greeting:hover .messenger-greeting__dismiss {
  opacity: 1;
}

.messenger-greeting__message {
  font-weight: normal;
  border-radius: 3px;
  background: #fff;
  max-width: 100%;
  padding: 10px 20px;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 20px;
  clear: both;
  cursor: pointer;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.28), 0 7px 22px 0 rgba(0, 0, 0, 0.28);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.28), 0 7px 22px 0 rgba(0, 0, 0, 0.28);
  min-width: 140px;
}

.messenger-greeting__message p {
  margin-bottom: 10px;
}

.messenger-greeting__message p:last-child {
  margin-bottom: 0;
}

.messenger-greeting__message.hidden {
  display: none;
}

.mobile .messenger-greeting__dismiss {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 24px;
  opacity: 1;
  right: 3px;
  top: 38px;
}

.messenger-greeting__dismiss {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  right: -5px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  height: 30px;
  width: 30px;
  color: #fff;
  margin-bottom: 5px;
  float: right;
  opacity: 0;
  -webkit-transition: opacity ease-in 0.1s;
  transition: opacity ease-in 0.1s;
  cursor: pointer;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.28), 0 7px 22px 0 rgba(0, 0, 0, 0.28);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.28), 0 7px 22px 0 rgba(0, 0, 0, 0.28);
}

.messenger-greeting__dismiss:hover {
  background: black;
}

@-webkit-keyframes pulse-text {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--company-button-text-color), 0.7);
            box-shadow: 0 0 0 0 rgba(var(--company-button-text-color), 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(var(--company-button-text-color), 0);
            box-shadow: 0 0 0 10px rgba(var(--company-button-text-color), 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--company-button-text-color), 0);
            box-shadow: 0 0 0 0 rgba(var(--company-button-text-color), 0);
  }
}

@keyframes pulse-text {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--company-button-text-color), 0.7);
            box-shadow: 0 0 0 0 rgba(var(--company-button-text-color), 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(var(--company-button-text-color), 0);
            box-shadow: 0 0 0 10px rgba(var(--company-button-text-color), 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--company-button-text-color), 0);
            box-shadow: 0 0 0 0 rgba(var(--company-button-text-color), 0);
  }
}

@-webkit-keyframes pulse-bg {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--company-button-bg-color), 0.7);
            box-shadow: 0 0 0 0 rgba(var(--company-button-bg-color), 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(var(--company-button-bg-color), 0);
            box-shadow: 0 0 0 10px rgba(var(--company-button-bg-color), 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--company-button-bg-color), 0);
            box-shadow: 0 0 0 0 rgba(var(--company-button-bg-color), 0);
  }
}

@keyframes pulse-bg {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--company-button-bg-color), 0.7);
            box-shadow: 0 0 0 0 rgba(var(--company-button-bg-color), 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(var(--company-button-bg-color), 0);
            box-shadow: 0 0 0 10px rgba(var(--company-button-bg-color), 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--company-button-bg-color), 0);
            box-shadow: 0 0 0 0 rgba(var(--company-button-bg-color), 0);
  }
}

@-webkit-keyframes slide-in {
  0% {
    right: -500px;
  }
  100% {
    right: 0px;
  }
}

@keyframes slide-in {
  0% {
    right: -500px;
  }
  100% {
    right: 0px;
  }
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@keyframes pulse {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.spinner {
  width: 100%;
  text-align: center;
  padding-top: 130px;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #477dca;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner--medium > div {
  width: 6px;
  height: 6px;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*
 * Career-site message widget stylesheet (jobsite). The require order below is the
 * order the Sass @import chain used, and later files still rely on overriding
 * earlier ones -- keep it as is unless you check the cascade.
 *
 * Values are literal: this bundle is served by Sprockets with no PostCSS, so
 * there is no Tailwind theme to read from here.
 *











 */
