/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
div.design2 html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
div.design2 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.
 */
div.design2 article,
div.design2 aside,
div.design2 details,
div.design2 figcaption,
div.design2 figure,
div.design2 footer,
div.design2 header,
div.design2 hgroup,
div.design2 main,
div.design2 menu,
div.design2 nav,
div.design2 section,
div.design2 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.
 */
div.design2 audio,
div.design2 canvas,
div.design2 progress,
div.design2 video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
div.design2 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/10/11, Safari, and Firefox < 22.
 */
div.design2 [hidden],
div.design2 template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
div.design2 a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
div.design2 a:active,
div.design2 a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
div.design2 abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
div.design2 b,
div.design2 strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
div.design2 dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
div.design2 h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
div.design2 mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
div.design2 small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
div.design2 sub,
div.design2 sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
div.design2 sup {
  top: -0.5em;
}
div.design2 sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
div.design2 img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
div.design2 svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
div.design2 figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
div.design2 hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
div.design2 pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
div.design2 code,
div.design2 kbd,
div.design2 pre,
div.design2 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.
 */
div.design2 button,
div.design2 input,
div.design2 optgroup,
div.design2 select,
div.design2 textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
div.design2 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.
 */
div.design2 button,
div.design2 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.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
div.design2 button,
div.design2 html input[type="button"],
div.design2 input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
div.design2 button[disabled],
div.design2 html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
div.design2 button::-moz-focus-inner,
div.design2 input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
div.design2 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.
 */
div.design2 input[type="checkbox"],
div.design2 input[type="radio"] {
  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`.
 */
div.design2 input[type="number"]::-webkit-inner-spin-button,
div.design2 input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
div.design2 input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * 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).
 */
div.design2 input[type="search"]::-webkit-search-cancel-button,
div.design2 input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
div.design2 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.
 */
div.design2 legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
div.design2 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.
 */
div.design2 optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
div.design2 table {
  border-collapse: collapse;
  border-spacing: 0;
}
div.design2 td,
div.design2 th {
  padding: 0;
}

@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
div.design2 [class^="w-icon-"],
div.design2 [class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div.design2 .w-icon-slider-right:before {
  content: "\e600";
}
div.design2 .w-icon-slider-left:before {
  content: "\e601";
}
div.design2 .w-icon-nav-menu:before {
  content: "\e602";
}
div.design2 .w-icon-arrow-down:before,
div.design2 .w-icon-dropdown-toggle:before {
  content: "\e603";
}
div.design2 .w-icon-file-upload-remove:before {
  content: "\e900";
}
div.design2 .w-icon-file-upload-icon:before {
  content: "\e903";
}
div.design2 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.design2 html {
  height: 100%;
}
div.design2 body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
div.design2 img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
div.design2 html.w-mod-touch * {
  background-attachment: scroll !important;
}
div.design2 .w-block {
  display: block;
}
div.design2 .w-inline-block {
  max-width: 100%;
  display: inline-block;
}
div.design2 .w-clearfix:before,
div.design2 .w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
div.design2 .w-clearfix:after {
  clear: both;
}
div.design2 .w-hidden {
  display: none;
}
div.design2 .w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
div.design2 input.w-button {
  -webkit-appearance: button;
}
div.design2 html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
div.design2 .w-webflow-badge,
div.design2 .w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1.0;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
div.design2 .w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1.0 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
div.design2 .w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
div.design2 h1,
div.design2 h2,
div.design2 h3,
div.design2 h4,
div.design2 h5,
div.design2 h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
div.design2 h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
div.design2 h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
div.design2 h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
div.design2 h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
div.design2 h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
div.design2 h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
div.design2 p {
  margin-top: 0;
  margin-bottom: 10px;
}
div.design2 blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
div.design2 figure {
  margin: 0;
  margin-bottom: 10px;
}
div.design2 figcaption {
  margin-top: 5px;
  text-align: center;
}
div.design2 ul,
div.design2 ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
div.design2 .w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
div.design2 .w-embed:before,
div.design2 .w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
div.design2 .w-embed:after {
  clear: both;
}
div.design2 .w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
div.design2 .w-video iframe,
div.design2 .w-video object,
div.design2 .w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.design2 fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
div.design2 button,
div.design2 html input[type="button"],
div.design2 input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
div.design2 .w-form {
  margin: 0 0 15px;
}
div.design2 .w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
div.design2 .w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
div.design2 .send-invite-success {
  display: block;
  margin-top: 10px;
  padding: 10px;
}
div.design2 .send-invite-fail {
  display: block;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
div.design2 label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
div.design2 .w-input,
div.design2 .w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
div.design2 .w-input:-moz-placeholder,
div.design2 .w-select:-moz-placeholder {
  color: #999;
}
div.design2 .w-input::-moz-placeholder,
div.design2 .w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
div.design2 .w-input:-ms-input-placeholder,
div.design2 .w-select:-ms-input-placeholder {
  color: #999;
}
div.design2 .w-input::-webkit-input-placeholder,
div.design2 .w-select::-webkit-input-placeholder {
  color: #999;
}
div.design2 .w-input:focus,
div.design2 .w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
div.design2 .w-input[disabled],
div.design2 .w-select[disabled],
div.design2 .w-input[readonly],
div.design2 .w-select[readonly],
div.design2 fieldset[disabled] .w-input,
div.design2 fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
div.design2 textarea.w-input,
div.design2 textarea.w-select {
  height: auto;
}
div.design2 .w-select {
  background-color: #f3f3f3;
}
div.design2 .w-select[multiple] {
  height: auto;
}
div.design2 .w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
div.design2 .w-checkbox,
div.design2 .w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
div.design2 .w-checkbox:before,
div.design2 .w-radio:before,
div.design2 .w-checkbox:after,
div.design2 .w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
div.design2 .w-checkbox:after,
div.design2 .w-radio:after {
  clear: both;
}
div.design2 .w-checkbox-input,
div.design2 .w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
div.design2 .w-radio-input {
  margin-top: 3px;
}
div.design2 .w-file-upload {
  display: block;
  margin-bottom: 10px;
}
div.design2 .w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
div.design2 .w-file-upload-default,
div.design2 .w-file-upload-uploading,
div.design2 .w-file-upload-success {
  display: inline-block;
  color: #333333;
}
div.design2 .w-file-upload-error {
  display: block;
  margin-top: 10px;
}
div.design2 .w-file-upload-default.w-hidden,
div.design2 .w-file-upload-uploading.w-hidden,
div.design2 .w-file-upload-error.w-hidden,
div.design2 .w-file-upload-success.w-hidden {
  display: none;
}
div.design2 .w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
div.design2 .w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
div.design2 .w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
div.design2 .w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
div.design2 .w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
div.design2 .w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
div.design2 .w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
div.design2 .w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
div.design2 .w-icon-file-upload-icon,
div.design2 .w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
div.design2 .w-icon-file-upload-uploading {
  height: 20px;
}
div.design2 .w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
div.design2 .w-container:before,
div.design2 .w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
div.design2 .w-container:after {
  clear: both;
}
div.design2 .w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
div.design2 .w-row:before,
div.design2 .w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
div.design2 .w-row:after {
  clear: both;
}
div.design2 .w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
div.design2 .w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
div.design2 .w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
div.design2 .w-col-1 {
  width: 8.33333333%;
}
div.design2 .w-col-2 {
  width: 16.66666667%;
}
div.design2 .w-col-3 {
  width: 25%;
}
div.design2 .w-col-4 {
  width: 33.33333333%;
}
div.design2 .w-col-5 {
  width: 41.66666667%;
}
div.design2 .w-col-6 {
  width: 50%;
}
div.design2 .w-col-7 {
  width: 58.33333333%;
}
div.design2 .w-col-8 {
  width: 66.66666667%;
}
div.design2 .w-col-9 {
  width: 75%;
}
div.design2 .w-col-10 {
  width: 83.33333333%;
}
div.design2 .w-col-11 {
  width: 91.66666667%;
}
div.design2 .w-col-12 {
  width: 100%;
}
div.design2 .w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  div.design2 .w-container {
    max-width: 728px;
  }
  div.design2 .w-hidden-main {
    display: inherit !important;
  }
  div.design2 .w-hidden-medium {
    display: none !important;
  }
  div.design2 .w-col-medium-1 {
    width: 8.33333333%;
  }
  div.design2 .w-col-medium-2 {
    width: 16.66666667%;
  }
  div.design2 .w-col-medium-3 {
    width: 25%;
  }
  div.design2 .w-col-medium-4 {
    width: 33.33333333%;
  }
  div.design2 .w-col-medium-5 {
    width: 41.66666667%;
  }
  div.design2 .w-col-medium-6 {
    width: 50%;
  }
  div.design2 .w-col-medium-7 {
    width: 58.33333333%;
  }
  div.design2 .w-col-medium-8 {
    width: 66.66666667%;
  }
  div.design2 .w-col-medium-9 {
    width: 75%;
  }
  div.design2 .w-col-medium-10 {
    width: 83.33333333%;
  }
  div.design2 .w-col-medium-11 {
    width: 91.66666667%;
  }
  div.design2 .w-col-medium-12 {
    width: 100%;
  }
  div.design2 .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  div.design2 .w-hidden-main {
    display: inherit !important;
  }
  div.design2 .w-hidden-medium {
    display: inherit !important;
  }
  div.design2 .w-hidden-small {
    display: none !important;
  }
  div.design2 .w-row,
  div.design2 .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  div.design2 .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  div.design2 .w-col-small-1 {
    width: 8.33333333%;
  }
  div.design2 .w-col-small-2 {
    width: 16.66666667%;
  }
  div.design2 .w-col-small-3 {
    width: 25%;
  }
  div.design2 .w-col-small-4 {
    width: 33.33333333%;
  }
  div.design2 .w-col-small-5 {
    width: 41.66666667%;
  }
  div.design2 .w-col-small-6 {
    width: 50%;
  }
  div.design2 .w-col-small-7 {
    width: 58.33333333%;
  }
  div.design2 .w-col-small-8 {
    width: 66.66666667%;
  }
  div.design2 .w-col-small-9 {
    width: 75%;
  }
  div.design2 .w-col-small-10 {
    width: 83.33333333%;
  }
  div.design2 .w-col-small-11 {
    width: 91.66666667%;
  }
  div.design2 .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  div.design2 .w-container {
    max-width: none;
  }
  div.design2 .w-hidden-main {
    display: inherit !important;
  }
  div.design2 .w-hidden-medium {
    display: inherit !important;
  }
  div.design2 .w-hidden-small {
    display: inherit !important;
  }
  div.design2 .w-hidden-tiny {
    display: none !important;
  }
  div.design2 .w-col {
    width: 100%;
  }
  div.design2 .w-col-tiny-1 {
    width: 8.33333333%;
  }
  div.design2 .w-col-tiny-2 {
    width: 16.66666667%;
  }
  div.design2 .w-col-tiny-3 {
    width: 25%;
  }
  div.design2 .w-col-tiny-4 {
    width: 33.33333333%;
  }
  div.design2 .w-col-tiny-5 {
    width: 41.66666667%;
  }
  div.design2 .w-col-tiny-6 {
    width: 50%;
  }
  div.design2 .w-col-tiny-7 {
    width: 58.33333333%;
  }
  div.design2 .w-col-tiny-8 {
    width: 66.66666667%;
  }
  div.design2 .w-col-tiny-9 {
    width: 75%;
  }
  div.design2 .w-col-tiny-10 {
    width: 83.33333333%;
  }
  div.design2 .w-col-tiny-11 {
    width: 91.66666667%;
  }
  div.design2 .w-col-tiny-12 {
    width: 100%;
  }
}
div.design2 .w-widget {
  position: relative;
}
div.design2 .w-widget-map {
  width: 100%;
  height: 400px;
}
div.design2 .w-widget-map label {
  width: auto;
  display: inline;
}
div.design2 .w-widget-map img {
  max-width: inherit;
}
div.design2 .w-widget-map .gm-style-iw {
  text-align: center;
}
div.design2 .w-widget-map .gm-style-iw > button {
  display: none !important;
}
div.design2 .w-widget-twitter {
  overflow: hidden;
}
div.design2 .w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
div.design2 .w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.design2 .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
div.design2 .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
div.design2 .w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
  margin-left: 7px;
}
div.design2 .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
div.design2 .w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
div.design2 .w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
div.design2 .w-widget-twitter-count-shim:not(.w--vertical):before,
div.design2 .w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
div.design2 .w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
div.design2 .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
div.design2 .w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
div.design2 .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
div.design2 .w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
div.design2 .w-widget-twitter-count-shim.w--vertical:before,
div.design2 .w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
div.design2 .w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
div.design2 .w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
div.design2 .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
div.design2 .w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
div.design2 .w-widget-gplus {
  overflow: hidden;
}
div.design2 .w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
div.design2 .w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
}
div.design2 .w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
div.design2 .w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
div.design2 .w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
div.design2 .w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
div.design2 .w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
div.design2 .w-slider-nav.w-round > div {
  border-radius: 100%;
}
div.design2 .w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
div.design2 .w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
div.design2 .w-slider-nav-invert {
  color: #fff;
}
div.design2 .w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
div.design2 .w-slider-nav-invert > div.w-active {
  background-color: #222;
}
div.design2 .w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
div.design2 .w-slider-dot.w-active {
  background-color: #fff;
}
div.design2 .w-slider-arrow-left,
div.design2 .w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.design2 .w-slider-arrow-left [class^="w-icon-"],
div.design2 .w-slider-arrow-right [class^="w-icon-"],
div.design2 .w-slider-arrow-left [class*=" w-icon-"],
div.design2 .w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}
div.design2 .w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
div.design2 .w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
div.design2 .w-icon-slider-left,
div.design2 .w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
div.design2 .w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
div.design2 .w-dropdown-btn,
div.design2 .w-dropdown-toggle,
div.design2 .w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
div.design2 .w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
div.design2 .w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
div.design2 .w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
div.design2 .w-dropdown-list.w--open {
  display: block;
}
div.design2 .w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
div.design2 .w-dropdown-link.w--current {
  color: #0082f3;
}
div.design2 .w-nav[data-collapse="all"] .w-dropdown,
div.design2 .w-nav[data-collapse="all"] .w-dropdown-toggle {
  display: block;
}
div.design2 .w-nav[data-collapse="all"] .w-dropdown-list {
  position: static;
}
@media screen and (max-width: 991px) {
  div.design2 .w-nav[data-collapse="medium"] .w-dropdown,
  div.design2 .w-nav[data-collapse="medium"] .w-dropdown-toggle {
    display: block;
  }
  div.design2 .w-nav[data-collapse="medium"] .w-dropdown-list {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  div.design2 .w-nav[data-collapse="small"] .w-dropdown,
  div.design2 .w-nav[data-collapse="small"] .w-dropdown-toggle {
    display: block;
  }
  div.design2 .w-nav[data-collapse="small"] .w-dropdown-list {
    position: static;
  }
  div.design2 .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  div.design2 .w-nav[data-collapse="tiny"] .w-dropdown,
  div.design2 .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
    display: block;
  }
  div.design2 .w-nav[data-collapse="tiny"] .w-dropdown-list {
    position: static;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
div.design2 .w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
div.design2 .w-lightbox-backdrop,
div.design2 .w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
div.design2 .w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
div.design2 .w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
div.design2 .w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
div.design2 .w-lightbox-group,
div.design2 .w-lightbox-group .w-lightbox-view,
div.design2 .w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
div.design2 .w-lightbox-frame,
div.design2 .w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
div.design2 .w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
div.design2 .w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
div.design2 .w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
div.design2 .w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
div.design2 .w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
div.design2 .w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
div.design2 .w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.design2 .w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
div.design2 .w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
div.design2 .w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
div.design2 .w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
div.design2 .w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
div.design2 .w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
div.design2 .w-lightbox-active {
  opacity: .3;
}
div.design2 .w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
div.design2 .w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
div.design2 .w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.design2 .w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
div.design2 .w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
}
div.design2 .w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
div.design2 .w-lightbox-hide {
  display: none;
}
div.design2 .w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  div.design2 .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  div.design2 .w-lightbox-view,
  div.design2 .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  div.design2 .w-lightbox-group,
  div.design2 .w-lightbox-group .w-lightbox-view,
  div.design2 .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  div.design2 .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  div.design2 .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  div.design2 .w-lightbox-left,
  div.design2 .w-lightbox-right {
    display: block;
    opacity: .5;
  }
  div.design2 .w-lightbox-close {
    opacity: .8;
  }
  div.design2 .w-lightbox-control:hover {
    opacity: 1;
  }
}
div.design2 .w-lightbox-inactive,
div.design2 .w-lightbox-inactive:hover {
  opacity: 0;
}
div.design2 .w-richtext:before,
div.design2 .w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
div.design2 .w-richtext:after {
  clear: both;
}
div.design2 .w-richtext[contenteditable="true"]:before,
div.design2 .w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
div.design2 .w-richtext ol,
div.design2 .w-richtext ul {
  overflow: hidden;
}
div.design2 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before,
div.design2 .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before {
  outline: 2px solid #2895f7;
}
div.design2 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
div.design2 .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
div.design2 .w-richtext figure.w-richtext-figure-type-video > div:before,
div.design2 .w-richtext figure[data-rt-type="video"] > div:before {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
div.design2 .w-richtext figure {
  position: relative;
  max-width: 60%;
}
div.design2 .w-richtext figure > div:before {
  cursor: default!important;
}
div.design2 .w-richtext figure img {
  width: 100%;
}
div.design2 .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
div.design2 .w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
div.design2 .w-richtext figure.w-richtext-figure-type-image,
div.design2 .w-richtext figure[data-rt-type="image"] {
  display: table;
}
div.design2 .w-richtext figure.w-richtext-figure-type-image > div,
div.design2 .w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
div.design2 .w-richtext figure.w-richtext-figure-type-image > figcaption,
div.design2 .w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
div.design2 .w-richtext figure.w-richtext-figure-type-video,
div.design2 .w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
div.design2 .w-richtext figure.w-richtext-figure-type-video iframe,
div.design2 .w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.design2 .w-richtext figure.w-richtext-figure-type-video > div,
div.design2 .w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
div.design2 .w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
div.design2 .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
div.design2 .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
div.design2 .w-richtext figure.w-richtext-align-normal {
  clear: both;
}
div.design2 .w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
div.design2 .w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
div.design2 .w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
div.design2 .w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
div.design2 .w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
div.design2 .w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
div.design2 .w-nav:before,
div.design2 .w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
div.design2 .w-nav:after {
  clear: both;
}
div.design2 .w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
div.design2 .w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
div.design2 .w-nav-link.w--current {
  color: #0082f3;
}
div.design2 .w-nav-menu {
  position: relative;
  float: right;
}
div.design2 .w--nav-menu-open {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
div.design2 .w--nav-link-open {
  display: block;
  position: relative;
}
div.design2 .w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
div.design2 .w-nav-overlay .w--nav-menu-open {
  top: 0;
}
div.design2 .w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
div.design2 .w-nav[data-animation="over-left"] .w-nav-overlay,
div.design2 .w-nav[data-animation="over-left"] .w--nav-menu-open {
  right: auto;
  z-index: 1;
  top: 0;
}
div.design2 .w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
div.design2 .w-nav[data-animation="over-right"] .w-nav-overlay,
div.design2 .w-nav[data-animation="over-right"] .w--nav-menu-open {
  left: auto;
  z-index: 1;
  top: 0;
}
div.design2 .w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.design2 .w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
div.design2 .w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
div.design2 .w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
@media screen and (max-width: 991px) {
  div.design2 .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  div.design2 .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  div.design2 .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  div.design2 .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  div.design2 .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  div.design2 .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  div.design2 .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
div.design2 .w-tabs {
  position: relative;
}
div.design2 .w-tabs:before,
div.design2 .w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
div.design2 .w-tabs:after {
  clear: both;
}
div.design2 .w-tab-menu {
  position: relative;
}
div.design2 .w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
div.design2 .w-tab-link.w--current {
  background-color: #C8C8C8;
}
div.design2 .w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
div.design2 .w-tab-pane {
  position: relative;
  display: none;
}
div.design2 .w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  div.design2 .w-tab-link {
    display: block;
  }
}
div.design2 .w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  div.design2 0% {
    transform: rotate(0deg);
  }
  div.design2 100% {
    transform: rotate(360deg);
  }
}
div.design2 .w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
div.design2 .w-dyn-bind-empty {
  display: none !important;
}
div.design2 .w-condition-invisible {
  display: none !important;
}

div.design2 body {
  height: 100%;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

div.design2 h1 {
  font-size: 38px;
  line-height: 44px;
  font-weight: 300;
}

div.design2 h2 {
  margin-top: 12px;
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
}

div.design2 h3 {
  margin-top: 0px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}

div.design2 h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

div.design2 h5 {
  margin-top: 0px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

div.design2 h6 {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

div.design2 p {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 300;
}

div.design2 a {
  color: #2c67f3;
  text-decoration: none;
}

div.design2 .button {
  position: relative;
  display: inline-block;
  height: 42px;
  min-width: 42px;
  padding: 10px 16px 0px;
  border-radius: 3px;
  background-color: #0098ff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

div.design2 .button.equal-padding {
  padding: 10px 10px 10px 10px;
}

div.design2 .button.narrow {
  height: 36px;
}

div.design2 .button.horizontal-spacing {
  margin-left: 8px;
  margin-right: 8px;
}

div.design2 .button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.15)), to(hsla(0, 0%, 100%, 0.15)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0.15));
}

div.design2 .button:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 3px 0 0 rgba(0, 0, 0, 0.2);
}

div.design2 .button.xl {
  height: 64px;
  min-width: 64px;
  font-size: 18px;
}

div.design2 .button.m {
  height: 36px;
  min-width: 36px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

div.design2 .button.m.fill-gray {
  padding-top: 0px;
  line-height: 14px;
}

div.design2 .button.m.white.browse {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

div.design2 .button.m.relative-center.white {
  padding-top: 0px;
}

div.design2 .button.m.relative-center.white.opacity-hover {
  opacity: 1;
}

div.design2 .button.s {
  height: 32px;
  min-width: 32px;
  margin-right: 6px;
  margin-left: 6px;
  padding-right: 12px;
  padding-left: 12px;
  border: 1px solid #0072e5;
  box-shadow: none;
  font-size: 12px;
  line-height: 11px;
  font-weight: 400;
}

div.design2 .button.s.relative-center {
  z-index: 7;
  padding: 11px 10px 0px;
  background-color: #0282f8;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

/*div.design2 .button.s.relative-center:visited {*/
/*  background-color: #afafaf;*/
/*}*/

div.design2 .button.s.relative-center.lined {
  position: absolute;
  left: auto;
  top: 50%;
  right: 24px;
  bottom: 50%;
  height: 36px;
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px;
  float: left;
  border: 1px solid #0098ff;
  box-shadow: none;
  color: #0098ff;
  font-size: 13px;
  font-weight: 400;
}

div.design2 .button.s.relative-center.lined:hover {
  box-shadow: 1px 1px 16px -2px rgba(0, 0, 0, 0.1);
  color: #0f83d1;
}

div.design2 .button.s.relative-center.integrate {
  position: absolute;
  left: auto;
  top: 50%;
  right: 24px;
  bottom: 50%;
  height: 34px;
  padding: 12px 14px 12px 32px;
  background-image: url('/images/app/header//ic_insert_link_white_48dp.png');
  background-position: 12px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  font-size: 12px;
}

div.design2 .button.s.relative-center.integrate.lined {
  padding-right: 20px;
  padding-left: 20px;
  border-color: #d1d1d1;
  background-color: #fff;
  background-image: url('/images/app/header//ic_settings_grey600_36dp.png');
  background-position: 50% 50%;
  background-size: 24px;
  box-shadow: 1px 1px 12px -2px rgba(0, 0, 0, 0.2);
  text-align: center;
}

div.design2 .button.s.relative-center.integrate.lined.button-settings-disabled {
  box-shadow: none;
}

div.design2 .button.s.relative-center.integrate.button-integration-active {
  padding-right: 20px;
  padding-left: 20px;
  border-color: #d1d1d1;
  background-color: #0282f8;
  background-image: url('/images/app/header//ic_settings_white600_36dp.png');
  background-position: 50% 50%;
  background-size: 24px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  text-align: center;
}

div.design2 .button.s.relative-center.integrate.button-integration-active.button-settings-disabled {
  box-shadow: none;
}

div.design2 .button.s.relative-center.edit-integration {
  position: absolute;
  left: auto;
  top: 50%;
  right: 24px;
  bottom: 50%;
  display: block;
  padding-right: 15px;
  padding-left: 15px;
  float: right;
  background-color: #2d9c80;
}

div.design2 .button.s.lined {
  height: 32px;
  padding-top: 8px;
  padding-right: 14px;
  padding-left: 14px;
  border: 1px solid #0282f8;
  background-color: rgba(0, 152, 255, 0.1);
  box-shadow: none;
  color: #0282f8;
  font-size: 12px;
}

div.design2 .button.s.lined.absolute-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 24px;
  bottom: 24px;
  height: 36px;
  margin-top: 12px;
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #0098ff;
  background-color: #fff;
  box-shadow: none;
  color: #0098ff;
  font-size: 13px;
}

div.design2 .button.s.lined.absolute-right:hover {
  box-shadow: 1px 1px 16px -2px rgba(0, 0, 0, 0.1);
  color: #0f83d1;
}

div.design2 .button.s.lined.centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

div.design2 .button.s.lined.relative-center {
  position: absolute;
  padding-right: 14px;
  padding-left: 14px;
  background-color: rgba(2, 130, 248, 0.1);
  font-size: 12px;
  letter-spacing: 0.3px;
}

div.design2 .button.s.lined.relative-center.fill-red {
  left: 0px;
  top: 50%;
  right: auto;
  bottom: auto;
  border-color: #da1503;
  background-color: rgba(255, 80, 91, 0.3);
  background-image: none;
  color: #da1503;
  font-size: 12px;
  font-weight: 400;
}

div.design2 .button.s.lined.relative-center.add {
  padding-top: 12px;
  padding-right: 20px;
  padding-left: 36px;
  border-style: solid;
  border-color: #4bbd6f;
  background-color: rgba(75, 189, 111, 0.1);
  background-image: url('/images/app/header//ic_add_green.svg');
  background-position: 12px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  color: #2ead56;
  font-weight: 300;
}

div.design2 .button.s.lined.relative-center.float-right {
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .button.s.lined.top-margin {
  display: block;
  overflow: visible;
  margin-top: 12px;
  padding-top: 8px;
}

div.design2 .button.s.lined.top-margin.float-right {
  float: right;
}

div.design2 .button.s.lined.float-right.left-margin {
  margin-left: 12px;
}

div.design2 .button.s.float-right {
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  float: right;
  letter-spacing: 0.3px;
}

div.design2 .button.s.fill-red {
  padding-top: 11px;
  padding-right: 14px;
  padding-left: 26px;
  background-color: #ff505b;
  background-image: url('/images/app/header//ic_delete_white_48dp.png');
  background-position: 8px 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  letter-spacing: 0.3px;
}

div.design2 .button.s.relative-center {
  padding-top: 11px;
  padding-bottom: 0px;
}

div.design2 .button.s.light-blue {
  border: 1px solid #0282f8;
  background-color: rgba(0, 152, 255, 0.1);
  box-shadow: none;
  color: #0282f8;
}

div.design2 .button.s.light-blue:hover {
  background-color: rgba(0, 152, 255, 0.07);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

div.design2 .button.s.padding-top {
  margin-top: 100px;
}

div.design2 .button.wide {
  width: 100%;
}

div.design2 .button.m-square {
  width: 36px;
  height: 36px;
  min-width: 36px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

div.design2 .button.m-square.white.relative-center.opacity-hover {
  opacity: 1;
}

div.design2 .button.align-right.support-form-submit {
  min-width: 96px;
  margin-top: 6px;
  padding-top: 0px;
}

div.design2 .button.checkout {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 13px;
}

div.design2 .button.blank {
  background-color: transparent;
  box-shadow: none;
  opacity: 0.65;
}

div.design2 .button.blank:hover {
  background-image: none;
  opacity: 1;
}

div.design2 .button.blank:active {
  background-image: none;
}

div.design2 .button.in-row {
  margin-top: 12px;
}

div.design2 .button.tightright {
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: none;
}

div.design2 .button.tightright.white.m {
  border-left-style: none;
}

div.design2 .button.tightleft {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: none;
}

div.design2 .button.white {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
  color: #0098ff;
}

div.design2 .button.white:hover {
  border-color: rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.12), 0 1px 3px -1px rgba(0, 0, 0, 0.35);
}

div.design2 .button.white:active {
  background-image: none;
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.12);
}

div.design2 .button.white.m {
  text-transform: none;
}

div.design2 .button.white.m.operator {
  min-width: 60px;
}

div.design2 .button.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .button.flex.m {
  overflow: hidden;
  background-color: #0282f8;
}

div.design2 .button.flex.m.white {
  background-color: #fff;
  color: #0282f8;
}

div.design2 .button.flex.m.disabled {
  opacity: 0.65;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  color: #000;
  cursor: not-allowed;
}

div.design2 .button.flex.m.finish {
  margin-left: 12px;
  background-color: #0282f8;
}

div.design2 .button.flex.m.finish.disabled {
  opacity: 0.25;
}

div.design2 .button.flex.m.darkblue {
  background-color: #144dd5;
  box-shadow: none;
}

div.design2 .button.flex.m.darkblue:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.1)), to(hsla(0, 0%, 96.1%, 0.1)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.1), hsla(0, 0%, 96.1%, 0.1));
}

div.design2 .button.flex.m.darkblue:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

div.design2 .button.flex.m.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  margin-left: 22%;
  background-color: #0282f8;
}

div.design2 .button.flex.disabled {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  color: #000;
  cursor: not-allowed;
}

div.design2 .button.flex.disabled:hover {
  background-image: none;
}

div.design2 .button.flex.disabled:active {
  box-shadow: none;
}

div.design2 .button.session-filter {
  height: 32px;
  margin-left: 12px;
  padding: 6px 12px;
  border-radius: 6px;
  background-color: #ff505b;
  box-shadow: none;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.6px;
  cursor: pointer;
}

div.design2 .button.session-filter:hover {
  background-color: #ff505b;
  background-image: none;
  box-shadow: 1px 1px 14px -3px rgba(0, 0, 0, 0.4);
}

div.design2 .button.session-filter:active {
  background-color: #f54752;
  background-image: none;
}

div.design2 .button.session-filter.overlay-btn {
  display: block;
  width: 100px;
  margin: 0px auto 8px;
  padding-right: 16px;
  padding-left: 16px;
}

div.design2 .button.fill-red {
  height: 32px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 6px;
  background-color: #e64637;
  font-weight: 300;
  letter-spacing: 0.3px;
}

div.design2 .button.lined.s {
  position: relative;
  padding-top: 0px;
}

div.design2 .nav-block {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9100;
  display: block;
  overflow: visible;
}

div.design2 .fill-white {
  background-color: #fff;
}

div.design2 .fill-green {
  background-color: #4bbd6f;
}

div.design2 .fill-gray {
  background-color: #d1d1d1;
}

div.design2 .fill-blue {
  background-color: #078ae0;
}

div.design2 .fill-purple {
  background-color: #a772b8;
}

div.design2 .fill-pink {
  background-color: #cf7aa7;
}

div.design2 .fill-red {
  background-color: #e64637;
}

div.design2 .fill-orange {
  background-color: #e8a751;
}

div.design2 .fill-turquoise {
  background-color: #2d9c80;
}

div.design2 .text-black {
  color: #000;
}

div.design2 .text-white {
  color: #fff;
}

div.design2 .text-white-50 {
  color: hsla(0, 0%, 100%, 0.65);
}

div.design2 .text-blue {
  color: #078ae0;
}

div.design2 .text-red {
  color: #e64637;
}

div.design2 .text-green {
  color: #4bbd6f;
}

div.design2 .text-left {
  text-align: left;
}

div.design2 .text-right {
  text-align: right;
}

div.design2 .text-center {
  text-align: center;
}

div.design2 .text-center.code-block-subtitle {
  margin-top: -12px;
}

div.design2 .text-small {
  font-size: 11px;
  line-height: 14px;
}

div.design2 .text-small.visual-analysis-link.bug {
  text-align: right;
}

div.design2 .align-left {
  display: inline-block;
  float: left;
}

div.design2 .align-right {
  position: relative;
  display: block;
  float: right;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

div.design2 .absolute-right {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
}

div.design2 .absolute-center {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

div.design2 .absolute-center.text-left {
  text-align: left;
}

div.design2 .absolute-center.text-left.table-margin {
  margin-right: 12px;
  margin-left: 12px;
}

div.design2 .absolute-center.gray-text {
  color: #8f8f8f;
  font-weight: 300;
}

div.design2 .relative-center {
  position: relative;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-weight: 300;
  text-align: left;
}

div.design2 .relative-center.align-left {
  font-weight: 300;
}

div.design2 .relative-center.align-left.notification {
  height: 24px;
  min-width: 24px;
  margin-right: 6px;
  margin-left: -8px;
  padding-top: 8px;
  border-radius: 200px;
  background-color: #e64637;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  text-align: center;
}

div.design2 .relative-center.align-left.normal {
  font-weight: 400;
}

div.design2 .relative-center.padded-12 {
  padding-right: 12px;
  padding-left: 12px;
}

div.design2 .relative-center.text-center {
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-weight: 400;
  text-align: center;
}

div.design2 .icon {
  width: 24px;
  height: 24px;
}

div.design2 .icon.left {
  margin-right: 8px;
}

div.design2 .icon.right {
  margin-left: 8px;
}

div.design2 .icon.s {
  width: 16px;
  height: 16px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

div.design2 .icon.s.relative-center.right {
  float: right;
}

div.design2 .icon.s.centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

div.design2 .icon.s.flex {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

div.design2 .icon.s.sdk {
  top: 32%;
}

div.design2 .icon.s.margin-right {
  position: relative;
  top: 2px;
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

div.design2 .icon.s._10-margin {
  margin-right: 10px;
  margin-bottom: 2px;
}

div.design2 .icon.s.float-right {
  float: right;
}

div.design2 .icon.s.video-link {
  margin-right: 12px;
  float: right;
}

div.design2 .icon.xs {
  position: relative;
  width: 12px;
  height: 12px;
}

div.design2 .icon.xs.permissions-chart {
  position: absolute;
  left: 12px;
  top: 50%;
  z-index: 800;
  width: 20px;
  height: 20px;
  padding: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 200px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  cursor: pointer;
}

div.design2 .icon.xs.permissions-chart:hover {
  background-color: #d1d1d1;
}

div.design2 .icon.xs.margin-right {
  margin-right: 12px;
}

div.design2 .icon.l {
  width: 36px;
  height: 36px;
}

div.design2 .icon.xl {
  width: 48px;
  height: 48px;
}

div.design2 .icon.flex {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

div.design2 .icon.float-left.margin-right {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

div.design2 .block {
  position: relative;
  overflow: hidden;
  margin-right: 5px;
  margin-bottom: 24px;
  margin-left: 5px;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.35);
}

div.design2 .block.blank {
  padding: 0px;
  border-style: none;
  box-shadow: none;
}

div.design2 .block.row {
  display: block;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
  box-shadow: none;
}

div.design2 .block.no-line {
  border-style: none;
}

div.design2 .block.fill-white {
  display: block;
  padding-top: 24px;
}

div.design2 .block.fill-white.min-300 {
  min-height: 300px;
}

div.design2 .block.fill-white.minimizeable {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: auto;
  padding-bottom: 0px;
}

div.design2 .block.fill-white.support-link-block {
  padding: 0px;
}

div.design2 .block.fill-white.chart-only {
  padding-top: 12px;
}

div.design2 .block.fill-white.radius6 {
  padding-bottom: 18px;
  padding-left: 12px;
  border-radius: 6px;
}

div.design2 .block.fill-white.radius6.half-top-padding {
  padding-top: 12px;
}

div.design2 .block.fill-white.no-bottom-padding {
  padding-bottom: 0px;
}

div.design2 .block.fill-white.hidden {
  display: none;
}

div.design2 .block.fill-white.min-600 {
  min-width: 600px;
}

div.design2 .block.fill-white.generic-pop-up {
  min-width: 500px;
  padding-bottom: 0px;
}

div.design2 .block.full-width {
  margin-right: 0px;
  margin-left: 0px;
}

div.design2 .block.full-width.fill-white.straight-top-left {
  border-top-left-radius: 0px;
}

div.design2 .block.full-width.fill-white.min-height {
  overflow: visible;
  min-height: 386px;
}

div.design2 .block.for-top-tabs {
  border-top: 1px none #000;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

div.design2 .block.for-top-tabs.fill-white {
  text-align: left;
}

div.design2 .block.tab-block {
  border-top-style: none;
  border-top-width: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

div.design2 .block.tab-block.fill-white {
  border-style: none;
}

div.design2 .block.fill-turquoise {
  margin-bottom: 0px;
  padding-top: 24px;
  color: #fff;
}

div.design2 .block.fill-turquoise.todo {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 12px;
  padding-bottom: 24px;
  padding-left: 12px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background-color: #3566cd;
  background-image: none;
  box-shadow: 0 10px 32px -10px #000;
}

div.design2 .block.no-padding {
  padding: 0px;
  border-color: rgba(0, 0, 0, 0.09);
}

div.design2 .block-title {
  position: relative;
  z-index: 1;
  display: block;
  height: 42px;
  margin-bottom: 8px;
  padding-left: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  font-size: 18px;
  font-weight: 300;
}

div.design2 .block-title.l {
  z-index: 2;
  height: 48px;
  margin: -24px -12px 12px;
  padding-left: 12px;
}

div.design2 .block-title.l.white {
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #fff;
}

div.design2 .block-title.l.minimizeable {
  margin-top: -24px;
  margin-bottom: 0px;
  padding-right: 60px;
}

div.design2 .block-title.l.todo {
  height: auto;
  margin-bottom: 4px;
  padding-top: 32px;
  padding-right: 6px;
  padding-left: 32px;
  border-bottom-style: none;
  font-size: 24px;
  font-weight: 300;
}

div.design2 .block-title.l.no-margin {
  margin-bottom: 0px;
}

div.design2 .block-title.s {
  height: 38px;
  margin-top: 0px;
  padding-top: 6px;
  padding-left: 0px;
  font-size: 12px;
  text-transform: uppercase;
}

div.design2 .block-title.s.flex-justify {
  margin-bottom: 0px;
  padding: 8px 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  text-transform: none;
}

div.design2 .block-title.xl {
  height: 52px;
  margin-top: -24px;
  margin-right: -12px;
  margin-left: -12px;
  padding: 16px;
}

div.design2 .dropdown {
  top: 50%;
  height: 42px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 12px;
  font-weight: 400;
}

div.design2 .title-controller {
  position: relative;
  display: inline-block;
  height: 100%;
  min-width: 48px;
  padding-right: 12px;
  padding-left: 12px;
}

div.design2 .title-controller.align-right {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 8px;
  padding-right: 0px;
  padding-left: 0px;
}

div.design2 .title-controller.align-right.more-gap {
  padding-left: 24px;
}

div.design2 .title-controller.align-right.loading-gif-container {
  width: 120px;
}

div.design2 .title-controller.crash-toggle {
  height: 24px;
  padding-right: 0px;
  padding-left: 24px;
}

div.design2 .title-controller.no-title-container {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 48px;
  height: 48px;
  padding: 16px;
}

div.design2 .side-nav {
  position: relative;
  z-index: 10000;
  overflow: hidden;
  width: 0px;
  height: 100%;
  float: left;
  background-color: #242424;
  color: #fff;
}

div.design2 .app-viewport {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  min-height: 100%;
  padding: 141px 24px 76px;
  background-color: #e2e2e2;
  font-size: 14px;
  text-align: center;
}

div.design2 .app-viewport.no-app-menu {
  padding-top: 72px;
}

div.design2 .app-viewport.table {
  padding: 112px 12px 96px;
  border-left: 1px none #000;
}

div.design2 .app-viewport.table.filtered {
  padding-left: 252px;
}

div.design2 .app-viewport.table.filtered.visual-analysis {
  height: 100%;
  padding-bottom: 0px;
  padding-left: 300px;
}

div.design2 .app-viewport.table.filtered.alerts {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

div.design2 .app-viewport.filtered {
  padding-left: 252px;
}

div.design2 .nav-menu {
  position: relative;
  z-index: 10000;
  height: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  background-color: #fff;
  color: #262626;
  font-size: 12px;
}

div.design2 .app-menu {
  position: relative;
  z-index: 2;
  height: 65px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-width: 1px;
  border-top-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
  box-shadow: 0 1px 20px -10px #000;
  top: 0;
}

div.design2 .nav-menu-block {
  position: relative;
  height: 100%;
}

div.design2 .nav-menu-link {
  position: relative;
  height: 48px;
  min-width: 48px;
  padding-right: 12px;
  padding-left: 12px;
  opacity: 0.65;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

div.design2 .nav-menu-link:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
  opacity: 1;
}

div.design2 .nav-menu-link.w--current {
  background-color: hsla(0, 0%, 100%, 0.06);
  opacity: 1;
}

div.design2 .nav-menu-link.apps {
  padding-right: 16px;
  padding-left: 36px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.12);
  background-image: url('/images/app/header//ic_now_widgets_white_48dp.png');
  background-position: 16px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  text-transform: uppercase;
}

div.design2 .nav-menu-link.apps:hover {
  background-color: hsla(0, 0%, 100%, 0.12);
}

div.design2 .nav-menu-link.apps.w--current {
  background-color: #fff;
  background-image: url('/images/app/header//ic_now_widgets_black_48dp.png');
  color: #000;
  font-weight: 500;
}

div.design2 .nav-menu-link.apps.w--current:hover {
  background-color: #fff;
}

div.design2 .nav-menu-link.dashboard {
  padding-right: 16px;
  padding-left: 36px;
  float: left;
  border-right: 1px solid hsla(0, 0%, 100%, 0.12);
  background-image: url('/images/app/header//ic_apps_white_48dp.png');
  background-position: 16px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  text-transform: uppercase;
}

div.design2 .nav-menu-link.dashboard:hover {
  background-color: hsla(0, 0%, 100%, 0.12);
}

div.design2 .nav-menu-link.dashboard.w--current {
  background-color: #fff;
  background-image: url('/images/app/header//ic_apps_black_48dp.png');
  color: #000;
  font-weight: 500;
}

div.design2 .nav-menu-link.dashboard.w--current:hover {
  background-color: #fff;
}

div.design2 .nav-menu-link.testers {
  padding-right: 16px;
  padding-left: 36px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.12);
  background-image: url('/images/app/header//ic_group_white_48dp.png');
  background-position: 16px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  text-transform: uppercase;
}

div.design2 .nav-menu-link.testers.w--current {
  background-color: #fff;
  background-image: url('/images/app/header//ic_group_black_48dp.png');
  color: #000;
  font-weight: 500;
}

div.design2 .nav-menu-link.testers.w--current:hover {
  background-color: #fff;
}

div.design2 .nav-menu-link.in-dropdown {
  width: 100%;
}

div.design2 .nav-menu-link.in-dropdown.apps {
  padding-right: 32px;
}

div.design2 .nav-menu-link.user {
  padding-right: 32px;
  padding-left: 12px;
  opacity: 1;
  text-transform: none;
}

div.design2 .nav-menu-link.notifications {
  width: 48px;
  padding: 0px;
  background-image: url('/images/app/header//ic_notifications_white_48dp.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  text-align: center;
}

div.design2 .nav-menu-link.notifications.unread {
  background-image: url('/images/app/header//hex-red.png'), url('/images/app/header//ic_notifications_white_48dp.png');
  background-position: 49% 5px, 50% 50%;
  background-size: 7px 8px, 20px;
  background-repeat: no-repeat, no-repeat;
}

div.design2 .nav-menu-link.upload {
  width: auto;
  height: 100%;
  padding-top: 2px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #0282f8;
  opacity: 1;
  font-weight: 500;
}

div.design2 .nav-menu-link.upload:hover {
  background-color: #23a5fc;
}

div.design2 .nav-menu-link.upload:active {
  background-color: #0098ff;
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.2);
}

div.design2 .nav-menu-link.sdk {
  height: 100%;
  padding-top: 14px;
  padding-bottom: 10px;
  padding-left: 10px;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  opacity: 0.8;
}

div.design2 .nav-menu-link.insights {
  padding-right: 16px;
  padding-left: 36px;
  background-image: url('/images/app/header//ic_lightbulb_outline_white_24px.svg');
  background-position: 16px 48%;
  background-size: 15px;
  background-repeat: no-repeat;
}

div.design2 .nav-menu-link.help {
  padding-right: 32px;
  padding-left: 36px;
  background-image: url('/images/app/header//icon-question-mark.png');
  background-position: 16px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

div.design2 .nav-menu-dropdown {
  z-index: 9999;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  border-right: 1px solid hsla(0, 0%, 100%, 0.15);
  border-left: 1px solid hsla(0, 0%, 100%, 0.15);
  background-color: transparent;
  font-size: 12px;
  line-height: 11px;
}

div.design2 .nav-menu-dropdown:hover {
  opacity: 1;
}

div.design2 .nav-menu-dropdown.notifications {
  border-left: 1px none #000;
}

div.design2 .nav-menu-dropdown.upload {
  padding: 6px 6px 7px;
  border-right: 1px none #000;
  border-left: 1px none #000;
}

div.design2 .nav-menu-dropdown.upload:hover {
  background-color: transparent;
}

div.design2 .nav-menu-dropdown-list {
  width: 240px;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
}

div.design2 .nav-menu-dropdown-list.w--open {
  background-color: #fff;
}

div.design2 .nav-menu-dropdown-list.user {
  top: 44px;
  right: 0px;
}

div.design2 .nav-menu-dropdown-list.apps {
  top: 44px;
  right: -50%;
  overflow: auto;
  width: 360px;
  -webkit-transform: translate(25%, 0px);
  -ms-transform: translate(25%, 0px);
  transform: translate(25%, 0px);
}

div.design2 .nav-menu-dropdown-list.notifications {
  top: 44px;
  right: 6px;
  width: 360px;
}

div.design2 .nav-menu-dropdown-list.upload {
  left: -50%;
  top: 44px;
}

div.design2 .nav-menu-dropdown-list.upload.w--open {
  position: absolute;
  left: auto;
  top: 44px;
  -webkit-transform: translate(-25%, 0px);
  -ms-transform: translate(-25%, 0px);
  transform: translate(-25%, 0px);
}

div.design2 .nav-menu-dropdown-list.sdk.w--open {
  top: 44px;
  right: -50%;
  overflow: visible;
  width: 216px;
  height: 364px;
}

div.design2 .nav-menu-dropdown-list.help {
  top: 48px;
  right: 0px;
  overflow: visible;
  width: 300px;
  height: 360px;
}

div.design2 .nav-menu-dropdown-list.help.w--open {
  top: 47px;
  right: 0px;
  overflow: visible;
  width: 300px;
  height: 360px;
}

div.design2 .nav-menu-dropdown-list-arrow {
  position: absolute;
  left: 0px;
  top: -10px;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

div.design2 .nav-menu-dropdown-list-arrow.right {
  top: -10px;
  right: 6px;
  z-index: 9999;
  margin-right: 0px;
}

div.design2 .nav-menu-dropdown-list-arrow.right.left-nudge {
  right: 16px;
}

div.design2 .nav-menu-dropdown-list-arrow.apps {
  right: -44px;
}

div.design2 .nav-menu-dropdown-list-arrow.left {
  left: 10px;
  top: -10px;
  right: auto;
}

div.design2 .brand {
  position: relative;
  height: 48px;
  padding-right: 12px;
  padding-left: 12px;
  float: left;
}

div.design2 .brand.small {
  height: 36px;
  margin-bottom: 16px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
}

div.design2 .brand-image {
  position: relative;
  top: 50%;
  height: 20px;
  filter: invert();
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .app-menu-block {
  position: relative;
  top: 50%;
  display: inline-block;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 22px;
  font-weight: 300;
}

div.design2 .app-menu-block.left {
  padding-right: 0px;
  padding-left: 12px;
  float: left;
}

div.design2 .app-menu-block.right {
  height: 36px;
  margin-right: 12px;
  float: right;
}

div.design2 .app-menu-block.app-icon {
  width: 48px;
  height: 48px;
  float: left;
}

div.design2 .app-menu-block.app-icon.no-margin {
  margin-right: 0px;
}

div.design2 .line-gray {
  border: 1px solid #dedede;
}

div.design2 .widget-title {
  position: relative;
  display: inline-block;
  height: 24px;
  font-weight: 500;
}

div.design2 .widget-value-block {
  position: relative;
  height: 96px;
  margin-bottom: 8px;
  font-size: 48px;
  line-height: 24px;
  font-weight: 400;
}

div.design2 .widget {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: -5px;
  margin-bottom: 24px;
  margin-left: -5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  line-height: 14px;
  text-decoration: none;
}

div.design2 .widget.fill-white.red-line {
  border-color: rgba(230, 70, 55, 0.5);
}

div.design2 .widget.fill-blue.text-white {
  background-color: #528fc9;
}

div.design2 .widget-icon-block {
  position: relative;
  left: 0px;
  top: 50%;
  bottom: 0px;
  display: inline-block;
  width: 80px;
  height: 100px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
  text-align: center;
}

div.design2 .widget-icon-block.small {
  width: 64px;
  height: 64px;
}

div.design2 .widget-hex {
  display: block;
  width: 52px;
  margin-right: auto;
  margin-left: auto;
}

div.design2 .widget-hex.small {
  width: 36px;
}

div.design2 .widget-icon {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 24px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .widget-value {
  margin-top: 12px;
  margin-right: 12px;
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 24px;
}

div.design2 .widget-value.s {
  font-size: 12px;
  line-height: 12px;
}

div.design2 .text-gray {
  color: #bababa;
}

div.design2 .widget-content {
  position: relative;
  height: 100px;
}

div.design2 .widget-content.small {
  display: inline-block;
  height: 64px;
  margin-right: 12px;
}

div.design2 .widget-label {
  margin-right: 12px;
  margin-bottom: 12px;
  font-size: 12px;
}

div.design2 .widget-label.s {
  font-size: 10px;
  line-height: 10px;
}

div.design2 .block-footer {
  position: relative;
  display: block;
  height: 42px;
  margin-top: 12px;
  margin-right: -12px;
  margin-left: -12px;
  padding-right: 12px;
  padding-left: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #f5f5f5;
  color: #000;
  text-align: center;
}

div.design2 .full-page {
  padding: 24px;
}

div.design2 .full-page.gradient-1 {
  background-image: url('/images/app/header//background-gradient1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}

div.design2 .app-download-block {
  position: relative;
  display: block;
  height: 48px;
  margin-top: 1px;
  margin-bottom: 12px;
  text-align: center;
}

div.design2 .app-download-block.no-margin {
  margin-bottom: 0px;
}

div.design2 .brand-bar {
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}

div.design2 .shadow-block {
  margin-bottom: 24px;
  padding: 12px;
  border-radius: 3px;
  box-shadow: 0 3px 50px -8px #000;
}

div.design2 .shadow-block.small {
  max-width: 420px;
}

div.design2 .shadow-block.small.fill-white.text-black {
  margin-top: 36px;
}

div.design2 .app-name-block {
  position: relative;
  top: 50%;
  display: inline-block;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: left;
}

div.design2 .app-name-block.flex {
  top: 0%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

div.design2 .app-block {
  text-align: center;
}

div.design2 .app-block.title {
  margin-right: -12px;
  margin-bottom: 12px;
  margin-left: -12px;
  padding-right: 12px;
  padding-left: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

div.design2 .app-menu-name {
  display: inline-block;
  margin-right: 6px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

div.design2 .app-menu-name.text-gray {
  display: inline-block;
}

div.design2 .app-menu-name.text-gray.link {
  display: inline-block;
}

div.design2 .app-menu-name.link {
  display: inline-block;
}

div.design2 .app-menu-name.full {
  display: block;
}

div.design2 .app-menu-name.half {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
}

div.design2 .app-menu-name.half.passive {
  opacity: 0.3;
}

div.design2 .app-menu-name.half.bold {
  font-weight: 700;
}

div.design2 .app-menu-name-block.l {
  font-size: 24px;
  font-weight: 300;
}

div.design2 .app-menu-subtitle {
  color: #b5b1b1;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
}

div.design2 .app-menu-subtitle.half {
  position: relative;
}

div.design2 .app-menu-subtitle.os {
  margin-top: 6px;
}

div.design2 .app-menu-subtitle.black {
  color: #1c1c1c;
  line-height: 14px;
}

div.design2 .app-menu-subtitle.integrations {
  color: #787878;
  font-weight: 300;
  letter-spacing: 0.2px;
}

div.design2 .app-menu-link {
  display: inline-block;
  opacity: 0.65;
  color: #3c88cf;
  text-decoration: none;
}

div.design2 .app-menu-link:hover {
  opacity: 1;
}

div.design2 .app-menu-link.w--current {
  opacity: 1;
  font-weight: 500;
}

div.design2 .app-menu-full-block {
  display: inline-block;
  height: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

div.design2 .app-menu-full-block.left {
  min-width: 240px;
  padding-right: 12px;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

div.design2 .app-menu-full-block.left.admins {
  padding-left: 32px;
  border-right-style: none;
}

div.design2 .app-menu-full-block.left.no-line {
  border-right-style: none;
}

div.design2 .app-menu-full-block.left-line {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

div.design2 .timeline-hex {
  position: absolute;
  left: 1px;
  top: 10px;
  right: 0px;
  display: block;
  height: 28px;
  margin-right: auto;
  margin-left: auto;
}

div.design2 .controller {
  height: 48px;
  min-width: 63px;
  padding-right: 12px;
  padding-left: 12px;
  float: right;
}

div.design2 .controller.auto {
  height: 100%;
  min-width: 48px;
  margin-left: 12px;
  padding-right: 0px;
}

div.design2 .controller.auto.minimize {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 3;
  width: 48px;
  height: 48px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

div.design2 .controller.auto.minimize:hover {
  background-color: #f5f5f5;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}

div.design2 .controller.auto.minimize:active {
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1), inset 0 3px 0 0 rgba(0, 0, 0, 0.1);
}

div.design2 .controller.l {
  position: relative;
  z-index: 1000;
}

div.design2 .controller.l.right {
  text-transform: none;
}

div.design2 .controller.right {
  padding-right: 0px;
}

div.design2 .round-button {
  position: relative;
  top: 50%;
  display: inline-block;
  height: 30px;
  min-width: 30px;
  margin-left: 6px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 200px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #fff), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(180deg, #fff 45%, rgba(0, 0, 0, 0.1));
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #000;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

div.design2 .round-button:hover {
  border-color: rgba(0, 0, 0, 0.3);
  background-image: none;
  opacity: 1;
}

div.design2 .round-button:active {
  background-color: #fff;
  background-image: none;
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.2);
}

div.design2 .round-button.layout {
  z-index: 1000;
  padding-right: 0px;
  padding-left: 0px;
}

div.design2 .round-button.layout.align-left {
  margin-left: 0px;
}

div.design2 .round-button.small {
  font-size: 11px;
  line-height: 11px;
}

div.design2 .round-button.small.align-left.todo {
  border-style: none;
  border-color: #f5f5f5;
  background-color: #3566cd;
  background-image: none;
  color: #fff;
  font-size: 12px;
}

div.design2 .round-button.small.align-left.todo:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.05)), to(hsla(0, 0%, 100%, 0.05)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.05), hsla(0, 0%, 100%, 0.05));
}

div.design2 .round-button.small.align-left.todo:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  box-shadow: none;
}

div.design2 .round-button.absolute-center {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #fff), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(180deg, #fff 45%, rgba(0, 0, 0, 0.1));
}

div.design2 .round-button.right {
  float: right;
}

div.design2 .event-button-icon {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 16px;
  height: 16px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .row {
  position: relative;
  width: 100%;
  height: 42px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

div.design2 .log-block {
  margin: 0px -12px;
  padding: 12px;
  background-color: #000;
  font-family: Inconsolata, monospace;
  color: #bcbcbc;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
}

div.design2 .log-block.white {
  background-color: #fff;
  color: #383838;
}

div.design2 .log-block.white.no-margin {
  margin-right: 0px;
  background-color: #f5f5f5;
}

div.design2 .log-block.white.no-margin._16-padding {
  padding-right: 12px;
  padding-left: 16px;
}

div.design2 .round-dropdown-toggle {
  width: 100%;
  height: 100%;
  padding: 7px 16px 8px;
}

div.design2 .controller-dropdown-list {
  position: relative;
  z-index: 1000;
}

div.design2 .controller-dropdown-list.w--open {
  position: absolute;
  top: 28px;
  right: 0px;
  width: 200px;
  margin-top: 12px;
  padding: 4px 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 1px 20px -8px #000;
}

div.design2 .controller-dropdown-list.left.w--open {
  left: 0px;
  top: 28px;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

div.design2 .controller-dropdown-list.app-menu-dropdown-list.w--open {
  margin-top: 18px;
  padding: 0px;
}

div.design2 .controller-dropdown-list.app-menu-dropdown-list.issues.w--open {
  width: 660px;
}

div.design2 .layout-button {
  position: relative;
  display: block;
  height: 42px;
  padding-right: 0px;
  padding-left: 0px;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

div.design2 .layout-button:hover {
  background-color: rgba(0, 152, 255, 0.05);
}

div.design2 .layout-button.checkbox-button {
  position: relative;
  height: 36px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

div.design2 .layout-button.checkbox-button:hover {
  background-color: rgba(0, 152, 255, 0.05);
}

div.design2 .layout-button.checkbox-button.short {
  height: 32px;
}

div.design2 .layout-button.selected {
  background-color: #f5f5f5;
  background-image: url('/images/app/header//ic_check_black_48dp.png');
  background-position: 95% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  font-weight: 700;
}

div.design2 .layout-button.selected.m:hover {
  background-color: rgba(0, 152, 255, 0.05);
}

div.design2 .layout-button.m {
  height: 32px;
  padding-right: 10px;
  padding-left: 10px;
}

div.design2 .visual-data-block {
  margin-right: -12px;
  margin-left: -12px;
  padding: 16px 12px;
}

div.design2 .canvas-2 {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

div.design2 .checkbox {
  position: relative;
  top: 50%;
  margin-top: 0px;
  margin-right: 8px;
  margin-left: 0px;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .checkbox._3-column {
  left: 0px;
  top: auto;
  bottom: 0%;
  margin-top: 4px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

div.design2 .dropdown-form {
  margin-bottom: 0px;
}

div.design2 .screenshot-block {
  width: 100%;
  text-align: left;
}

div.design2 .screenshot-thumbnail {
  max-width: 200px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

div.design2 .screenshot-thumbnail:hover {
  border-color: rgba(0, 0, 0, 0.4);
}

div.design2 .tabs-side-by-side {
  padding-bottom: 24px;
}

div.design2 .side-tab-menu {
  z-index: 1;
  width: 240px;
  margin-right: 12px;
  float: left;
  border-radius: 6px;
}

div.design2 .side-tab-menu.top {
  display: block;
  width: 100%;
  height: 48px;
  padding-right: 5px;
  padding-left: 5px;
  float: none;
}

div.design2 .side-tab-link {
  display: block;
  height: 49px;
  padding: 0px 12px 0px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  opacity: 0.5;
}

div.design2 .side-tab-link.w--current {
  padding-left: 15px;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 1;
  font-weight: 700;
}

div.design2 .side-tab-link._3 {
  width: 33.3333%;
  float: left;
}

div.design2 .side-tab-link._3.w--current {
  border-style: solid solid none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #fff;
}

div.design2 .side-tab-link.white {
  border-bottom-style: none;
  opacity: 0.7;
  font-size: 15px;
  font-weight: 300;
}

div.design2 .side-tab-link.white:hover {
  border-radius: 3px;
  background-color: rgba(2, 130, 248, 0.1);
  opacity: 1;
}

div.design2 .side-tab-link.white.w--current {
  margin-top: 1px;
  padding-left: 14px;
  border-style: none none none solid;
  border-width: 1px 1px 1px 3px;
  border-color: rgba(2, 130, 248, 0.08) rgba(2, 130, 248, 0.08) rgba(2, 130, 248, 0.08) #ffa95a;
  border-radius: 3px;
  background-color: #ff7a00;
  box-shadow: 0 0 14px -4px hsla(0, 0%, 100%, 0.5);
  opacity: 1;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  color: #000;
  font-weight: 400;
}

div.design2 .browse-file-button {
  position: absolute;
  top: 0px;
  right: 0px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

div.design2 .browse-file-button.fill-gray.text-black {
  height: 38px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

div.design2 .upload-file-form {
  position: relative;
  margin-bottom: 0px;
}

div.design2 .upload-file-field {
  margin-bottom: 0px;
  border-radius: 3px;
}

div.design2 .footer-controller {
  position: relative;
  height: 42px;
  font-size: 11px;
}

div.design2 .checkbox-field {
  position: relative;
  display: block;
  height: 42px;
  padding: 0px;
}

div.design2 .checkbox-field.s {
  height: 32px;
}

div.design2 .checkbox-field.app-upload {
  height: 32px;
}

div.design2 .checkbox-field.table-row {
  height: 72px;
}

div.design2 .form-wrapper {
  position: relative;
  height: auto;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

div.design2 .form-wrapper.relative-center {
  z-index: 5555555;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .form-wrapper.in-title {
  width: 60px;
  margin-right: 42px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

div.design2 .form-side-label {
  position: relative;
  height: 42px;
}

div.design2 .checkbox-label {
  position: relative;
  top: 50%;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .checkbox-label._3-column {
  top: 0%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

div.design2 .sideways-tooltip-block {
  position: relative;
  left: -6px;
  width: 20px;
  height: 20px;
}

div.design2 .sideways-tooltip-block.relative-center.align-right {
  z-index: 9999;
  opacity: 1;
}

div.design2 .sideways-tooltip-block.relative-center.align-right:hover {
  opacity: 1;
}

div.design2 .sideways-tooltip-block.right {
  margin-right: -6px;
  float: right;
}

div.design2 .sideways-tooltip-block.right.hidden {
  display: none;
}

div.design2 .sideways-tooltip-block.testers-menu {
  position: absolute;
  left: auto;
  top: 50%;
  right: 6px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .sideways-tooltip {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 240px;
  padding-right: 7px;
  background-color: transparent;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

div.design2 .sideways-tooltip.w--open {
  z-index: 9999;
  background-color: transparent;
  opacity: 1;
}

div.design2 .sideways-tooltip.small {
  width: auto;
}

div.design2 .sideways-tooltip.small.w--open {
  width: auto;
}

div.design2 .sideways-tooltip.testers-menu.w--open {
  width: 192px;
}

div.design2 .sideways-tooltip-icon {
  top: 50%;
  z-index: 0;
  width: 20px;
  height: 20px;
  padding: 0px;
  border-radius: 200px;
  background-color: #383838;
  background-image: url('/images/app/header//icon-question-mark.png');
  background-position: 50% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .sideways-tooltip-icon.w--open {
  opacity: 1;
}

div.design2 .sideways-tooltip-icon.close {
  background-color: transparent;
  background-image: url('/images/app/header//ic_close_black_48dp.png');
  background-size: 12px;
  opacity: 0.5;
}

div.design2 .sideways-tooltip-icon.close:hover {
  opacity: 1;
}

div.design2 .sideways-tooltip-icon.washed {
  opacity: 0.5;
}

div.design2 .sideways-tooltip-content {
  position: relative;
  z-index: 1;
  padding: 12px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
}

div.design2 .sideways-tooltip-content.m {
  font-size: 12px;
  line-height: 20px;
}

div.design2 .sideways-tooltip-arrow {
  position: absolute;
  top: 0px;
  right: 1px;
  bottom: 0px;
  width: 6px;
  height: 12px;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid rgba(0, 0, 0, 0.8);
}

div.design2 .form {
  position: relative;
  margin-bottom: 16px;
}

div.design2 .form.no-margin {
  margin-bottom: 0px;
}

div.design2 .text-area {
  position: relative;
  min-height: 120px;
  border-radius: 3px;
}

div.design2 .text-area.app-upload {
  min-height: 100px;
  margin-top: 12px;
  font-size: 13px;
}

div.design2 .accordion-button {
  position: relative;
  overflow: hidden;
  height: 36px;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}

div.design2 .accordion-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.12)), color-stop(98%, hsla(0, 0%, 100%, 0.12)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.12), hsla(0, 0%, 100%, 0.12) 98%);
}

div.design2 .accordion-button:active {
  background-image: none;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 3px 0 0 rgba(0, 0, 0, 0.12);
}

div.design2 .accordion-button-text {
  position: relative;
  top: 50%;
  display: block;
  overflow: hidden;
  margin-right: 12px;
  margin-left: 26px;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .accordion-button-content {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 100%;
  min-width: 36px;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
}

div.design2 .accordion-icon {
  position: absolute;
  top: 10px;
  width: 16px;
  height: 16px;
}

div.design2 .blank-character {
  opacity: 0;
  letter-spacing: -2px;
}

div.design2 .table {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

div.design2 .table-row {
  position: relative;
  display: block;
  height: 72px;
  min-height: 42px;
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 18px;
  text-decoration: none;
}

div.design2 .table-row:hover {
  background-color: #f7fbff;
}

div.design2 .table-row.header {
  height: 56px;
  margin-right: 12px;
  margin-left: 12px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  box-shadow: 0 0 24px -6px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #078ae0;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
}

div.design2 .table-row.header.full {
  position: relative;
  z-index: 1;
  margin-right: 0px;
  margin-left: -1px;
  font-weight: 500;
}

div.design2 .table-row.header.full.small {
  height: 42px;
}

div.design2 .table-row.app {
  position: relative;
  height: 72px;
}

div.design2 .table-row.app.half {
  width: 100%;
  height: 48px;
}

div.design2 .table-row.app.half.no-hover.no-line {
  z-index: 2;
  border-bottom-style: none;
}

div.design2 .table-row.app.half.no-hover.no-line.table-margins {
  margin-top: 8px;
  margin-bottom: 8px;
}

div.design2 .table-row.app.half.no-hover.no-line.table-margins.disabled {
  background-color: #f5f5f5;
  opacity: 0.6;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

div.design2 .table-row.app.no-hover:hover {
  background-color: #fff;
}

div.design2 .table-row.app.no-hover.last {
  border-bottom-style: none;
}

div.design2 .table-row.app.no-hover.half.last.reg-margin {
  margin-right: 0px;
  margin-left: 0px;
}

div.design2 .table-row.app.last {
  border-bottom-style: none;
}

div.design2 .table-row.auto {
  height: auto;
}

div.design2 .table-row.expandable {
  position: relative;
  display: block;
  height: auto;
}

div.design2 .table-row.selected {
  background-color: rgba(75, 189, 111, 0.1);
}

div.design2 .table-row.selected:hover {
  background-color: rgba(0, 152, 255, 0.05);
}

div.design2 .table-row.table-row-first {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

div.design2 .table-row.table-row-second {
  height: 42px;
  min-height: 42px;
  border-bottom-width: 0px;
}

div.design2 .table-row.table-row-last {
  border-bottom-width: 0px;
}

div.design2 .table-column {
  position: relative;
  height: 100%;
  padding-right: 12px;
  padding-left: 12px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

div.design2 .table-column.no-line {
  border-right: 1px none #000;
}

div.design2 .table-column.no-line.operator {
  padding-left: 6px;
}

div.design2 .table-column.no-line.full-left {
  padding-left: 0px;
}

div.design2 .table-column.text-left {
  min-height: 42px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

div.design2 .table-column.text-left.log-font.expandable {
  height: 100%;
  color: #383838;
}

div.design2 .table-column.text-left.full-height {
  display: block;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

div.design2 .table-column.text-left.expandable {
  height: 100%;
}

div.design2 .table-column.text-left.more {
  background-image: url('/images/app/header//ic_keyboard_arrow_down_grey600_48dp.png');
  background-position: 100% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

div.design2 .table-column.sort {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right-width: 1px;
  border-right-color: rgba(0, 0, 0, 0.1);
  background-image: url('/images/app/header//sort.png');
  background-position: 100% 50%;
  background-size: auto 12px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  text-align: left;
}

div.design2 .table-column.text-center.text-red {
  min-height: 42px;
  padding-top: 8px;
  padding-bottom: 8px;
}

div.design2 .table-column.demo-app {
  background-image: url('/images/app/header//icon-demo.png');
  background-position: 100% 0%;
  background-size: auto 36px;
  background-repeat: no-repeat;
}

div.design2 .table-column.full {
  padding-right: 0px;
  padding-left: 0px;
  border-right: 1px none #000;
}

div.design2 .table-column.no-line.full-right {
  padding-right: 0px;
}

div.design2 .table-column.with-more-button {
  padding-right: 42px;
}

div.design2 .table-column.with-more-button.expandable {
  overflow: hidden;
  height: auto;
  min-height: 42px;
  border-right-style: solid;
  box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.1);
}

div.design2 .table-column.expandable {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 100%;
  min-height: 42px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-left: 1px none rgba(0, 0, 0, 0.1);
  border-right-style: solid;
  text-align: left;
}

div.design2 .table-column.fixed {
  height: 42px;
  border-right-style: none;
}

div.design2 .table-column.last {
  border-right-style: none;
}

div.design2 .hidden-table {
  overflow: hidden;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

div.design2 .hidden-table.app-upload {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-left-style: none;
}

div.design2 .advanced-settings-link {
  display: block;
  margin-top: -6px;
  margin-bottom: 12px;
  text-align: left;
}

div.design2 .form-group {
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

div.design2 .form-group.last {
  border-bottom: 1px none #000;
}

div.design2 .side-filter-block {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 140px;
  z-index: 20;
  overflow: auto;
  width: 240px;
  height: 100%;
  padding-top: 112px;
  padding-bottom: 68px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  box-shadow: 6px 0 24px -6px rgba(0, 0, 0, 0.35);
  text-align: left;
}

div.design2 .side-filter-block.visual-analysis {
  width: 288px;
  padding: 161px 8px 8px;
  border-right-color: rgba(0, 0, 0, 0.2);
  box-shadow: 6px 0 24px -6px rgba(0, 0, 0, 0.15);
}

div.design2 .side-filter-block.testers {
  padding-bottom: 24px;
}

div.design2 .side-filter-content {
  overflow: auto;
  min-height: 100%;
  padding: 18px 12px 12px;
}

div.design2 .side-filter-content.visual-analysis {
  position: relative;
  overflow: auto;
  height: 100%;
  padding: 0px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  background-color: #e2e2e2;
  box-shadow: inset 0 0 24px -6px rgba(0, 0, 0, 0.35);
}

div.design2 .side-filter-content.testers {
  min-height: auto;
  padding-right: 6px;
  padding-bottom: 0px;
  padding-left: 6px;
}

div.design2 .side-filter-content.session-filter {
  padding-top: 0px;
  padding-right: 1px;
  padding-left: 1px;
}

div.design2 .full-table {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
}

div.design2 .full-table.with-header-filter {
  margin-top: 111px;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 24px -6px rgba(0, 0, 0, 0.35);
}

div.design2 .full-table.in-block {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

div.design2 .full-table.in-block.minimizeable {
  margin-top: 12px;
  margin-bottom: 12px;
}

div.design2 .full-table.in-block.minimizeable.roboto {
  font-family: Roboto, sans-serif;
}

div.design2 .fixed-table-header {
  position: fixed;
  z-index: 10;
  display: block;
  width: 100%;
  margin-left: -12px;
  background-color: #e2e2e2;
  color: #3c88cf;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

div.design2 .fixed-table-header.filtered {
  padding-right: 240px;
  text-align: left;
}

div.design2 .table-content {
  font-size: 13px;
}

div.design2 .project-nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 72px;
  padding-bottom: 18px;
  padding-left: 24px;
  float: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .project-nav-link {
  position: relative;
  top: 50%;
  margin-right: 10px;
  padding: 4px 10px;
  float: left;
  opacity: 0.5;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #000;
  font-size: 13px;
  line-height: 17px;
  text-decoration: none;
}

div.design2 .project-nav-link:hover {
  opacity: 1;
  color: #0282f8;
}

div.design2 .project-nav-link.w--current {
  padding: 4px 10px;
  border-radius: 200px;
  background-color: #0282f8;
  opacity: 1;
  color: #fff;
  font-weight: 400;
}

div.design2 .project-nav-link.w--current:hover {
  color: #fff;
}

div.design2 .side-filter-group {
  margin: 0px -12px;
  padding-right: 12px;
  padding-left: 12px;
}

div.design2 .side-filter-title {
  position: relative;
  height: 36px;
  margin-right: -12px;
  margin-bottom: 0px;
  margin-left: -12px;
  padding-left: 12px;
  font-size: 11px;
  line-height: 11px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

div.design2 .side-filter-title:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

div.design2 .table-column-link-block {
  position: relative;
  display: block;
  color: #000;
}

div.design2 .app-icon {
  position: relative;
  left: 0px;
  top: 50%;
  right: 0px;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

div.design2 .app-icon.half {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}

div.design2 .app-icon.m {
  width: 42px;
  height: 42px;
  margin-right: 16px;
}

div.design2 .app-icon.vertical-align {
  top: 40%;
  margin-left: 6px;
}

div.design2 .header-filter-link {
  position: relative;
  top: 50%;
  display: inline-block;
  height: 28px;
  min-width: 32px;
  margin-top: 28px;
  margin-left: 12px;
  padding: 0px 12px;
  border-radius: 200px;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #000;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

div.design2 .header-filter-link:hover {
  background-color: hsla(0, 0%, 100%, 0.5);
  opacity: 1;
}

div.design2 .header-filter-link.w--current {
  background-color: #fff;
  opacity: 1;
  color: #000;
}

div.design2 .header-filter-link.w--current:hover {
  background-color: #fff;
}

div.design2 .header-filter-icon {
  position: relative;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .header-search-filter {
  display: inline-block;
  height: 36px;
  margin-top: 10px;
  margin-right: 12px;
  margin-bottom: 0px;
  float: right;
}

div.design2 .header-search-form {
  position: relative;
  height: 100%;
  float: right;
}

div.design2 .header-search-field {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 240px;
  height: 100%;
  padding-top: 10px;
  float: right;
  border-radius: 3px;
  background-image: url('/images/app/header//ic_search_grey600_48dp.png');
  background-position: 96% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}

div.design2 .header-search-field.testers-chart {
  width: 300px;
  margin-left: 12px;
}

div.design2 .divided-cell {
  height: 100%;
  margin: 0px;
  padding: 0px;
}

div.design2 .os-table-icon {
  width: 24px;
  height: 24px;
}

div.design2 .os-table-icon.half {
  width: 16px;
  height: 16px;
}

div.design2 .header-checkbox {
  position: relative;
  top: 50%;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  line-height: 21px;
  font-weight: 700;
}

div.design2 .status-icon-block {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: 6px;
  margin-right: 6px;
  margin-left: 6px;
  text-align: center;
}

div.design2 .status-tooltip {
  position: absolute;
  top: -7px;
  right: 18px;
  bottom: 0px;
  width: auto;
  height: 32px;
  max-width: none;
  padding-right: 6px;
}

div.design2 .tooltip-content {
  width: 100%;
  height: 100%;
  padding: 6px;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 10px;
}

div.design2 .tool-tip-arrow.right {
  position: absolute;
  top: 50%;
  right: 0px;
  bottom: 0px;
  width: 6px;
  height: 12px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid rgba(0, 0, 0, 0.9);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .status-icon {
  display: block;
  width: 18px;
  height: 18px;
}

div.design2 .fake-space {
  opacity: 0;
}

div.design2 .controller-block {
  display: inline-block;
  height: 100%;
  min-width: 48px;
}

div.design2 .controller-block.left {
  float: left;
}

div.design2 .controller-block.right {
  padding-right: 0px;
  float: right;
}

div.design2 .controller-button {
  position: relative;
  top: 50%;
  height: 32px;
  min-width: 32px;
  margin-right: 8px;
  padding: 0px 10px;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 11px;
  line-height: 12px;
  font-weight: 400;
  text-transform: none;
}

div.design2 .controller-button:hover {
  border-color: rgba(0, 0, 0, 0.2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.05)), to(rgba(0, 0, 0, 0.05)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.05), rgba(0, 0, 0, 0.05));
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

div.design2 .controller-button:active {
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

div.design2 .controller-button.right {
  margin-right: 0px;
  margin-left: 8px;
}

div.design2 .controller-icon {
  position: relative;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .controller-icon.wide {
  width: auto;
  height: 16px;
  margin-right: 0px;
}

div.design2 .tabs-content {
  overflow: visible;
}

div.design2 .dropdown-icon {
  margin-right: 12px;
}

div.design2 .user-menu-link {
  display: block;
  height: 42px;
  padding: 0px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 13px;
  line-height: 13px;
  text-decoration: none;
}

div.design2 .user-menu-link:hover {
  background-color: rgba(0, 152, 255, 0.05);
}

div.design2 .user-menu-link.sign-out {
  color: #e64637;
}

div.design2 .menu-group.scrollable-dropdown {
  overflow: auto;
  height: 360px;
}

div.design2 .notification-menu-block {
  position: relative;
  display: block;
  height: 72px;
  padding: 12px 12px 12px 72px;
  border-right: 4px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  color: #000;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

div.design2 .notification-menu-block:hover {
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 0 24px -6px rgba(0, 0, 0, 0.35);
}

div.design2 .notification-menu-block.unread {
  border-right: 4px solid #e06767;
}

div.design2 .notification-menu-avatar {
  position: absolute;
  left: 12px;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  border-radius: 200px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .notification-menu-text-block {
  position: relative;
  top: 50%;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .notification-menu-list {
  overflow: auto;
  max-height: 360px;
}

div.design2 .upload-menu-link {
  position: relative;
  display: block;
  height: 64px;
  padding-right: 12px;
  padding-left: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}

div.design2 .upload-menu-link:hover {
  background-color: rgba(0, 152, 255, 0.08);
}

div.design2 .upload-menu-link.last {
  border-bottom: 1px none #000;
}

div.design2 .upload-icon {
  position: relative;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-right: 12px;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .centered-button-content {
  position: relative;
  display: inline-block;
  height: 100%;
  text-align: center;
}

div.design2 .overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10001;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.65);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.1), rgba(0, 0, 0, 0.5) 98%);
  opacity: 1;
}

div.design2 .overlay.flex-center {
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .delete-session-block {
  position: absolute;
  left: 0px;
  top: 40%;
  right: 0px;
  width: 480px;
  margin-right: auto;
  margin-left: auto;
  padding: 36px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: #e64637;
  box-shadow: 0 6px 24px -6px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
  font-weight: 300;
  text-align: center;
}

div.design2 .delete-session-block.overlay-content {
  display: none;
}

div.design2 .delete-form {
  margin-top: 24px;
}

div.design2 .delete-field {
  height: 64px;
  margin-bottom: 24px;
  border-style: none none solid;
  border-bottom-width: 3px;
  border-bottom-color: #fff;
  background-color: transparent;
  color: #fff;
  font-size: 36px;
  font-weight: 100;
  text-align: center;
}

div.design2 .delete-field:focus {
  border-bottom-color: #fff;
  color: #fff;
}

div.design2 .more-info-block {
  position: absolute;
  left: 0px;
  top: 45%;
  right: 0px;
  display: block;
  width: 480px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .more-info-block.overlay-content {
  display: none;
}

div.design2 .session-info-list {
  overflow: auto;
  max-height: 480px;
  margin-bottom: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

div.design2 .session-info-list.no-scroll {
  overflow: visible;
  max-height: none;
}

div.design2 .overlay-toggle {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 100%;
}

div.design2 .all-apps-link-block {
  position: relative;
  display: block;
  height: 64px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  text-align: center;
  text-decoration: none;
}

div.design2 .widget-subtitle {
  margin-top: 10px;
  margin-bottom: -15px;
  opacity: 1;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

div.design2 .amount {
  opacity: 0.65;
  font-size: 0.85em;
}

div.design2 .table-footer {
  position: relative;
  height: 48px;
  padding-right: 12px;
  padding-left: 12px;
  background-color: #f5f5f5;
}

div.design2 .table-controller-form {
  margin: 0px;
}

div.design2 .table-select-controller {
  height: 32px;
  font-size: 12px;
  line-height: 11px;
}

div.design2 .widget-go-to-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4px;
  color: #fff;
  font-size: 11px;
}

div.design2 .widget-go-to-link:hover {
  opacity: 1;
}

div.design2 .session-screenshots-block {
  position: absolute;
  left: 0px;
  top: 45%;
  right: 0px;
  display: block;
  overflow: hidden;
  max-height: 85%;
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-right: 12px;
  padding-left: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 6px 24px -6px #000;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .session-screenshots-block.overlay-content {
  display: none;
}

div.design2 .upload-details-content {
  overflow: hidden;
  height: 180px;
  -webkit-transform: translate(0px, 12px);
  -ms-transform: translate(0px, 12px);
  transform: translate(0px, 12px);
}

div.design2 .upload-details-content.app-upload {
  position: relative;
  overflow: visible;
  height: auto;
  margin-top: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

div.design2 .browse-block {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .upload-progress-block {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .pill {
  display: inline-block;
  margin-bottom: 4px;
  padding: 4px 10px 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 200px;
  background-color: #1d8269;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
}

div.design2 .pill:hover {
  border-color: rgba(0, 0, 0, 0.3);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.1)), to(hsla(0, 0%, 100%, 0.1)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0.1));
}

div.design2 .pill:active {
  background-image: none;
}

div.design2 .pill.fill-gray {
  background-color: #e4e4e4;
  color: #000;
}

div.design2 .pill.fill-gray.bug-system {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 500;
  text-transform: none;
}

div.design2 .pill.fill-gray.bug-system:hover {
  border-color: rgba(0, 0, 0, 0.3);
  background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0.4)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0));
}

div.design2 .pill.fill-gray.bug-system:active {
  background-image: none;
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

div.design2 .screenshot-slider {
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

div.design2 .screenshot-mask {
  border-style: none;
}

div.design2 .screenshot-slide {
  width: 100%;
  height: auto;
  border-style: none;
  text-align: center;
}

div.design2 .screenshot-slide-nav {
  height: 32px;
  padding-top: 9px;
  font-size: 4px;
}

div.design2 .screenshot-image {
  max-height: none;
  max-width: 100%;
}

div.design2 .screenshot-thumbnail-link {
  margin-right: 12px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

div.design2 .side-filter-toggle {
  position: relative;
  top: 50%;
  margin-top: 0px;
  margin-right: 8px;
  margin-left: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .side-filter-attributes {
  overflow: hidden;
  margin-right: -13px;
  margin-bottom: -1px;
  margin-left: -13px;
  padding-right: 8px;
  padding-left: 32px;
  background-color: #fff;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  font-size: 12px;
}

div.design2 .side-filter-attribute-field {
  height: 36px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  font-size: 12px;
}

div.design2 .side-filter-title-text {
  position: relative;
  left: 0px;
  top: 50%;
  right: 0px;
  bottom: 50%;
  display: inline-block;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #3c88cf;
  font-weight: 700;
}

div.design2 .attribute-title {
  margin-top: 8px;
}

div.design2 .attribute-row {
  margin-right: -8px;
  margin-left: -8px;
}

div.design2 .attribute-content {
  padding-top: 8px;
  padding-bottom: 8px;
}

div.design2 .attribute-select-field {
  font-size: 12px;
}

div.design2 .attribute-text-field {
  font-size: 12px;
}

div.design2 .side-filter-controller {
  width: 240px;
  height: 56px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}

div.design2 .side-filter-controller.visual-analysis {
  position: fixed;
  left: 0px;
  top: 113px;
  right: 0px;
  z-index: 1;
  width: 288px;
  height: 48px;
  padding: 8px;
  border-top: 1px none #000;
  background-color: #f5f5f5;
}

div.design2 .side-filter-controller.large {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 48px;
  padding-top: 8px;
  border-top: 1px none #000;
}

div.design2 .side-filter-controller.padding {
  height: auto;
  padding-top: 6px;
  padding-right: 6px;
  padding-left: 6px;
}

div.design2 .link-do-not-use {
  display: block;
  cursor: pointer;
}

div.design2 .link-do-not-use:hover {
  color: #0079ca;
  text-decoration: underline;
}

div.design2 .link-do-not-use.top-right {
  position: absolute;
  top: 0px;
  right: 0px;
}

div.design2 .link-do-not-use.onboarding {
  margin-bottom: 32px;
}

div.design2 .message-block {
  display: inline-block;
  margin-bottom: 24px;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  box-shadow: 0 6px 24px -6px rgba(0, 0, 0, 0.35);
}

div.design2 .message-block.success {
  background-color: #4bbd6f;
  color: #fff;
}

div.design2 .message-block.blue {
  display: inline-block;
  border-color: #0098ff;
  background-color: rgba(0, 152, 255, 0.05);
  box-shadow: 0 6px 24px -6px rgba(0, 0, 0, 0.2);
  color: #0282f8;
}

div.design2 .message-block.blue.distribution-msg {
  display: none;
}

div.design2 .message-block.blue.testers {
  display: none;
}

div.design2 .message-block.permanent {
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: 0 6px 13px -9px rgba(0, 0, 0, 0.35);
}

div.design2 .qr-code {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}

div.design2 .invite-testers-form-wrapper {
  overflow: auto;
  max-height: 264px;
  margin-bottom: 8px;
  padding: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
}

div.design2 .invite-testers-form {
  border-style: none;
}

div.design2 .invite-testers-checkbox-field {
  position: relative;
  min-height: 48px;
  margin: 0px;
  padding: 24px 12px 0px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  text-align: right;
}

div.design2 .invite-testers-checkbox-field:hover {
  background-color: rgba(0, 152, 255, 0.05);
}

div.design2 .invite-testers-checkbox-field.first {
  border-top: 1px none #000;
}

div.design2 .invite-testers-checkbox {
  position: absolute;
  left: 12px;
  top: 50%;
  z-index: 1;
  margin: 0px 8px 0px 0px;
  padding: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 20px;
}

div.design2 .invite-testers-checkbox-text {
  position: absolute;
  left: 32px;
  top: 50%;
  z-index: 1;
  margin-bottom: 0px;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .invite-testers-amount {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: Inconsolata, monospace;
  color: #9e9e9e;
  font-size: 12px;
  font-weight: 300;
}

div.design2 .block-group {
  margin: 24px -12px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

div.design2 .block-group.last {
  margin-bottom: -12px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
}

div.design2 .block-group.last.pull-up {
  margin-top: -10px;
  padding-bottom: 8px;
}

div.design2 .block-group.no-line {
  padding-bottom: 12px;
  border-bottom: 1px none #000;
}

div.design2 .block-group.no-line.no-margin {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

div.design2 .block-group.no-line.sessopm-info {
  overflow: auto;
  max-height: 550px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 24px;
}

div.design2 .block-group.small {
  padding-bottom: 0px;
}

div.design2 .block-group.extra-bottom-padding {
  padding-bottom: 24px;
}

div.design2 .text-field {
  height: 48px;
  margin: 0px;
}

div.design2 .text-field.free {
  height: 120px;
  min-height: 120px;
  margin-bottom: 8px;
}

div.design2 .block-row {
  margin-right: -12px;
  margin-left: -12px;
}

div.design2 .social-button {
  position: relative;
  width: 36px;
  height: 36px;
  margin-right: 5px;
  margin-bottom: 12px;
  padding: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #b6b6b6;
  background-image: url('/images/app/header//ic_link_grey600_48dp.png'), url('/images/app/header//dot.png');
  background-position: 50% 50%, 48px 0px;
  background-size: cover, 1px;
  background-repeat: no-repeat, repeat-y;
  color: #5a5a5a;
  font-weight: 500;
  text-align: center;
}

div.design2 .social-button:hover {
  box-shadow: inset 0 0 8px 25px hsla(0, 0%, 100%, 0.1);
}

div.design2 .social-button:active {
  padding-top: 3px;
  box-shadow: inset 0 0 8px 25px rgba(0, 0, 0, 0.1);
}

div.design2 .social-button.google {
  background-color: #cf3333;
  background-image: url('/images/app/header//google.png'), url('/images/app/header//dot.png');
  background-position: 50% 50%, 48px 0px;
  background-size: cover, 1px;
  background-repeat: no-repeat, repeat-y;
  color: #fff;
}

div.design2 .social-button.facebook {
  background-color: #304fa5;
  background-image: url('/images/app/header//social-facebook.png'), url('/images/app/header//dot.png');
  background-position: 50% 50%, 48px 0px;
  background-size: cover, 1px;
  background-repeat: no-repeat, repeat-y;
  color: #fff;
}

div.design2 .social-button.twitter {
  background-color: #42c0e7;
  background-image: url('/images/app/header//social-twitter.png'), url('/images/app/header//dot.png');
  background-position: 50% 50%, 48px 0px;
  background-size: cover, 1px;
  background-repeat: no-repeat, repeat-y;
  color: #fff;
}

div.design2 .container {
  position: relative;
}

div.design2 .container.l {
  position: relative;
  max-width: 1400px;
}

div.design2 .container.medium {
  max-width: 600px;
}

div.design2 .container.m {
  max-width: 660px;
}

div.design2 .padded-column {
  padding-left: 24px;
}

div.design2 .social-button-group {
  display: inline-block;
}

div.design2 .social-button-group.right {
  position: relative;
  display: inline-block;
  margin-right: -5px;
  margin-left: 12px;
  float: right;
  text-align: right;
}

div.design2 .share-link-form {
  width: 100%;
  margin-top: -48px;
  padding-right: 124px;
  float: left;
}

div.design2 .share-link-field {
  background-image: url('/images/app/header//copy-paste-bg.png');
  background-position: 100% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
  font-size: 14px;
  font-style: normal;
  text-align: left;
}

div.design2 .text-edit-controller {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 56px;
  height: 30px;
  float: right;
  text-align: right;
}

div.design2 .select-field {
  height: 42px;
}

div.design2 .select-field.s {
  position: relative;
  top: 20px;
  height: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 12px;
  line-height: 16px;
}

div.design2 .empty-row {
  position: relative;
  height: 42px;
}

div.design2 .settings-column.pull-up {
  margin-top: -11px;
}

div.design2 .purchase-block {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 560px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  box-shadow: 0 6px 24px -6px rgba(0, 0, 0, 0.35);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

div.design2 .purchase-block.overlay-content._3 {
  display: none;
}

div.design2 .purchase-block.overlay-content._4 {
  padding-bottom: 24px;
}

div.design2 .purchase-block.overlay-content._5 {
  width: 480px;
  padding: 36px 24px 24px;
  border-radius: 6px;
  background-color: #fff;
}

div.design2 .purchase-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

div.design2 .purchase-content.featurelist {
  height: auto;
  padding-left: 12px;
}

div.design2 .purchase-content-value {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #3568f2;
  color: #fff;
  text-align: center;
}

div.design2 .purchase-value {
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
}

div.design2 .currency {
  position: relative;
  display: inline-block;
  -webkit-transform: translate(0px, -290%);
  -ms-transform: translate(0px, -290%);
  transform: translate(0px, -290%);
  font-size: 0.4em;
  line-height: 0.4em;
}

div.design2 .per-month {
  font-size: 10px;
  font-weight: 300;
}

div.design2 .purchase-list-item {
  position: relative;
  min-height: 24px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-left: 28px;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

div.design2 .purchase-list-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

div.design2 .purchase-list-icon.s {
  width: 16px;
  height: 16px;
  margin-top: 4px;
}

div.design2 .payment-info-block {
  font-size: 12px;
  text-align: center;
}

div.design2 .credit-card-info-form {
  margin-top: 8px;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  text-align: left;
}

div.design2 .purchase-form-group {
  margin-bottom: 0px;
}

div.design2 .purchase-form-label {
  margin-bottom: 0px;
  color: #b6b6b6;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

div.design2 .purchase-field {
  border-radius: 3px;
}

div.design2 .purchase-field.half-left {
  width: 50%;
  float: left;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

div.design2 .purchase-field.half-right {
  width: 50%;
  float: left;
  border-left: 1px none #000;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

div.design2 .new-purchase-block {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 560px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  box-shadow: 1px 6px 24px -6px rgba(0, 0, 0, 0.35);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .new-purchase-block.overlay-content {
  text-align: center;
}

div.design2 .payment-info-form {
  margin-top: 6px;
}

div.design2 .payment-type-radio {
  position: relative;
  height: auto;
  min-height: 42px;
  margin-bottom: 8px;
  padding: 10px 12px 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #fff;
  text-align: left;
}

div.design2 .payment-icon {
  height: 20px;
  margin-right: 6px;
  float: left;
}

div.design2 .payment-info-name {
  float: left;
  font-weight: 700;
}

div.design2 .payment-info-details {
  float: right;
  color: #bdbdbd;
}

div.design2 .new-payment-type-block {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

div.design2 .text-group {
  margin-bottom: 48px;
}

div.design2 .text-group.small {
  margin-bottom: 24px;
}

div.design2 .login-header {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  color: #0282f8;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

div.design2 .login-success-message {
  border-radius: 6px;
  background-color: rgba(1, 187, 24, 0.1);
  color: #007a22;
  font-size: 14px;
  font-weight: 300;
}

div.design2 .login-error-message {
  display: block;
  border-radius: 6px;
  background-color: transparent;
  color: #b81000;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

div.design2 .login-form-wrapper {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 480px;
  min-height: 560px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .featurelistblock {
  padding-top: 5px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

div.design2 .featurelistblock.total {
  padding-top: 8px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
}

div.design2 .paragraph {
  position: relative;
  z-index: 1;
  font-weight: 400;
}

div.design2 .fixed-plan-builder {
  position: fixed;
  top: 140px;
  display: block;
  width: 350px;
}

div.design2 .toggle {
  position: relative;
  overflow: visible;
  width: 60px;
  height: 26px;
  border-radius: 200px;
  font-size: 11px;
  cursor: pointer;
}

div.design2 .toggle.right {
  margin-left: 12px;
  float: right;
}

div.design2 .toggle.right.settings-title {
  margin-top: 4px;
  margin-left: 6px;
}

div.design2 .toggle.left {
  float: left;
}

div.design2 .toggle.flex {
  top: 0%;
  margin-left: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

div.design2 .toggle-selector {
  position: absolute;
  z-index: 1;
  width: 26px;
  height: 26px;
  border-radius: 200px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
  background-image: linear-gradient(0deg, #eee, #fff);
  box-shadow: inset 0 0 0 1px #fff, 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

div.design2 .toggle-selector:hover {
  box-shadow: inset 0 0 0 1px #fff, 0 2px 8px 1px rgba(0, 0, 0, 0.5);
}

div.design2 .toggle-selector.timestamp {
  background-image: url('/images/app/header//ic_timer_black_48dp.png'), -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
  background-image: url('/images/app/header//ic_timer_black_48dp.png'), linear-gradient(0deg, #eee, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: 16px, auto;
  background-repeat: no-repeat, repeat;
}

div.design2 .toggle-selector.timestamp:active {
  background-image: url('/images/app/header//ic_timer_black_48dp.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

div.design2 .toggle-selector.testers-toggle-selector {
  z-index: 7;
  display: block;
  width: 30px;
  height: 30px;
  box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.3);
}

div.design2 .toggle-background-wrapper {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 200px;
}

div.design2 .toggle-background-green {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 200px;
  background-color: #4bbd6f;
  box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
}

div.design2 .toggle-text-no {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 5px;
  margin-right: 10px;
}

div.design2 .toggle-text-yes {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-top: 5px;
  margin-left: 10px;
}

div.design2 .toggle-background-red {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 200px;
  background-color: #787878;
  box-shadow: inset 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
}

div.design2 .plan-builder {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 350px;
}

div.design2 .button-icon {
  position: relative;
  top: 50%;
  width: 16px;
  height: 16px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .button-icon.right {
  margin-left: 8px;
  float: right;
}

div.design2 .form-text-field {
  height: 42px;
  margin-bottom: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  box-shadow: inset 0 3px 4px -2px rgba(0, 0, 0, 0.35);
}

div.design2 .form-text-field:hover {
  border-bottom-color: rgba(0, 0, 0, 0.6);
}

div.design2 .form-text-field:focus {
  background-color: #f0f9ff;
}

div.design2 .form-text-field.free {
  height: auto;
  max-height: 200px;
  min-height: 100px;
}

div.design2 .form-text-field.browse {
  border-color: rgba(0, 0, 0, 0.2);
  border-right-style: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 12px;
}

div.design2 .form-text-field.countrycode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-color: rgba(0, 0, 0, 0.2);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #d1d1d1;
  box-shadow: none;
}

div.design2 .form-text-field.verificationphonenumber {
  border-left-style: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

div.design2 .form-text-field.verificationphonenumber.incomplete {
  max-width: 80%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-color: #e64637;
  background-color: rgba(230, 70, 55, 0.12);
  background-image: url('/images/app/header//hex-red.png');
  background-position: 94% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
}

div.design2 .form-text-field.verificationphonenumber.complete {
  max-width: 80%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-color: #2d9c80;
  background-color: rgba(45, 156, 128, 0.12);
  background-image: url('/images/app/header//timeline-getting-started-checkmark.png');
  background-position: 96% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

div.design2 .form-text-field.code {
  height: 80px;
  font-size: 36px;
  text-align: center;
}

div.design2 .form-text-field.s {
  height: 30px;
  margin-bottom: 0px;
  padding: 6px 10px;
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 4px -2px rgba(0, 0, 0, 0.15);
  font-size: 14px;
}

div.design2 .form-text-field.s.in-row {
  margin-bottom: 0px;
}

div.design2 .header-dropdown-arrow {
  position: absolute;
  top: -5px;
  right: 12px;
  z-index: 1;
  height: 6px;
}

div.design2 .header-dropdown-arrow.more-columns {
  margin-right: 12px;
}

div.design2 .header-dropdown-arrow.below {
  top: auto;
  right: 12px;
  bottom: -4px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

div.design2 .header-dropdown-arrow.testers-right {
  right: 26px;
}

div.design2 .header-more-link {
  position: relative;
  display: block;
  height: 42px;
  min-width: 100%;
  padding: 0px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  opacity: 0.65;
  color: #000;
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
}

div.design2 .header-more-link:hover {
  background-color: rgba(0, 152, 255, 0.05);
  opacity: 1;
}

div.design2 .header-more-link.last {
  border-bottom: 1px none #000;
}

div.design2 .header-more-link.checkbox-icon {
  min-width: 180px;
  margin-bottom: 0px;
  padding-right: 18px;
  padding-left: 56px;
  color: #000;
  text-transform: none;
}

div.design2 .header-more-link.m {
  height: 32px;
  font-size: 12px;
  line-height: 13px;
}

div.design2 .header-more-link.m.last.hover-red:hover {
  background-color: rgba(230, 70, 55, 0.05);
}

div.design2 .header-more-link.group {
  border-bottom-style: none;
  font-size: 12px;
  line-height: 18px;
}

div.design2 .controller-text {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}

div.design2 .controller-text.relative-center.align-left.m {
  position: relative;
  top: 50%;
  margin-top: 12px;
  -webkit-transform: translate(0px, 0%);
  -ms-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
  font-size: 14px;
}

div.design2 .controller-text.relative-center.align-left.m.download-settings-enabled {
  opacity: 0;
}

div.design2 .footer {
  position: relative;
  width: 100%;
  margin-top: -56px;
  padding-top: 16px;
  padding-bottom: 24px;
  border-top: 1px solid #bbb;
  background-color: #FFFFFF;
  text-align: center;
}

div.design2 .footer-logo-block {
  display: block;
  height: 24px;
  max-width: 750px;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
  background-image: url('/images/app/header//developer-tools-background.png'), url('/images/app/header//testfairy-logo-footer.png');
  background-position: 100% 50%, 0px 50%;
  background-size: auto 20px, auto 24px;
  background-repeat: no-repeat, no-repeat;
}

div.design2 .footer-group {
  margin-bottom: 24px;
  text-align: left;
}

div.design2 .footer-group.last {
  width: auto;
}

div.design2 .footer-title {
  margin-bottom: 10px;
  color: #383838;
  font-weight: 500;
}

div.design2 .footer-link {
  display: inline-block;
  margin-bottom: 3px;
  float: left;
  clear: both;
  border-bottom: 2px solid transparent;
  color: #747474;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
}

div.design2 .footer-link:hover {
  border-bottom: 2px dotted #3c88cf;
  color: #3c88cf;
}

div.design2 .footer-column {
  margin-right: 150px;
  float: left;
}

div.design2 .footer-column.last {
  width: auto;
  margin-right: 0px;
}

div.design2 .footer-content {
  display: inline-block;
  width: 750px;
  margin-top: -32px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 36px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

div.design2 .half {
  width: 50%;
}

div.design2 .system-message {
  position: fixed;
  left: 50%;
  top: 16px;
  z-index: 999999;
  display: none;
  padding: 8px 12px;
  border: 1px solid #2a7fb8;
  border-radius: 3px;
  background-color: #afdfff;
  box-shadow: 0 6px 24px -6px rgba(0, 0, 0, 0.35);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #2a7fb8;
  font-size: 12px;
  text-align: center;
}

div.design2 .system-message.green {
  border-color: #41864f;
  background-color: #a9e9b6;
  color: #41864f;
}

div.design2 .system-message.red {
  border-color: #ad3227;
  background-color: #e64637;
  color: #fff;
}

div.design2 .system-message-form {
  margin-top: 6px;
  margin-bottom: 0px;
}

div.design2 .system-message-form-field {
  height: 38px;
  margin-bottom: 0px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  font-size: 12px;
}

div.design2 .system-message-form-field.side-by-side-left {
  border-right: 1px none #000;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

div.design2 .underlined {
  text-decoration: underline;
}

div.design2 .system-message-succcess {
  padding: 0px;
  background-color: transparent;
  font-size: 12px;
  font-weight: 400;
}

div.design2 .system-message-error {
  margin-top: 10px;
  padding: 0px;
  background-color: transparent;
  font-size: 12px;
}

div.design2 .side-by-side-form-field {
  min-width: 240px;
}

div.design2 .column {
  display: inline-block;
  height: 100%;
  max-height: 100%;
}

div.design2 .column.full {
  padding-right: 0px;
  padding-left: 0px;
}

div.design2 .column.full-right {
  padding-right: 0px;
}

div.design2 .column.full-left {
  padding-left: 0px;
}

div.design2 .column.left-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

div.design2 .side-by-side-button {
  position: relative;
  width: 100%;
  height: 38px;
  padding-top: 8px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: #0098ff;
  color: #fff;
}

div.design2 .side-by-side-button:hover {
  box-shadow: inset 0 0 8px 25px hsla(0, 0%, 100%, 0.1);
}

div.design2 .side-by-side-button:active {
  box-shadow: inset 0 0 8px 25px rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

div.design2 .side-by-side-button.right {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

div.design2 .side-by-side-button.right:active {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

div.design2 .side-filter-list-block {
  background-color: #eee;
  box-shadow: 0 0 24px -6px rgba(0, 0, 0, 0.35);
}

div.design2 .visual-analysis-side-item {
  position: relative;
  height: 64px;
  padding-right: 24px;
  padding-left: 64px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #0098ff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  cursor: pointer;
}

div.design2 .visual-analysis-side-item:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
  background-image: url('/images/app/header//arrow-right-gray.png');
  background-position: 97% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

div.design2 .visual-analysis-side-item:active {
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

div.design2 .visual-analysis-side-item.selected {
  background-color: #3b3b3b;
  color: #fff;
}

div.design2 .visual-analysis-side-item.selected:hover {
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.16);
}

div.design2 .visual-analysis-side-item.selected:active {
  background-color: #3b3b3b;
}

div.design2 .visual-analysis-side-thumbnail {
  position: absolute;
  left: 8px;
  top: 50%;
  height: 48px;
  margin-right: 8px;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .visual-analysis-side-details {
  position: relative;
  top: 50%;
  width: 100%;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .visual-analysis-sub-detail {
  color: #646464;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

div.design2 .visual-analysis-sub-detail.selected {
  color: #979797;
}

div.design2 .visual-analysis-detail-title {
  overflow: hidden;
  width: 100%;
}

div.design2 .side-filter-controller-button {
  width: 30px;
  height: 30px;
}

div.design2 .side-filter-controller-button.right {
  position: relative;
  z-index: 1;
  margin-left: 8px;
  padding-top: 4px;
  padding-right: 6px;
  padding-left: 6px;
  float: right;
}

div.design2 .side-filter-controller-button.right:hover {
  opacity: 1;
}

div.design2 .visual-analysis-content-block {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 48px;
}

div.design2 .visual-analysis-controller {
  position: absolute;
  width: 100%;
  height: 48px;
  margin-top: -48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

div.design2 .visual-analysis-content {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
}

div.design2 .visual-analysis-item {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

div.design2 .visual-analysis-item:hover {
  box-shadow: 0 6px 24px -6px rgba(0, 0, 0, 0.35);
}

div.design2 .visual-analysis-thumbnail {
  width: 100%;
}

div.design2 .visual-analysis-thumbnail-block {
  position: relative;
  width: 100%;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

div.design2 .visual-analysis-thumbnail-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('/images/app/header//ic_add_circle_white_48dp.png'), radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: 64px, auto;
  background-repeat: no-repeat, repeat;
  opacity: 0;
}

div.design2 .visual-analysis-thumbnail-overlay:hover {
  opacity: 1;
}

div.design2 .visual-analysis-item-details-block {
  position: relative;
  padding: 9px 12px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #8d8d8d;
  font-size: 12px;
  line-height: 23px;
  text-align: left;
}

div.design2 .centered-title {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 0;
  display: inline-block;
  margin-top: 6px;
}

div.design2 .visual-analysis-bug-block {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 18px;
  height: 18px;
  background-image: url('/images/app/header//ic_bug_report_48pt.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

div.design2 .visual-analysis-bug-block:hover {
  opacity: 0.65;
}

div.design2 .visual-analysis-bug-block.no-bug {
  background-image: none;
}

div.design2 .visual-analysis-lightbox-block {
  position: relative;
  left: 50%;
  top: 50%;
  display: inline-block;
  overflow: hidden;
  padding-top: 16px;
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 6px 24px -6px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

div.design2 .visual-analysis-screenshot-content-block {
  position: relative;
  margin: -12px -12px -5px;
}

div.design2 .visual-analysis-screenshot-block {
  position: relative;
  display: inline-block;
  width: 80vh;
  height: 80vh;
  background-color: #000;
}

div.design2 .visual-analysis-bug-reporting-block {
  position: relative;
  display: inline-block;
  width: 288px;
  height: 80vh;
  padding: 16px;
  float: right;
  color: #868686;
  font-size: 12px;
  text-align: left;
}

div.design2 .visual-analysis-screenshot {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  max-height: 100%;
  border: 1px solid #000;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .text-group-title {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 14px;
}

div.design2 .visual-analysis-link {
  margin-top: 1px;
}

div.design2 .go-to-session-link {
  display: inline-block;
  margin-top: 8px;
  padding-right: 24px;
  background-image: url('/images/app/header//go-to-session-arrow.png');
  background-position: 100% 50%;
  background-size: auto 12px;
  background-repeat: no-repeat;
  opacity: 0.65;
  -webkit-transition: padding 200ms ease;
  transition: padding 200ms ease;
  line-height: 12px;
}

div.design2 .go-to-session-link:hover {
  padding-right: 30px;
  opacity: 1;
}

div.design2 .go-to-session-link:active {
  padding-right: 24px;
}

div.design2 .side-filter-controller-dropdown {
  position: absolute;
  left: -4px;
  top: 30px;
  z-index: 1;
  display: none;
  width: 160px;
  padding-top: 8px;
  opacity: 0;
}

div.design2 .side-filter-controller-dropdown.right {
  left: auto;
  top: 30px;
  right: -4px;
}

div.design2 .side-filter-controller-list {
  padding: 4px 0px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 3px 12px -3px rgba(0, 0, 0, 0.5);
}

div.design2 .side-filter-controller-item {
  height: 32px;
  padding-right: 10px;
  padding-left: 10px;
  opacity: 0.65;
  color: #000;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
}

div.design2 .side-filter-controller-item:hover {
  background-color: rgba(0, 152, 255, 0.05);
  opacity: 1;
}

div.design2 .side-filter-controller-item.selected {
  background-image: url('/images/app/header//ic_check_black_48dp.png');
  background-position: 93% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  opacity: 1;
  font-weight: 700;
}

div.design2 .side-filter-list-arrow {
  position: absolute;
  left: 10px;
  top: 0px;
  height: 9px;
}

div.design2 .side-filter-list-arrow.right {
  left: auto;
  top: 0px;
  right: 10px;
}

div.design2 .side-filter-item-icon {
  position: relative;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .side-filter-controller-icon {
  width: 18px;
  height: 18px;
}

div.design2 .side-filter-dropdown {
  position: relative;
  z-index: 1;
  height: 48px;
  margin-top: -8px;
  margin-right: 6px;
  float: left;
}

div.design2 .add-a-bug-link {
  display: inline-block;
  margin-top: 8px;
  opacity: 0.65;
  line-height: 12px;
}

div.design2 .add-a-bug-link:hover {
  opacity: 1;
}

div.design2 .dropdown-controller {
  height: 36px;
  min-width: 36px;
  padding: 0px;
}

div.design2 .dropdown-controller.align-left.relative-center {
  z-index: 1000;
}

div.design2 .dropdown-controller-toggle {
  height: 36px;
  min-width: 36px;
  padding: 0px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
  font-size: 11px;
  line-height: 11px;
}

div.design2 .dropdown-controller-toggle:hover {
  border-color: rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

div.design2 .dropdown-controller-toggle:active {
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

div.design2 .dropdown-auto-width-list.w--open {
  top: 42px;
  right: 0px;
  width: 100vw;
  margin-right: -12px;
  padding-right: 12px;
  padding-left: 252px;
  background-color: transparent;
}

div.design2 .dropdown-auto-width-list.left.w--open {
  left: 0px;
  top: 42px;
  display: inline-block;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

div.design2 .dropdown-auto-width-list.left.above.w--open {
  margin-top: -210px;
}

div.design2 .dropdown-auto-width-list.left.above._4.w--open {
  margin-top: -176px;
}

div.design2 .auto-width-content-block {
  display: inline-block;
  overflow: auto;
  max-height: 400px;
  float: right;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 3px 12px -3px rgba(0, 0, 0, 0.35);
}

div.design2 .auto-width-content-block.left {
  position: relative;
  min-width: 100%;
  float: left;
}

div.design2 .more-columns-checkbox {
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .more-link-checkbox-icon {
  position: absolute;
  left: 32px;
  top: 50%;
  width: 16px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .dropdown-title {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-right: 12px;
  padding-left: 12px;
  color: #0098ff;
  font-size: 10px;
  text-align: left;
  text-transform: uppercase;
}

div.design2 .session-timeline-footer {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  height: 48px;
  padding-right: 32px;
  padding-left: 32px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

div.design2 .timeline-row {
  height: 100%;
}

div.design2 .timeline-column {
  height: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

div.design2 .timeline-block {
  position: relative;
  display: block;
  height: 100%;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  border-radius: 3px 3px 0px 0px;
  background-color: #383838;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.1), rgba(0, 0, 0, 0.1));
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.15), inset 0 0 0 1px rgba(0, 0, 0, 0.5), 0 3px 12px -3px rgba(0, 0, 0, 0.6);
}

div.design2 .timeline-play-pause-block {
  position: relative;
  z-index: 2;
  width: 38px;
  height: 38px;
  margin-right: 5px;
  float: left;
  clear: both;
}

div.design2 .timeline-play-pause-block.video-play-pause {
  left: 0px;
  right: 0px;
  margin-right: 0px;
  float: none;
  border-radius: 200px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

div.design2 .timeline-content-block {
  position: relative;
  width: 100%;
  height: 38px;
  padding-right: 12px;
  padding-left: 36px;
  float: none;
}

div.design2 .timeline-content-controller {
  position: relative;
  width: 100%;
  height: 100%;
}

div.design2 .timeline-bottom-controller {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  width: 100%;
  height: 24px;
  padding-right: 64px;
  padding-left: 64px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .timeline-timestamp {
  position: absolute;
  left: 12px;
  top: 50%;
  opacity: 0.5;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 10px;
  line-height: 10px;
}

div.design2 .timeline-timestamp:hover {
  opacity: 0.75;
}

div.design2 .timeline-timestamp.right {
  left: auto;
  top: 50%;
  right: 12px;
}

div.design2 .timeline-timestamp.l {
  position: relative;
  left: 0px;
  float: left;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 13px;
}

div.design2 .timeline-progress-block {
  position: relative;
  top: 50%;
  overflow: hidden;
  height: 8px;
  border-radius: 200px;
  background-color: #505050;
  box-shadow: 0 0 0 1px #202020;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .timeline-progress-full {
  width: 50%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#006cb4), to(#0098ff));
  background-image: linear-gradient(90deg, #006cb4, #0098ff);
  box-shadow: 0 0 6px 0 #000;
}

div.design2 .timeline-play {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}

div.design2 .timeline-play:hover {
  opacity: 1;
}

div.design2 .timeline-play:active {
  opacity: 0.75;
}

div.design2 .timeline-pause {
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}

div.design2 .timeline-pause:hover {
  opacity: 1;
}

div.design2 .timeline-pause:active {
  opacity: 0.75;
}

div.design2 .visual-data-row {
  margin-right: -6px;
  margin-bottom: -12px;
  margin-left: -6px;
}

div.design2 .visual-data-item-block {
  width: 50%;
  margin-bottom: 24px;
  padding-right: 12px;
  padding-left: 12px;
  float: left;
  clear: right;
}

div.design2 .visual-data-item-title-block {
  height: 32px;
  padding-top: 6px;
  padding-right: 6px;
  padding-left: 8px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  color: #0098ff;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

div.design2 .visual-data-chart {
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

div.design2 .x-character {
  opacity: 0;
}

div.design2 .app-window {
  display: block;
  max-width: 1410px;
  margin-right: auto;
  margin-left: auto;
}

div.design2 .session-overview-top-block {
  position: relative;
  margin-bottom: 24px;
  padding-right: 5px;
  padding-left: 5px;
}

div.design2 .session-overview-video-wrapper {
  position: relative;
  width: 50%;
  max-height: 387px;
  padding-right: 12px;
  float: left;
}

div.design2 .session-overview-video-block {
  position: relative;
  overflow: hidden;
  max-height: 387px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.35);
}

div.design2 .session-overview-events-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  padding-right: 5px;
  padding-left: 12px;
  float: right;
}

div.design2 .session-overview-events-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 48px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.35);
}

div.design2 .events-block-title {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 48px;
  padding-left: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-weight: 300;
}

div.design2 .events-scroll-wrapper {
  overflow: auto;
  width: 100%;
  height: 100%;
}

div.design2 .event-row {
  overflow: hidden;
  height: auto;
  min-height: 36px;
  padding-right: 4px;
  padding-bottom: 0px;
  padding-left: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
}

div.design2 .event-row:hover {
  background-color: rgba(0, 152, 255, 0.05);
}

div.design2 .event-column {
  height: 100%;
  min-height: 36px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

div.design2 .event-column.time {
  min-height: 35px;
  font-weight: 500;
}

div.design2 .event-column.description {
  overflow: hidden;
  min-height: 35px;
  padding-right: 32px;
  padding-bottom: 8px;
  padding-left: 42px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

div.design2 .event-column.value {
  min-height: 35px;
  text-align: right;
}

div.design2 .event-description-icon {
  position: absolute;
  left: 6px;
  top: 6px;
  width: 24px;
  height: 24px;
  padding: 3px;
}

div.design2 .event-description-icon.gesture {
  padding: 0px;
}

div.design2 .event-description-icon.service {
  padding: 2px;
}

div.design2 .event-column-content {
  position: relative;
  top: 6px;
  overflow: hidden;
  margin-top: 0px;
}

div.design2 .video-controller-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

div.design2 .more-icon {
  position: absolute;
  top: 8px;
  right: 6px;
  width: 18px;
  height: 18px;
  padding: 2px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 200px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #fff), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(180deg, #fff 45%, rgba(0, 0, 0, 0.1));
  cursor: pointer;
}

div.design2 .more-icon:hover {
  border-color: rgba(0, 0, 0, 0.4);
  background-image: none;
}

div.design2 .more-icon.in-table {
  top: 12px;
  right: 12px;
  z-index: 3;
}

div.design2 .app-menu-dropdown {
  padding: 0px;
}

div.design2 .minimize-button-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 32px;
  height: 32px;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

div.design2 .minimizeable-block-wrapper {
  position: relative;
  overflow: hidden;
  height: auto;
  margin-right: -12px;
  margin-left: -12px;
  padding-right: 12px;
  padding-left: 12px;
}

div.design2 .minimizeable-block-wrapper.top-padding {
  padding-top: 12px;
}

div.design2 .minimize-minus {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 32px;
}

div.design2 .minimize-plus {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
}

div.design2 .minimizeable-block-content {
  display: block;
  margin-right: -12px;
  margin-left: -12px;
  padding: 12px;
}

div.design2 .expanded-table-row {
  overflow: hidden;
  height: auto;
}

div.design2 .column-content {
  height: 42px;
}

div.design2 .expanded-content {
  padding-bottom: 6px;
}

div.design2 .log-font {
  font-family: Inconsolata, monospace;
}

div.design2 .log-font.expanded-content {
  padding-bottom: 12px;
}

div.design2 .dropdown-scroll-box {
  position: relative;
  overflow: auto;
  width: 100%;
  max-height: 65vh;
}

div.design2 .notification {
  position: relative;
  display: inline-block;
  min-height: 24px;
  min-width: 24px;
  padding-top: 4px;
  padding-right: 4px;
  padding-left: 4px;
  border-radius: 200px;
  background-color: #e64637;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
}

div.design2 .close-timeline-block {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 1;
  width: 12px;
  height: 12px;
  background-image: url('/images/app/header//ic_close_white_24dp.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.65;
}

div.design2 .close-timeline-block:hover {
  opacity: 1;
}

div.design2 .dropdown-form-box {
  position: relative;
  overflow: auto;
  height: auto;
  max-height: 65vh;
  font-size: 13px;
  font-weight: 400;
}

div.design2 .dropdown-form-wrapper {
  height: auto;
  margin-bottom: 0px;
  padding: 24px 24px 12px;
}

div.design2 .submit-cancel-row {
  margin-right: -24px;
  margin-left: -24px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

div.design2 .dropdown-wrapper {
  overflow: auto;
  width: 100%;
  max-height: 65vh;
}

div.design2 .new-issue-button {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 42px;
  padding: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #0098ff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  text-align: center;
}

div.design2 .new-issue-button:hover {
  background-color: rgba(0, 152, 255, 0.05);
}

div.design2 .confirmed-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(75, 189, 111, 0.13);
  opacity: 0;
}

div.design2 .new-issue {
  overflow: hidden;
  height: 0px;
}

div.design2 .form-title {
  margin-bottom: 12px;
  font-size: 14px;
  text-align: center;
}

div.design2 .white-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.92);
  opacity: 0;
}

div.design2 .close-white-overlay {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 18px;
  height: 18px;
  background-image: url('/images/app/header//ic_close_black_48dp.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
}

div.design2 .close-white-overlay:hover {
  opacity: 1;
}

div.design2 .event-label {
  position: relative;
  top: 50%;
  height: 18px;
  margin-bottom: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 12px;
  line-height: 12px;
}

div.design2 .event-label.google {
  padding-left: 22px;
  background-image: url('/images/app/header//icon-event-google-analytics.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

div.design2 .event-label.mixpanel {
  padding-left: 22px;
  background-image: url('/images/app/header//icon-event-mixpanel.jpg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

div.design2 .event-label.gestures {
  padding-left: 22px;
  background-image: url('/images/app/header//icon-event-long-tap.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

div.design2 .event-label.new-relic {
  padding-left: 22px;
  background-image: url('/images/app/header//icon-event-new-relic.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

div.design2 .event-label.intercom {
  padding-left: 22px;
  background-image: url('/images/app/header//icon-event-intercom.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

div.design2 .event-label.activities {
  padding-left: 22px;
  background-image: url('/images/app/header//icon-event-activity.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

div.design2 .event-label.testfairy {
  padding-left: 22px;
  background-image: url('/images/app/header//icon-event-testfairy-checkpoint.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

div.design2 .under-table-footer {
  position: relative;
  height: 56px;
  text-align: center;
}

div.design2 .under-table-footer.text-center {
  margin-top: -12px;
  padding-top: 11px;
  padding-bottom: 6px;
}

div.design2 .testers-side-group-block {
  position: relative;
  width: 100%;
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

div.design2 .testers-side-group-block.last {
  margin-bottom: 0px;
  padding-bottom: 6px;
  border-bottom-style: none;
}

div.design2 .testers-side-group-item {
  position: relative;
  display: block;
  width: 100%;
  height: 42px;
  padding-right: 6px;
  padding-left: 12px;
  opacity: 0.75;
  color: #000;
  font-size: 12px;
  line-height: 16px;
}

div.design2 .testers-side-group-item:hover {
  background-color: hsla(0, 0%, 100%, 0.85);
  opacity: 1;
}

div.design2 .testers-side-group-item.w--current {
  background-color: #fff;
  opacity: 1;
  color: #444;
  font-weight: 500;
}

div.design2 .testers-side-group-icon {
  position: relative;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-right: 16px;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .header-filter-controller-block {
  position: relative;
  height: 36px;
  margin-top: 10px;
  margin-bottom: 12px;
  padding-right: 12px;
  padding-left: 6px;
}

div.design2 .column-checkbox {
  position: relative;
  top: 50%;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  line-height: 20px;
}

div.design2 .header-filter-button-block {
  height: 100%;
  margin-right: 6px;
}

div.design2 .header-filter-button-block.left {
  position: relative;
  margin-left: -6px;
  float: left;
}

div.design2 .dropdown-label {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-right: 6px;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #000;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
}

div.design2 .dropdown-label.after {
  margin-left: 6px;
}

div.design2 .app-icon-table {
  position: relative;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .tester-table-app-block {
  position: relative;
  width: 100%;
  height: 42px;
}

div.design2 .pagination-footer {
  position: relative;
  top: 48px;
  height: 48px;
  margin-top: -64px;
  font-size: 12px;
  line-height: 18px;
}

div.design2 .pagination-menu {
  position: relative;
  top: 50%;
  height: 24px;
  min-width: 24px;
  float: right;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .pagination-button {
  display: inline-block;
  height: 24px;
  min-width: 24px;
  margin-left: 6px;
  padding-top: 2px;
  padding-right: 6px;
  padding-left: 6px;
  float: right;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  background-color: #fff;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 11px;
  font-weight: 400;
}

div.design2 .pagination-button:hover {
  border-color: rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1), 0 1px 3px -1px rgba(0, 0, 0, 0.35);
}

div.design2 .pagination-button:active {
  padding-top: 3px;
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

div.design2 .pagination-button.current {
  background-color: #0098ff;
  color: #fff;
  font-weight: 500;
}

div.design2 .dropdown-group {
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

div.design2 .new-group-text-field {
  min-width: 200px;
  padding-right: 8px;
  padding-left: 8px;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

div.design2 .new-group-text-block {
  padding-right: 12px;
  padding-left: 12px;
}

div.design2 .new-group-overlay-block {
  position: relative;
  top: 45%;
  display: block;
  width: 480px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: -1px 6px 24px -6px #000;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .new-group-form {
  margin-top: 12px;
  margin-bottom: 0px;
}

div.design2 .new-group-name-form-field {
  height: 64px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  box-shadow: inset 0 3px 3px -3px rgba(0, 0, 0, 0.2);
  font-size: 24px;
  font-weight: 300;
}

div.design2 .new-group-name-form-field:focus {
  border-color: rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

div.design2 .under-form-footer {
  position: relative;
  width: 100%;
  height: 36px;
  margin-top: 12px;
  font-size: 12px;
  line-height: 12px;
}

div.design2 .add-testers-overlay-block {
  position: relative;
  top: 45%;
  display: block;
  width: 600px;
  max-width: 80vh;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 12px 12px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 6px 24px -6px #000;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .add-testers-form {
  padding: 12px;
}

div.design2 .import-testers-overlay-block {
  position: relative;
  top: 50%;
  display: block;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 6px 24px -6px #000;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .overlay-block-content {
  padding: 12px;
}

div.design2 .import-sample-tabs {
  margin-top: 24px;
}

div.design2 .import-sample-tab-link {
  width: 31%;
  margin-right: 1%;
  margin-left: 1%;
  padding: 14px 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1);
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.2px;
}

div.design2 .import-sample-tab-link:hover {
  border-color: rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1), 0 1px 3px -1px rgba(0, 0, 0, 0.5);
}

div.design2 .import-sample-tab-link:active {
  box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.1);
}

div.design2 .import-sample-tab-link.w--current {
  background-color: #0098ff;
  color: #fff;
}

div.design2 .import-sample-tab-link.right {
  margin-right: 0%;
  float: right;
}

div.design2 .import-sample-tab-link.left {
  margin-left: 0%;
  float: left;
}

div.design2 .sample-arrow-block {
  position: relative;
  width: 100%;
  margin-top: 2px;
}

div.design2 .sample-arrow {
  position: relative;
  z-index: 2;
  display: block;
  height: 8px;
  margin-right: auto;
  margin-left: auto;
}

div.design2 .sample-arrow.right {
  right: 14%;
  margin-right: 0px;
}

div.design2 .sample-arrow.left {
  left: 14%;
  margin-left: 0px;
}

div.design2 .sample-arrow.emailsgroups {
  left: 87px;
}

div.design2 .sample-arrow.emailsudid {
  right: 87px;
}

div.design2 .import-tester-table-block {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: -1px;
  margin-bottom: 12px;
  padding: 0px;
  border: 1px solid #0098ff;
  border-radius: 3px;
  background-color: #fff;
}

div.design2 .import-tester-table-block.export {
  display: inline-block;
  width: auto;
  max-width: 480px;
  padding: 24px;
}

div.design2 .import-sample-row {
  position: relative;
  height: 42px;
  border-bottom: 1px solid rgba(0, 152, 255, 0.25);
}

div.design2 .import-sample-column {
  height: 100%;
  border-right: 1px solid rgba(0, 152, 255, 0.25);
}

div.design2 .import-sample-column.last {
  border-right-style: none;
}

div.design2 .import-sample-code-block {
  padding: 12px;
  font-family: Inconsolata, monospace;
  font-size: 13px;
  line-height: 24px;
}

div.design2 .import-testers-import-block {
  margin-right: -12px;
  margin-bottom: -12px;
  margin-left: -12px;
  padding: 24px 24px 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

div.design2 .browse-file-block {
  position: relative;
  width: 90%;
  margin-bottom: 24px;
  padding-right: 100px;
}

div.design2 .footer-checkbox {
  display: inline-block;
}

div.design2 .footer-checkbox-label {
  margin-top: 4px;
  margin-bottom: 0px;
}

div.design2 .testers-table {
  position: relative;
  width: 100%;
  float: left;
}

div.design2 .export-testers-overlay-block {
  position: relative;
  top: 45%;
  display: block;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 6px 24px -6px #000;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .export-testers-tab-link {
  width: 150px;
  height: 150px;
  margin: 24px 12px 0px;
  padding: 94px 14px 12px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: #fff;
  background-image: url('/images/app/header//checkbox-empty-1.png');
  background-position: 50% 90%;
  background-size: 16px;
  background-repeat: no-repeat;
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1);
  font-size: 12px;
  text-align: center;
}

div.design2 .export-testers-tab-link:hover {
  border-color: rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1), 0 2px 6px -2px #000;
}

div.design2 .export-testers-tab-link:active {
  box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.1);
}

div.design2 .export-testers-tab-link.w--current {
  background-color: #0098ff;
  background-image: url('/images/app/header//checkbox-full-1.png');
  opacity: 1;
  color: #fff;
}

div.design2 .export-testers-tab-link.emailsudid {
  background-image: url('/images/app/header//email-udid-black.png'), url('/images/app/header//checkbox-empty-1.png');
  background-position: 50% 0px, 50% 90%;
  background-size: 94px, 16px;
  background-repeat: no-repeat, no-repeat;
}

div.design2 .export-testers-tab-link.emailsudid.w--current {
  background-image: url('/images/app/header//email-udid-white.png'), url('/images/app/header//checkbox-full-1.png');
}

div.design2 .export-testers-tab-link.emailsgroups {
  background-image: url('/images/app/header//email-groups-black.png'), url('/images/app/header//checkbox-empty-1.png');
  background-position: 50% 0px, 50% 90%;
  background-size: 94px, 16px;
  background-repeat: no-repeat, no-repeat;
}

div.design2 .export-testers-tab-link.emailsgroups.w--current {
  background-image: url('/images/app/header//email-groups-white.png'), url('/images/app/header//checkbox-full-1.png');
}

div.design2 .tooltipoperator.left {
  margin-right: 6px;
  float: left;
}

div.design2 .tooltipoperator.right {
  margin-left: 6px;
  float: right;
}

div.design2 .tooltipoperatortoggle {
  height: 36px;
  min-width: 36px;
  padding: 0px;
}

div.design2 .tooltipoperatormessage.w--open {
  padding-top: 4px;
  background-image: url('/images/app/header//black-arrow-nopadding.png');
  background-position: 50% 0px;
  background-size: auto 4px;
  background-repeat: no-repeat;
  opacity: 0.8;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
}

div.design2 .tooltipoperatormessage.right.w--open {
  top: 36px;
  right: 0px;
  text-align: right;
}

div.design2 .tooltipoperatormessagecontent {
  padding: 6px;
  background-color: #000;
  text-align: center;
}

div.design2 .tooltipoperatormessagecontent.right {
  float: right;
  text-align: right;
}

div.design2 .invite-selected-testers-overlay-block {
  position: relative;
  top: 50%;
  display: block;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 6px 24px -6px #000;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .accordion-arrow {
  position: relative;
  top: 50%;
  width: 11px;
  height: 11px;
  margin-right: 6px;
  float: left;
  -webkit-transform: translate(0px, -50%) rotate(-90deg);
  -ms-transform: translate(0px, -50%) rotate(-90deg);
  transform: translate(0px, -50%) rotate(-90deg);
}

div.design2 .column-text {
  margin-top: 10px;
  margin-bottom: 10px;
}

div.design2 .issue-dropdown-block {
  position: relative;
  height: auto;
  min-height: 42px;
  padding-right: 42px;
  padding-left: 250px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

div.design2 .issue-dropdown-block:hover {
  background-color: rgba(0, 152, 255, 0.05);
}

div.design2 .manualissuedropdowncolumn {
  position: relative;
  width: 20%;
  height: 100%;
  padding-right: 8px;
  padding-left: 8px;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

div.design2 .manualissuedropdowncolumn.description {
  width: 100%;
}

div.design2 .manualissuedropdowncolumn.status {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 42px;
  float: right;
  border-right-style: none;
}

div.design2 .manualissuedropdowncolumn.date {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  text-align: center;
}

div.design2 .manualissuedropdowncolumn.bugid {
  position: absolute;
  left: 100px;
  top: 0px;
  width: 150px;
  text-align: center;
}

div.design2 .verifyaccountblock {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #f5f5f5;
  box-shadow: 0 6px 24px -6px rgba(0, 0, 0, 0.35);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .verifyaccountblock.overlay-content {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 6px;
  font-weight: 300;
}

div.design2 .verifyaccountcontent {
  margin: 24px 32px;
  padding: 0px;
}

div.design2 .flexbutton {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #0098ff;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
}

div.design2 .flexbutton:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.1)), to(hsla(0, 0%, 100%, 0.1)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0.1));
}

div.design2 .flexbutton:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.2);
}

div.design2 .flexbutton.verifyaccount {
  min-width: 80px;
  margin-left: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

div.design2 .flexbutton.verify {
  min-width: 120px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

div.design2 .flexbutton.fillwhite {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #0098ff;
}

div.design2 .flexbutton.fillwhite:hover {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

div.design2 .flexbutton.fillwhite:active {
  background-image: none;
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

div.design2 .flexbutton.inrow {
  margin-top: 12px;
}

div.design2 .flexbutton.m {
  height: 36px;
}

div.design2 .verifyaccountformwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

div.design2 .sidebyside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .sidebyside.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

div.design2 .verifyaccountform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

div.design2 .verifyaccountform.code {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

div.design2 .verifycountrydropdown {
  height: 42px;
  margin-right: 12px;
  margin-left: 0px;
}

div.design2 .verifycountrytoggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  min-width: 72px;
  padding: 0px 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

div.design2 .verifycountrytoggle:hover {
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

div.design2 .dropdownflexicon {
  position: relative;
  margin: 0px 6px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

div.design2 .verifycountryflagimage {
  max-height: 12px;
}

div.design2 .verifyaccountphoneblock {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

div.design2 .verifyaccountcodeblock {
  display: block;
}

div.design2 .verifyaccountverified {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

div.design2 .livecheckmarkblock {
  position: relative;
  width: 120px;
  height: 120px;
  margin-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 200px;
  background-color: #2d9c80;
}

div.design2 .livecheckmarkblock.error {
  background-color: #e64637;
}

div.design2 .livecheckmark1 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  width: 36px;
  height: 18px;
  border-radius: 200px;
  background-color: #fff;
}

div.design2 .livecheckmark2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 18px;
  height: 56px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 200px;
  background-color: #fff;
}

div.design2 .livecheckmark {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 36px;
  height: 56px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -57%) rotate(45deg);
  -ms-transform: translate(0px, -57%) rotate(45deg);
  transform: translate(0px, -57%) rotate(45deg);
}

div.design2 .liveerrorblock {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 56px;
  height: 56px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%) rotate(45deg);
  -ms-transform: translate(0px, -50%) rotate(45deg);
  transform: translate(0px, -50%) rotate(45deg);
}

div.design2 .liveerror1 {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 56px;
  height: 18px;
  border-radius: 200px;
  background-color: #fff;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .liveerror2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 18px;
  height: 56px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 200px;
  background-color: #fff;
}

div.design2 .verifyaccounterror {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

div.design2 .div-row {
  display: block;
  margin-top: 40px;
  margin-bottom: 24px;
}

div.design2 .div-row.support-link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-left: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

div.design2 .div-row.support-link-container.s {
  display: block;
  overflow: hidden;
  margin: 32px 5px 24px;
}

div.design2 .div-col {
  display: inline-block;
  width: 50%;
  padding-right: 24px;
  padding-bottom: 6px;
  padding-left: 24px;
  float: none;
}

div.design2 .div-col.float-left {
  float: left;
}

div.design2 .div-col.full {
  width: 100%;
  padding-bottom: 0px;
}

div.design2 .action-link {
  display: block;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 46px;
  background-image: url('/images/app/header//example-bg.png');
  background-position: 0px 50%;
  background-size: 32px;
  background-repeat: no-repeat;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  color: #2a6dd3;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  text-align: left;
}

div.design2 .action-link:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

div.design2 .action-link.getting-started {
  background-image: url('/images/app/header//Airplane.png');
}

div.design2 .action-link.faq {
  background-image: url('/images/app/header//Rescuebaloon.png');
}

div.design2 .action-link.features {
  background-image: url('/images/app/header//Diamond.png');
}

div.design2 .action-link.ios {
  background-image: url('/images/app/header//Applebrand.png');
}

div.design2 .action-link.android {
  background-image: url('/images/app/header//Android.png');
}

div.design2 .action-link.integration {
  background-image: url('/images/app/header//Probability.png');
}

div.design2 .action-link.l {
  margin-bottom: 0px;
  padding-top: 28px;
  padding-bottom: 22px;
  padding-left: 72px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-position: 28px 50%;
  line-height: 19px;
}

div.design2 .action-link.l.last {
  border-bottom-style: none;
}

div.design2 .support-form {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

div.design2 .form-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 25px;
  font-weight: 500;
}

div.design2 .support-link-column {
  padding-right: 0px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

div.design2 .support-link-column.right {
  padding-right: 10px;
  padding-left: 0px;
  border-right-style: none;
}

div.design2 .support-link-item {
  position: relative;
  width: 50%;
  height: 64px;
  margin-top: 4px;
  margin-bottom: 16px;
  padding-top: 11px;
  padding-left: 66px;
  float: left;
  border-radius: 6px;
  background-image: url('/images/app/header//example-bg.png');
  background-position: 12px 50%;
  background-size: 32px;
  background-repeat: no-repeat;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}

div.design2 .support-link-item:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
  color: #0282f8;
}

div.design2 .support-link-item.error {
  display: block;
  width: 342px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-image: url('/images/app/header//Airplane.png');
  background-position: 8px 50%;
}

div.design2 .support-link-item.error.s {
  border-top-style: none;
  background-image: url('/images/app/header//icon-support-start-flat.png');
}

div.design2 .support-link-item.error.s.type-2 {
  width: 30%;
  margin-right: 1.5%;
  padding-left: 56px;
  border-style: none;
}

div.design2 .support-link-item.error.type-2 {
  padding: 20px 24px 20px 72px;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  background-image: url('/images/app/header//ic_local_offer_black_24dp_2x.png');
  background-position: 16px 50%;
  background-size: 24px;
}

div.design2 .support-link-item.error.type-2._2-line {
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url('/images/app/header//ic_local_phone_black_24dp_2x.png');
  background-position: 16px 50%;
  background-size: 32px;
}

div.design2 .support-link-item.faq {
  width: 342px;
  background-image: url('/images/app/header//Rescuebaloon.png');
}

div.design2 .support-link-item.faq.s {
  background-image: url('/images/app/header//icon-support-faq-flat.png');
}

div.design2 .support-link-item.faq.s.type-2 {
  width: 30%;
  margin-right: 1.5%;
}

div.design2 .support-link-item.features {
  width: 342px;
  background-image: url('/images/app/header//Diamond.png');
}

div.design2 .support-link-item.features.s {
  background-image: url('/images/app/header//icon-support-features-flat.png');
}

div.design2 .support-link-item.features.s.type-2 {
  width: 30%;
}

div.design2 .support-link-item.features.move-left {
  right: 20px;
}

div.design2 .support-link-item.ios {
  width: 342px;
  background-image: url('/images/app/header//Applebrand.png');
}

div.design2 .support-link-item.ios.move-right {
  width: 350px;
}

div.design2 .support-link-item.ios.move-right.s {
  width: 25%;
  border-top-style: none;
  background-image: url('/images/app/header//icon-support-ios-apple-flat.png');
}

div.design2 .support-link-item.ios.move-right.s.type-2 {
  width: 30%;
  margin-right: 1.5%;
}

div.design2 .support-link-item.ios.move-left {
  right: 20px;
}

div.design2 .support-link-item.android {
  width: 342px;
  background-image: url('/images/app/header//Android.png');
}

div.design2 .support-link-item.android.move-right {
  width: 350px;
}

div.design2 .support-link-item.android.move-right.s {
  background-image: url('/images/app/header//icon-support-android-flat.png');
}

div.design2 .support-link-item.android.move-right.s.type-2 {
  width: 30%;
  margin-right: 1.5%;
}

div.design2 .support-link-item.android.move-left {
  right: 20px;
}

div.design2 .support-link-item.ci {
  width: 342px;
  background-image: url('/images/app/header//Probability.png');
}

div.design2 .support-link-item.ci.move-right {
  width: 350px;
}

div.design2 .support-link-item.ci.move-right.s {
  background-image: url('/images/app/header//icon-support-ci-flat.png');
}

div.design2 .support-link-item.ci.move-right.s.type-2 {
  width: 36%;
}

div.design2 .support-link-item.move-right {
  right: -48px;
}

div.design2 .support-link-item.s {
  width: 33%;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 18px;
  padding-left: 48px;
  background-color: transparent;
  background-position: 18px 50%;
  background-size: 18px;
  -webkit-filter: saturate(0%) brightness(0%);
  filter: saturate(0%) brightness(0%);
  color: #000;
  font-size: 14px;
  line-height: 16px;
}

div.design2 .support-link-item.s:hover {
  -webkit-filter: saturate(100%) brightness(100%);
  filter: saturate(100%) brightness(100%);
  color: #0282f8;
}

div.design2 .support-link-item.s.move-right {
  position: relative;
  left: 0px;
  right: 0px;
  border-right-style: none;
}

div.design2 .support-link-item.type-2 {
  width: 62%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 56px;
  background-position: 20px 50%;
}

div.design2 .support-link-item.type-2._2-line {
  padding-top: 10px;
  padding-right: 24px;
}

div.design2 .support-link-item.type-2._2-line.tech-session {
  display: none;
  background-image: url('/images/app/header//phone-blue.png');
  background-size: 24px;
}

div.design2 .support-link-item.type-2.pricing {
  display: none;
  background-image: url('/images/app/header//tag-blue.png');
  background-size: 24px;
}

div.design2 .support-link-item.type-2.demo {
  display: none;
  background-image: url('/images/app/header//demo-blue.png');
  background-size: 24px;
}

div.design2 .support-link-item.type-2.qa {
  display: none;
  background-image: url('/images/app/header//qa-blue.png');
  background-size: 24px;
}

div.design2 .support-link-item.qa {
  background-image: url('/images/app/header//qa-blue.png');
  background-size: 24px;
}

div.design2 .support-button-title {
  font-weight: 500;
}

div.design2 .support-button-title.sub {
  margin-top: 1px;
  opacity: 0.65;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

div.design2 .support-button-title.type-2 {
  font-size: 15px;
  font-weight: 300;
}

div.design2 .support-link-arrow {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url('/images/app/header//arrow-right-blue_1.png');
  background-position: 85% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

div.design2 .support-link-arrow:hover {
  background-position: 89% 50%;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

div.design2 .support-link-arrow.s {
  display: none;
  background-position: 92% 50%;
  background-size: 20px;
  -webkit-filter: none;
  filter: none;
}

div.design2 .support-link-arrow.s:hover {
  background-position: 94% 50%;
}

div.design2 .support-link-arrow.type-2 {
  display: block;
  background-position: 92% 50%;
  color: #383838;
}

div.design2 .support-link-arrow.type-2:hover {
  background-position: 96% 50%;
}

div.design2 .support-link-arrow.list {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: 0px;
  display: block;
  background-position: 92% 50%;
}

div.design2 .support-link-arrow.list:hover {
  background-position: 100% 50%;
}

div.design2 .questions-text {
  margin-bottom: 24px;
  text-align: center;
}

div.design2 .support-form-success {
  background-color: #fff;
  color: #000;
}

div.design2 .purchase-details-block {
  width: 100%;
  padding: 16px;
  text-align: left;
}

div.design2 .purchase-text-block {
  margin-bottom: 36px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

div.design2 .flex-side-by-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .link {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

div.design2 .link.gray {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  color: #adadad;
  font-size: 12px;
  font-weight: 300;
}

div.design2 .session-window-overlay-block {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12px;
  margin-left: -12px;
  padding: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
}

div.design2 .session-window-overlay-text {
  max-width: 720px;
  padding: 32px;
}

div.design2 .code-block {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 12px 18px 18px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: #3c4557;
  font-family: Inconsolata, monospace;
  color: #d1d1d1;
}

div.design2 .mini-block {
  padding-top: 2px;
  padding-right: 24px;
  padding-left: 24px;
  text-align: left;
}

div.design2 .mini-block.gap {
  margin-top: 20px;
  margin-bottom: 48px;
}

div.design2 .opacity-hover {
  opacity: 0;
}

div.design2 .mini-block-title {
  margin-top: 24px;
  margin-bottom: 12px;
  margin-left: -12px;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}

div.design2 .mini-block-title.reg-margin {
  margin: 4px 16px 0px 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  letter-spacing: 0.05px;
}

div.design2 .mini-block-title.reg-margin.disabled {
  margin-left: 4px;
  color: #787878;
  font-weight: 400;
}

div.design2 .mini-block-subtitle {
  margin-top: -10px;
  margin-bottom: 20px;
  margin-left: -12px;
  text-align: left;
}

div.design2 .mini-block-subtitle.in-column {
  display: block;
  margin-top: 0px;
  margin-bottom: 8px;
  margin-left: 0px;
  font-size: 13px;
  font-weight: 300;
}

div.design2 .mini-block-subtitle.in-column.top-margin {
  margin-top: 12px;
}

div.design2 .mini-block-subtitle.reg-margin {
  margin-left: 0px;
  font-weight: 300;
}

div.design2 .mini-block-subtitle.reg-margin.top-0 {
  margin-top: 0px;
}

div.design2 .system-message-in-block {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(60, 136, 207, 0.6);
  border-radius: 3px;
  background-color: rgba(0, 152, 255, 0.1);
  font-size: 12px;
  text-align: center;
}

div.design2 .resending-email-block {
  position: relative;
  overflow: hidden;
}

div.design2 .email-confirmation-block {
  position: relative;
  overflow: hidden;
}

div.design2 .email-progress-bar-fill {
  width: 0px;
  height: 100%;
  background-color: #0098ff;
}

div.design2 .small-text {
  font-size: 12px;
  font-weight: 300;
}

div.design2 .small-text.toggle {
  width: auto;
  margin-left: 6px;
  padding-top: 4px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

div.design2 .overview-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  padding-left: 5px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

div.design2 .overview-tabs.disconnected {
  margin-bottom: 24px;
}

div.design2 .side-icon {
  width: 16px;
  height: 16px;
  margin-right: 12px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

div.design2 .flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

div.design2 .flex-center.extra-bottom-padding {
  display: none;
  margin-top: 12px;
  margin-bottom: 32px;
}

div.design2 .flex-center.left {
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .gap._24 {
  width: 24px;
}

div.design2 .gap._48 {
  width: 48px;
}

div.design2 .tab-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 300px;
  background-color: #f5f5f5;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.22);
  color: #1c1c1c;
  font-size: 12px;
}

div.design2 .table-title {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  margin-bottom: -14px;
  padding: 8px 12px 11px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}

div.design2 .table-title.testers-chart {
  z-index: 170;
  height: 52px;
  margin-bottom: 0px;
  padding-top: 11px;
  padding-left: 6px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
}

div.design2 .table-title.testers-chart.flex-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

div.design2 .todo-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 16px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

div.design2 .todo-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 6px 24px -6px rgba(0, 0, 0, 0.64);
}

div.design2 .todo-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  padding: 0px 48px 0px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  color: #000;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  cursor: pointer;
}

div.design2 .todo-link:hover {
  background-color: rgba(167, 114, 184, 0.1);
}

div.design2 .todo-link:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 152, 255, 0.05)), to(rgba(0, 152, 255, 0.05)));
  background-image: linear-gradient(180deg, rgba(0, 152, 255, 0.05), rgba(0, 152, 255, 0.05));
}

div.design2 .todo-link.w--current {
  background-color: rgba(0, 152, 255, 0.1);
}

div.design2 .todo-link.w--open {
  background-color: rgba(167, 114, 184, 0.1);
}

div.design2 .todo-link.complete {
  opacity: 0.75;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  text-decoration: line-through;
}

div.design2 .todo-link.complete:hover {
  opacity: 1;
}

div.design2 .todo-icon {
  width: 18px;
  height: 18px;
  margin-right: 20px;
  margin-left: 0px;
}

div.design2 .todo-cta {
  padding-right: 24px;
  border-bottom: 1px solid #0098ff;
  background-image: url('/images/app/header//go-to-session-arrow.png');
  background-position: 100% 50%;
  background-size: auto 12px;
  background-repeat: no-repeat;
  color: #0098ff;
  font-weight: 500;
}

div.design2 .todo-cta:hover {
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
}

div.design2 .todo-dropdown {
  position: static;
  width: 100%;
}

div.design2 .todo-check-box-block {
  position: absolute;
  top: 12px;
  right: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #0098ff;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

div.design2 .todo-check-box-block:hover {
  box-shadow: 0 0 6px 3px rgba(0, 152, 255, 0.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

div.design2 .todo-check-box-block:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 152, 255, 0.05)), to(rgba(0, 152, 255, 0.05)));
  background-image: linear-gradient(180deg, rgba(0, 152, 255, 0.05), rgba(0, 152, 255, 0.05));
  box-shadow: 0 0 0 0 rgba(0, 152, 255, 0.1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

div.design2 .todo-checkmark {
  width: 10px;
  opacity: 0;
}

div.design2 .pimple {
  position: relative;
  bottom: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 22px;
  padding: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 300px;
  background-color: #e64637;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

div.design2 .pimple.disconnected {
  position: absolute;
  left: 80%;
  display: block;
  width: 22px;
  padding-top: 1px;
  padding-bottom: 2px;
  font-size: 12px;
}

div.design2 .tab-message-link {
  color: #0282f8;
  font-weight: 500;
}

div.design2 .back-link {
  margin-right: 12px;
  padding-left: 28px;
  background-image: url('/images/app/header//go-to-session-arrow-left.png');
  background-position: 0px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  color: #0282f8;
  font-size: 12px;
  font-weight: 400;
}

div.design2 .back-link.testers-dialogue {
  margin-bottom: 4px;
  margin-left: -6px;
  padding-left: 22px;
  background-image: url('/images/app/header//chevron-blue.png');
  background-size: 20px;
  color: #2c67f3;
  font-size: 13px;
  font-weight: 300;
  cursor: pointer;
}

div.design2 .flex-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 24px;
}

div.design2 .flex-left.bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

div.design2 .flex-left.centered-height {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .flex-left.no-padding.centered {
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

div.design2 .flex-left.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .flex-left.vertical-center {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .flex-left.setttings-rows {
  margin-top: 6px;
  margin-bottom: 6px;
  padding-top: 4px;
  padding-bottom: 10px;
}

div.design2 .flex-left.setttings-rows.error-msg {
  margin-bottom: 28px;
}

div.design2 .text-small.left-margin {
  margin-left: 12px;
  padding-top: 10px;
}

div.design2 .text-small.left-margin._12 {
  position: relative;
  left: 0px;
  top: 3px;
  right: 0px;
  margin-left: 12px;
}

div.design2 .tabs-container {
  margin-bottom: 32px;
}

div.design2 .disconnected-overview-tab-link {
  height: 48px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 14px;
  padding-right: 18px;
  padding-left: 24px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 3px;
  background-color: #f5f5f5;
  background-image: url('/images/app/header//error-gray.png');
  background-position: 16px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #1c1c1c;
  text-align: center;
}

div.design2 .disconnected-overview-tab-link:hover {
  color: #fff;
}

div.design2 .disconnected-overview-tab-link.recent {
  background-image: url('/images/app/header//timer-gray.png');
  background-size: 24px;
  color: #1c1c1c;
}

div.design2 .disconnected-overview-tab-link.recent:hover {
  background-color: #004e65;
  background-image: url('/images/app/header//timer-white.png');
  background-size: 24px;
  color: #fff;
}

div.design2 .disconnected-overview-tab-link.recent.w--current {
  background-color: #004e65;
  background-image: url('/images/app/header//timer-white.png');
  background-size: 24px;
  color: #fff;
}

div.design2 .disconnected-overview-tab-link.crashes:hover {
  background-color: #037b8e;
  background-image: url('/images/app/header//error-white.png');
  background-size: 24px;
}

div.design2 .disconnected-overview-tab-link.crashes.w--current {
  background-color: #037b8e;
  background-image: url('/images/app/header//error-white.png');
  background-size: 24px;
  color: #fff;
}

div.design2 .disconnected-overview-tab-link.feedback {
  background-image: url('/images/app/header//feedback-gray.png');
  background-size: 24px;
}

div.design2 .disconnected-overview-tab-link.feedback:hover {
  background-color: #00a0ba;
  background-image: url('/images/app/header//feedback-white.png');
  background-size: 24px;
}

div.design2 .disconnected-overview-tab-link.feedback.w--current {
  background-color: #00a0ba;
  background-image: url('/images/app/header//feedback-white.png');
  background-size: 24px;
  color: #fff;
}

div.design2 .disconnected-overview-tab-link.feedback.w--current:hover {
  background-color: #00a0ba;
}

div.design2 .disconnected-overview-tab-link.slow {
  background-image: url('/images/app/header//slow-gray.png');
  background-size: 24px;
}

div.design2 .disconnected-overview-tab-link.slow:hover {
  background-color: #00b5cd;
  background-image: url('/images/app/header//slow-white.png');
  background-size: 24px;
}

div.design2 .disconnected-overview-tab-link.slow.w--current {
  background-color: #00b5cd;
  background-image: url('/images/app/header//slow-white.png');
  background-size: 24px;
  color: #fff;
}

div.design2 .disconnected-overview-tab-link.slow.w--current:hover {
  background-color: #00b5cd;
}

div.design2 .disconnected-overview-tab-link.unique {
  background-image: url('/images/app/header//phone-gray.png');
  background-size: 24px;
}

div.design2 .disconnected-overview-tab-link.unique:hover {
  background-color: #6fc6c0;
  background-image: url('/images/app/header//phone-white.png');
  background-size: 24px;
}

div.design2 .disconnected-overview-tab-link.unique.w--current {
  background-color: #6fc6c0;
  background-image: url('/images/app/header//phone-white.png');
  background-size: 24px;
  color: #fff;
}

div.design2 .disconnected-overview-tab-link.testers {
  background-image: url('/images/app/header//user-gray.png');
  background-size: 24px;
}

div.design2 .disconnected-overview-tab-link.testers:hover {
  background-color: #36b1a0;
  background-image: url('/images/app/header//user-white.png');
  background-size: 24px;
}

div.design2 .disconnected-overview-tab-link.testers.w--current {
  background-color: #36b1a0;
  background-image: url('/images/app/header//user-white.png');
  background-size: 24px;
  color: #fff;
}

div.design2 .disconnected-overview-tab-link.testers.w--current:hover {
  background-color: #36b1a0;
}

div.design2 .disconnected-overview-tab-link.search {
  background-image: url('/images/app/header//search-gray.png');
  background-size: 24px;
}

div.design2 .disconnected-overview-tab-link.search:hover {
  background-color: #358981;
  background-image: url('/images/app/header//search-white.png');
  background-size: 24px;
}

div.design2 .disconnected-overview-tab-link.search.w--current {
  background-color: #358981;
  background-image: url('/images/app/header//search-white.png');
  background-size: 24px;
  color: #fff;
}

div.design2 .disconnected-overview-tab-link.search.w--current:hover {
  background-color: #358981;
}

div.design2 .tab-arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -12px;
  display: block;
  width: 24px;
  margin-right: auto;
  margin-left: auto;
}

div.design2 .todo-block {
  position: relative;
  overflow: hidden;
  margin-right: -24px;
  margin-left: -24px;
}

div.design2 .todo-slideshow-block-dash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  margin-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

div.design2 .todo-content {
  display: none;
  height: auto;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

div.design2 .slideshow-image {
  height: auto;
  max-width: 60%;
}

div.design2 .slideshow-image.phone {
  display: block;
  max-width: 480px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 1.8vw;
}

div.design2 .slideshow-image.dash {
  max-width: 480px;
  margin-bottom: 32px;
  border-radius: 6px;
  box-shadow: 1px 1px 25px 2px rgba(0, 0, 0, 0.46);
}

div.design2 .slideshow-image.sdk {
  max-width: 95%;
}

div.design2 .slideshow-image.feedback {
  display: block;
  max-width: 480px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

div.design2 .slideshow-text-block {
  width: 40%;
  max-width: 232px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: left;
}

div.design2 .slideshow-title {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

div.design2 .slideshow-text {
  margin-bottom: 18px;
}

div.design2 .app-upload-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 200000;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.65);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  opacity: 1;
}

div.design2 .app-upload-window {
  position: relative;
  display: block;
  overflow: auto;
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 560px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 6px 36px -6px #000;
  font-size: 13px;
}

div.design2 .app-upload-window-title {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #000;
}

div.design2 .app-upload-title-text {
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
}

div.design2 .app-upload-window-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

div.design2 .app-upload-window-content.top-down {
  position: relative;
  height: 100%;
  min-height: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

div.design2 .app-upload-window-content.top-down.upload-modal-welcome {
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

div.design2 .app-upload-window-content.top-down.upload-modal-upload {
  margin-top: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}

div.design2 .app-upload-window-content.app-upload-no-sdk {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

div.design2 .app-upload-window-content.app-upload-integration-logos {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

div.design2 .app-upload-window-controller {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #f5f5f5;
  font-size: 12px;
}

div.design2 .app-upload-drag-drop {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.95);
  opacity: 0;
  color: #334f64;
  font-size: 18px;
  font-weight: 300;
}

div.design2 .upload-cloud-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 240px;
  margin-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .upload-app-window-arrow {
  position: absolute;
}

div.design2 .dev-instructions {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000000;
  overflow: auto;
  width: 180px;
  min-height: 180px;
}

div.design2 .browse-file-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.35);
  border-radius: 4px;
  color: #000;
}

div.design2 .upload-browse-text {
  margin-bottom: 12px;
}

div.design2 .upload-browse-text.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 12px;
  margin-bottom: 0px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 13px;
}

div.design2 .app-upload-window-wrapper {
  position: relative;
  overflow: auto;
  height: 100%;
  max-height: 450px;
  padding-right: 24px;
  padding-left: 24px;
}

div.design2 .browse-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-left: 12px;
}

div.design2 .flex-justify {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

div.design2 .flex-justify.alerts-title {
  width: 300px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

div.design2 .flex-justify.right-padding {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

div.design2 .flex-justify.centered-height {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

div.design2 .flex-justify._32-padding {
  padding-right: 32px;
  padding-left: 32px;
}

div.design2 .flex-justify.full {
  width: 100%;
}

div.design2 .upload-app-progress-bar-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

div.design2 .upload-app-progress-background {
  position: relative;
  overflow: hidden;
  height: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #ddd;
}

div.design2 .app-upload-progress-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border-top: 1px solid hsla(0, 0%, 100%, 0.5);
  border-radius: 2px;
  background-image: url('/images/app/header//progress-bar-pattern.png'), -webkit-gradient(linear, left bottom, left top, from(rgba(79, 214, 121, 0.78)), to(rgba(221, 255, 0, 0))), -webkit-gradient(linear, left top, right top, from(#2d9c80), to(#4bbd6f));
  background-image: url('/images/app/header//progress-bar-pattern.png'), linear-gradient(0deg, rgba(79, 214, 121, 0.78), rgba(221, 255, 0, 0)), linear-gradient(90deg, #2d9c80, #4bbd6f);
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: contain, auto, auto;
  background-repeat: repeat-x, repeat, repeat;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
}

div.design2 .dev-link {
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 36px;
  font-family: Inconsolata, monospace;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  text-indent: -24px;
}

div.design2 .dev-link:hover {
  background-color: #cf006e;
}

div.design2 .upload-progress-text {
  position: absolute;
  right: 7px;
  bottom: 5px;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  text-align: right;
}

div.design2 .upload-app-start-wrapper {
  display: block;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

div.design2 .upload-ad-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

div.design2 .upload-ad-title {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px none rgba(0, 0, 0, 0.1);
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}

div.design2 .todo-slider-nav {
  padding-top: 24px;
  font-size: 9px;
}

div.design2 .todo-slide {
  position: relative;
  display: inline-block;
  height: 100%;
}

div.design2 .todo-mask {
  position: relative;
  height: 100%;
}

div.design2 .upload-app-error-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

div.design2 .upload-app-error-message {
  margin-bottom: 24px;
  padding: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e64637;
  border-radius: 4px;
  background-color: rgba(250, 217, 213, 0.76);
  color: #e64637;
  text-align: center;
}

div.design2 .code-box {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 0px;
  padding: 6px 12px;
  border: 1px solid #787878;
  border-radius: 2px;
  background-color: #f5f5f5;
  font-family: Inconsolata, monospace;
  color: #787878;
}

div.design2 .error-message-title {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 16px;
}

div.design2 .upload-app-start-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .app-upload-start-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

div.design2 .app-upload-success-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

div.design2 .app-upload-icon {
  width: 56px;
  height: 56px;
  margin-right: 12px;
}

div.design2 .app-upload-next-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

div.design2 .app-upload-finish-wrapper {
  overflow: hidden;
}

div.design2 .app-upload-cancel-wrapper {
  overflow: hidden;
}

div.design2 .app-upload-cancel-link {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17px;
  height: 17px;
  margin-left: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #0282f8;
  border-radius: 200px;
  color: #0282f8;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

div.design2 .app-upload-cancel-link:hover {
  background-color: rgba(0, 152, 255, 0.05);
}

div.design2 .app-upload-modal-progress {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 6px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: rgba(0, 152, 255, 0.1);
}

div.design2 .app-upload-modal-step1 {
  height: 100%;
  margin-right: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #0282f8;
}

div.design2 .app-upload-modal-step2 {
  height: 100%;
  margin-right: 2px;
  margin-left: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #0282f8;
}

div.design2 .app-upload-modal-step3 {
  height: 100%;
  margin-left: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #0282f8;
}

div.design2 .to-do-arrow {
  display: none;
}

div.design2 .to-do-slideshow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

div.design2 .slideshow-slide {
  overflow: hidden;
  height: 400px;
}

div.design2 .slide-marker-wrapper {
  position: relative;
  left: 0px;
  top: -48px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

div.design2 .slide-marker {
  width: 10px;
  height: 10px;
  margin-bottom: 8px;
  border-radius: 300px;
  background-color: hsla(0, 0%, 100%, 0.4);
}

div.design2 .slide-marker:hover {
  background-color: #fff;
}

div.design2 .slideshow-text-row {
  position: relative;
  left: -50%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 480px;
}

div.design2 .todo-slideshow-block-sdk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .todo-slideshow-block-feedback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

div.design2 .todo-slideshow-block-distribution {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

div.design2 .todo-img-block {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

div.design2 .toasty-widget-wrapper {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1000;
  display: none;
  width: 80px;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

div.design2 .toasty-avatar {
  margin-top: 12px;
  border-radius: 200px;
  box-shadow: 0 7px 24px -4px rgba(0, 0, 0, 0.5);
}

div.design2 .toasty-talk-bubble {
  position: relative;
  z-index: 20002;
  display: none;
  max-width: 460px;
  margin-bottom: 6px;
  margin-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  background-color: transparent;
  color: #fff;
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
  text-align: justify;
}

div.design2 .toasty-talk-title {
  margin-bottom: 6px;
  font-weight: 700;
  text-align: center;
}

div.design2 .toasty-text-block {
  margin-top: 12px;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
}

div.design2 .toasty-talk-bubble-arrow {
  position: absolute;
  right: 32px;
  bottom: -9px;
  width: 18px;
  height: 9px;
  border-top: 9px solid #2c67f3;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}

div.design2 .toasty-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .toasty-text-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  font-weight: 400;
}

div.design2 .toasty-start-title {
  max-width: 640px;
  font-size: 6vw;
  line-height: 1em;
  text-align: center;
  text-transform: none;
}

div.design2 .toasty-start-image {
  width: 12vw;
  margin-top: 2vw;
}

div.design2 .toasty-pre-feedback {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10002;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e64637;
  opacity: 0;
  color: #fff;
  font-weight: 900;
}

div.design2 .toasty-feedback-modal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 720px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 6px 24px -6px #000;
  opacity: 1;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}

div.design2 .toasty-feedback {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10003;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #66bb6a;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.1), rgba(0, 0, 0, 0.35));
  opacity: 0;
}

div.design2 .toasty-pre-crash {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10005;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #7e57c2;
  opacity: 0;
  color: #fff;
  font-weight: 900;
}

div.design2 .upload-invite-button {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px;
  border: 1px solid #0282f8;
  border-radius: 3px;
  background-color: rgba(2, 130, 248, 0.05);
  color: #2c67f3;
}

div.design2 .app-upload-sub-tesxt {
  margin-top: 6px;
}

div.design2 .app-upload-sub-text-container {
  margin-bottom: 28px;
}

div.design2 .upload-ad-title-with-text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}

div.design2 .app-upload-logos-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 26px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .toasty-sync-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10004;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #039be5;
}

div.design2 .app-upload-sdk-icons-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-bottom: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

div.design2 .app-upload-sdk-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

div.design2 .app-upload-icons-text {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

div.design2 .app-upload-icons-img {
  width: 63px;
  margin-bottom: 18px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

div.design2 .app-upload-icons-img.screen-icon {
  width: 62px;
  margin-bottom: 24px;
}

div.design2 .app-upload-link {
  display: inline-block;
  padding-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
}

div.design2 .app-upload-after-upload {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

div.design2 .build-overview-dropdown {
  display: block;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #787878;
  font-size: 14px;
  font-weight: 400;
}

div.design2 .build-overview-dropdown:hover {
  border-radius: 600px;
  color: #0282f8;
}

div.design2 .build-overview-dropdown-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 27px;
  padding-top: 5px;
  padding-left: 16px;
  color: grey;
  font-size: 13px;
  font-weight: 400;
}

div.design2 .build-overview-dropdown-text:hover {
  color: #0282f8;
}

div.design2 .build-overview-dropdown-text.w--open {
  opacity: 1;
  color: #0282f8;
}

div.design2 .build-overview-dropdown-link {
  z-index: 55555;
  width: 100%;
  padding: 3px 12px 3px 18px;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}

div.design2 .build-overview-dropdown-link:hover {
  background-color: #f1f8ff;
  color: #1c1c1c;
}

div.design2 .build-overview-dropdown-list {
  border-radius: 6px;
}

div.design2 .build-overview-dropdown-list.w--open {
  overflow: hidden;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
}

div.design2 .build-overview-back-block {
  position: relative;
  left: 0px;
  top: 20px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  padding-left: 32px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .build-overview-back-button {
  position: relative;
  left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #383838;
  font-size: 23px;
}

div.design2 .build-overview-back-button:hover {
  color: #0282f8;
}

div.design2 .lock {
  position: absolute;
  top: -40%;
  right: 10px;
  width: 24px;
  height: 24px;
  padding: 6px;
  border-radius: 200px;
  background-color: #e71703;
  -webkit-transform: translate(0px, 25%);
  -ms-transform: translate(0px, 25%);
  transform: translate(0px, 25%);
}

div.design2 .pusling-bulb {
  position: absolute;
  left: -14px;
  top: -11px;
  right: 0px;
  width: 24px;
  height: 24px;
  background-image: url('/images/app/header//pulsing-bulb.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

div.design2 .pulsing-bulb-container {
  position: relative;
  left: -10px;
  top: 0px;
  right: 0px;
}

div.design2 .pulsing-bulb-top {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
}

div.design2 .settings-message-container {
  padding-left: 240px;
}

div.design2 .settings-message-block {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #0282f8;
  border-radius: 3px;
  background-color: #e7f3ff;
  color: #0282f8;
}

div.design2 .slider-img {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  min-width: 200px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

div.design2 .todo-img-distribution {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 260px;
  min-width: 260px;
  margin-right: 6px;
  margin-left: 6px;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #f5f5f5;
  border-radius: 6px;
}

div.design2 .todo-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

div.design2 .todo-text-container.numbers {
  padding-top: 17px;
  padding-left: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .todo-img-block-container {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  margin-bottom: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

div.design2 .todo-text-title {
  margin-top: 11px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 35px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

div.design2 .todo-text-title.xl {
  margin-bottom: 34px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 89px;
}

div.design2 .todo-text {
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
}

div.design2 .todo-slider-link {
  margin-top: 18px;
  padding: 10px 12px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.27);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

div.design2 .todo-slider-link.numbers {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

div.design2 .todo-img-feedback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 240px;
  margin-right: 6px;
  margin-left: 6px;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f5f5f5;
  border-radius: 6px;
}

div.design2 .todo-img-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .app-upload-3-column-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
}

div.design2 .app-upload-3-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

div.design2 .app-upload-3-column.short {
  width: 138px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

div.design2 .app-upload-3-column.with-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

div.design2 .app-upload-sub-title {
  position: relative;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 300;
}

div.design2 .example-link {
  display: none;
  font-size: 12px;
}

div.design2 .todo-img-insights {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 260px;
  min-width: 260px;
  margin-right: 6px;
  margin-left: 6px;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f5f5f5;
  border-radius: 6px;
}

div.design2 .enable-login-text {
  margin-bottom: 24px;
  text-align: center;
}

div.design2 .login-form-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  cursor: pointer;
}

div.design2 .login-form-link.donot-use {
  position: relative;
  top: 10px;
  margin-bottom: 24px;
  color: #da1503;
  font-weight: 400;
  text-decoration: underline;
}

div.design2 .login-form-new-email-input {
  border: 1px solid #0282f8;
  border-radius: 6px;
  font-weight: 300;
}

div.design2 .login-form-new-email-input.gray {
  margin-bottom: 16px;
  border-color: #d1d1d1;
}

div.design2 .long-login-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  min-width: 180px;
  padding: 10px 14px 10px 18px;
  float: right;
  border-radius: 6px;
  background-image: url('/images/app/header//ic_keyboard_arrow_right_white_48pt_2x.png');
  background-position: 94% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

div.design2 .login-form-new-email-confirm-block {
  margin-top: 10px;
}

div.design2 .white-login-footer {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

div.design2 .blue-login-column-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 28px;
}

div.design2 .blue-login-footer-link {
  color: #2c67f3;
  font-weight: 300;
}

div.design2 .white-login-body {
  background-color: #f5f5f5;
}

div.design2 .white-login-body.support {
  position: absolute;
  width: 100vw;
  height: 100%;
  margin: -140px -24px -76px;
  padding-top: 189px;
}

div.design2 .white-login-form {
  position: relative;
  display: block;
  min-height: 468px;
  min-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 56px 48px 50px;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  background-color: #fff;
}

div.design2 .white-login-form.login {
  display: block;
  height: auto;
  padding-top: 42px;
  padding-bottom: 42px;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

div.design2 .white-login-header {
  display: block;
  margin: 10px auto 4vh;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

div.design2 .white-login-logo {
  display: block;
  margin-right: auto;
  margin-bottom: 6px;
  margin-left: auto;
}

div.design2 .white-login-field {
  height: 40px;
  margin-bottom: 12px;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  color: #383838;
  font-weight: 300;
}

div.design2 .white-login-field:focus {
  border-color: #2c67f3;
}

div.design2 .white-login-field.half {
  display: inline-block;
}

div.design2 .white-login-field.right-padding {
  margin-right: 10px;
}

div.design2 .white-login-button {
  display: block;
  width: 180px;
  min-width: 180px;
  margin: 36px auto 16px;
  padding: 16px 36px;
  border-radius: 6px;
  background-color: #2c67f3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.1)), to(hsla(0, 0%, 96.1%, 0.1))), -webkit-gradient(linear, left top, left bottom, from(rgba(63, 86, 255, 0.1)), to(rgba(44, 0, 219, 0.4)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.1), hsla(0, 0%, 96.1%, 0.1)), linear-gradient(180deg, rgba(63, 86, 255, 0.1), rgba(44, 0, 219, 0.4));
  color: #f5f5f5;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

div.design2 .white-login-footer-text {
  color: #787878;
  font-size: 13px;
  line-height: 30px;
  font-weight: 300;
}

div.design2 .white-login-form-button {
  display: block;
  width: 66px;
  height: 42px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 6px;
  text-align: center;
}

div.design2 .input-fields-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

div.design2 .login-domain-text {
  position: relative;
  left: 0px;
  top: 4px;
  right: 0px;
  bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 16px;
}

div.design2 .disclaimer-text {
  margin-top: 24px;
  text-align: center;
}

div.design2 .disclaimer-text.bottom-padding {
  margin-top: 12px;
  margin-bottom: 16px;
}

div.design2 .signup-form-radio-row {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

div.design2 .signup-form-radio-column {
  margin-bottom: 12px;
  padding-right: 4px;
  padding-left: 4px;
}

div.design2 .signup-form-text-between-fields {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 4px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

div.design2 .password-recovery-text {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 24px;
}

div.design2 .login-remember {
  color: #383838;
  text-align: left;
}

div.design2 .sign-in-google {
  display: block;
  width: 80%;
  height: 42px;
  float: left;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
}

div.design2 .sign-in-google.logo {
  display: block;
  width: 15%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url('/images/app/header//Logo-integ-google.png');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

div.design2 .sign-in-google.text {
  width: 85%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  border-left-style: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-size: 13px;
  text-align: left;
}

div.design2 .sign-in-google-wrapper {
  display: block;
  margin-bottom: 12px;
  box-shadow: 1px 1px 10px -4px rgba(0, 0, 0, 0.24);
  color: #383838;
}

div.design2 .signup-form {
  padding: 32px 48px 24px;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  background-color: #fff;
  color: #383838;
  font-size: 12px;
  font-weight: 300;
}

div.design2 .error-link {
  color: #b81000;
  font-weight: 400;
}

div.design2 .login-error-message {
  margin-bottom: 12px;
  padding: 10px 24px;
  border: 1px solid #ff505b;
  background-color: rgba(255, 80, 91, 0.05);
  color: #da1503;
}

div.design2 .login-message-success {
  display: block;
  margin-bottom: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #4bbd6f;
  border-radius: 6px;
  background-color: rgba(75, 189, 111, 0.1);
  color: #2d9c80;
  font-weight: 300;
  text-align: center;
}

div.design2 .type2accountverified {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

div.design2 .mobile-verification-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

div.design2 .mobile-verification-link-column {
  margin-right: 6px;
  margin-left: 6px;
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  background-color: #f5f5f5;
  box-shadow: 1px 1px 6px -4px rgba(0, 0, 0, 0.58);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #0098ff;
  font-size: 13px;
}

div.design2 .mobile-verification-link-column:hover {
  background-color: #fff;
}

div.design2 .link-2 {
  color: #0282f8;
}

div.design2 .link-3 {
  color: #0282f8;
}

div.design2 .link-4 {
  color: #2c67f3;
}

div.design2 .link-4.strong {
  font-size: 14px;
  font-weight: 400;
}

div.design2 .type-2-support {
  display: block;
  width: 640px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  padding: 24px 24px 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

div.design2 .type-2-support.close {
  display: none;
}

div.design2 .type-2-support-heading {
  margin-bottom: 36px;
  font-weight: 400;
}

div.design2 .type-2-support-heading.move-left {
  padding-right: 36px;
}

div.design2 .container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .support-type-2 {
  height: 42px;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 300;
}

div.design2 .support-type-2.half {
  width: 49%;
}

div.design2 .support-type-2.free {
  height: 100px;
}

div.design2 .support-button {
  margin-top: 12px;
  padding: 10px 24px;
  float: right;
  border-radius: 6px;
  background-color: #0282f8;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

div.design2 .support-button:hover {
  background-color: #2c67f3;
  color: #f5f5f5;
}

div.design2 .support-button:active {
  background-color: #0d47d1;
}

div.design2 .support-field {
  height: 40px;
  margin-right: 6px;
  margin-bottom: 28px;
  margin-left: 6px;
  padding: 9px 18px;
  border: 1px solid #d1d1d1;
  border-radius: 600px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #787878;
  font-size: 13px;
  font-weight: 300;
  cursor: pointer;
}

div.design2 .support-field:hover {
  border-color: #0282f8;
  color: #0282f8;
  font-weight: 300;
}

div.design2 .support-field:active {
  border-color: #0282f8;
  color: #0282f8;
}

div.design2 .support-field:focus {
  border-color: #0282f8;
  color: #0282f8;
}

div.design2 .support-field.pressed {
  border-color: #0282f8;
  background-color: rgba(44, 103, 243, 0.05);
  color: #0282f8;
}

div.design2 .light-text {
  margin-bottom: 22px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}

div.design2 .light-text.text-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-weight: 400;
}

div.design2 .light-text.s {
  margin-bottom: 0px;
  font-size: 14px;
}

div.design2 .support-type-2-row {
  width: 640px;
}

div.design2 .welcome-strip-content {
  padding: 24px 10%;
}

div.design2 .white-block {
  position: relative;
  padding: 24px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 1px 1px 18px -2px rgba(0, 0, 0, 0.2);
}

div.design2 .welcome-strip-title-bar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  padding-top: 32px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #d1d1d1;
  border-right: 1px none #d1d1d1;
  border-left: 1px none #d1d1d1;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #383838;
  font-size: 38px;
  font-weight: 300;
}

div.design2 .welcome-strip-block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px none #d1d1d1;
  border-left: 1px none #d1d1d1;
}

div.design2 .exit-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 14px;
  cursor: pointer;
}

div.design2 .exit-icon.s {
  top: 18px;
  right: 20px;
  width: 24px;
  padding: 6px;
  opacity: 0.5;
}

div.design2 .exit-icon.s.small-window {
  top: 10px;
  right: 12px;
  z-index: 99999;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

div.design2 .exit-icon.s.small-window:hover {
  opacity: 1;
}

div.design2 .exit-icon.pop-up {
  top: 18px;
  right: 20px;
  opacity: 0.8;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

div.design2 .exit-icon.pop-up:hover {
  opacity: 1;
}

div.design2 .exit-icon.relative-center.centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

div.design2 .welcome-strip-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 220px;
  margin-right: 14px;
  margin-left: 14px;
  padding: 0px 10px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

div.design2 .welcome-strip-img {
  min-width: 220px;
  margin-bottom: 12px;
}

div.design2 .welcome-strip-img.s {
  min-width: 200px;
  margin-bottom: 18px;
}

div.design2 .welcome-strip-img.l {
  min-width: 240px;
}

div.design2 .welcome-block-title {
  margin-bottom: 12px;
  color: #e64637;
  font-size: 22px;
  font-weight: 300;
}

div.design2 .welcome-block-title.black {
  margin-bottom: 32px;
  color: #1c1c1c;
  line-height: 28px;
}

div.design2 .welcome-block-text {
  color: #383838;
  font-size: 14px;
  font-weight: 300;
}

div.design2 .welcome-strip-bottom {
  position: relative;
  padding: 32px 24px;
  border-right: 1px none #d1d1d1;
  border-bottom: 1px none #d1d1d1;
  border-left: 1px none #d1d1d1;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 24px;
  font-weight: 300;
}

div.design2 .free-demo-link {
  margin-left: 8px;
  padding: 10px 22px;
  border-radius: 200px;
  background-color: #ff505b;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  cursor: pointer;
}

div.design2 .welcome-strip-thankyou {
  display: none;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 24px;
  font-weight: 300;
}

div.design2 .marketing-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  padding: 47px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(28, 28, 28, 0.8);
}

div.design2 .marketing-msg-card {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 780px;
  height: 520px;
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 42px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  background-color: #fff;
}

div.design2 ._2-column {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: block;
  width: 320px;
  max-height: 420px;
  margin-right: 24px;
  margin-left: 24px;
  padding-top: 8px;
  padding-right: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

div.design2 ._2-column.extra-padding {
  padding-top: 0px;
  padding-right: 12px;
}

div.design2 ._2-column.bump-up {
  margin-top: -4px;
  padding-top: 0px;
  padding-right: 0px;
}

div.design2 ._2-column.wide {
  padding-top: 0px;
  padding-right: 0px;
}

div.design2 ._2-column.vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

div.design2 ._2-column.vertical.no-padding {
  margin-left: 0px;
}

div.design2 ._2-column-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

div.design2 ._2-column-row.left-text {
  margin-left: -20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

div.design2 .marketing-title {
  margin-bottom: 18px;
  padding-bottom: 1px;
  color: #ff505b;
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
  text-align: center;
}

div.design2 .marketing-title.form {
  margin-bottom: 20px;
}

div.design2 .marketing-subtitle {
  margin-bottom: 18px;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
}

div.design2 .marketing-subtitle.form {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

div.design2 .marketing-subtitle.centered {
  margin-bottom: 32px;
  padding-top: 4px;
  line-height: 22px;
  text-align: center;
}

div.design2 .marketing-bullet {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  background-image: url('/images/app/header//checkmark-green.png');
  background-position: 0px 12px;
  background-size: 12px;
  background-repeat: no-repeat;
  font-size: 15px;
  font-weight: 300;
}

div.design2 .marketing-call-to-action {
  display: block;
  max-width: 196px;
  margin-top: 26px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 26px;
  border-radius: 200px;
  background-color: #ff505b;
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
}

div.design2 .marketing-call-to-action.less-padding {
  margin-top: 16px;
}

div.design2 ._2-column-image {
  position: relative;
  top: 0px;
  right: -11px;
  bottom: 0px;
  max-height: 420px;
  padding-right: 16px;
  padding-left: 16px;
}

div.design2 ._2-column-image.right-edge {
  position: absolute;
  left: auto;
  top: 44%;
  right: 0px;
  bottom: 0px;
  margin-right: -1px;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 ._2-column-image.right-edge.bump-up {
  right: 0px;
  bottom: 0px;
  margin-top: -24px;
  padding-top: 0px;
}

div.design2 ._2-column-image.right-edge.door {
  margin-top: -36px;
  padding-top: 0px;
}

div.design2 ._2-column-image.bump-up {
  padding-top: 0px;
}

div.design2 .scenario2 {
  display: none;
  margin-right: 36px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

div.design2 .scenario3 {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

div.design2 .scenario1 {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

div.design2 .scenario6 {
  display: none;
  margin-right: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

div.design2 .scenario7 {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

div.design2 .image-4 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
}

div.design2 .scenario8 {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

div.design2 .scenario9 {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

div.design2 .dev-links {
  position: relative;
  left: 16px;
  top: 24px;
  margin-bottom: 16px;
  color: #f5f5f5;
  font-size: 18px;
  cursor: pointer;
}

div.design2 .dev-links-container {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
}

div.design2 .browser-img {
  position: relative;
  top: -65px;
  right: 0px;
  display: block;
  margin-bottom: 16px;
  padding-top: 28px;
}

div.design2 .scenario5 {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

div.design2 .scenario4 {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

div.design2 .highlighted-bullet-text {
  font-weight: 400;
}

div.design2 .marketing-msg-form {
  display: block;
  width: 386px;
  margin-top: 36px;
  margin-right: auto;
  padding-left: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

div.design2 .marketing-msg-form-light-text {
  margin-bottom: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 20px;
  font-weight: 300;
}

div.design2 .marketing-msg-submit-button {
  display: block;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  padding: 18px 30px;
  border-radius: 200px;
  background-color: #ff505b;
  font-size: 26px;
  font-weight: 300;
}

div.design2 .marketing-msg-checkbox {
  margin-left: 4px;
  font-size: 15px;
  font-weight: 300;
}

div.design2 .radio-button-field {
  margin-bottom: 12px;
  font-weight: 300;
}

div.design2 .radio-button-field.left-align {
  padding-right: 12px;
  padding-left: 24px;
  text-align: left;
}

div.design2 .marketing-radio-container {
  position: relative;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

div.design2 .marketing-radio-selection-container.left-padding {
  margin-left: 16px;
}

div.design2 .field-label {
  font-weight: 400;
}

div.design2 .devices-gif {
  margin-right: 30px;
}

div.design2 .invite-testers-button {
  margin-left: 20px;
  padding: 6px 16px;
  border-radius: 200px;
  background-color: #d1d1d1;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
}

div.design2 .invite-testers-button:hover {
  background-color: #0282f8;
}

div.design2 .invite-testers-button.admins {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  border: 1px solid #0282f8;
  border-radius: 6px;
  background-color: #0282f8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

div.design2 .invite-testers-button.admins:hover {
  background-color: #0282f8;
  color: #fff;
}

div.design2 .invite-testers-button.square {
  border-radius: 6px;
  background-color: #0282f8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

div.design2 .invite-testers-button.square:hover {
  background-color: #0098ff;
  box-shadow: inset -12px 12px 18px -11px rgba(2, 130, 248, 0.4);
}

div.design2 .major-table-title {
  position: relative;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 14px 14px 14px 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #d1d1d1;
  background-color: #fff;
  font-size: 20px;
  font-weight: 300;
}

div.design2 .major-table-title.admins {
  padding-left: 20px;
  font-size: 22px;
}

div.design2 .major-table-title.no-stroke {
  margin-top: 10px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

div.design2 .toggle-background-gray {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 200px;
  background-color: #e2e2e2;
  box-shadow: inset 0 -2px 8px 0 rgba(0, 0, 0, 0.2);
}

div.design2 .toggle-background-gray.testers-email {
  background-color: #eee;
}

div.design2 .testers-toggle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100px;
  height: 30px;
  margin-right: 6px;
  margin-left: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 200px;
  font-size: 11px;
  cursor: pointer;
}

div.design2 .toggle-text-testers-email {
  display: block;
  padding-top: 6px;
  padding-right: 11px;
  font-size: 10.5px;
  text-align: right;
}

div.design2 .toggle-text-testers-id {
  position: absolute;
  z-index: 5;
  padding-top: 6px;
  padding-left: 12px;
  font-size: 11px;
  font-weight: 300;
}

div.design2 .scenario10 {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

div.design2 .scenario11 {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

div.design2 .door-img {
  display: block;
  margin-top: -62px;
}

div.design2 .marketing-laptop-img {
  display: block;
}

div.design2 .testers-chart-link {
  display: inline-block;
  margin-left: 16px;
  color: #0282f8;
  font-size: 14px;
}

div.design2 .testers-chart-link.ios-chart {
  position: relative;
  right: 0px;
  margin-left: 0px;
}

div.design2 .no-text-checkbox {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .no-text-checkbox.no-padding {
  padding-left: 0px;
}

div.design2 .no-text-checkbox-field {
  display: none;
  width: 0px;
  height: 0px;
}

div.design2 .invite-testers-container {
  position: relative;
  left: 0px;
  top: 1%;
  z-index: 700;
  width: 800px;
  height: auto;
  padding: 20px 32px 24px;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  background-color: #fff;
}

div.design2 .invite-testers-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(28, 28, 28, 0.65);
  background-image: radial-gradient(circle closest-corner at 51% 13%, rgba(28, 28, 28, 0), rgba(0, 0, 0, 0.4));
}

div.design2 .invite-testers-title {
  margin-bottom: 18px;
  padding-left: 14px;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
}

div.design2 .invite-testers-form {
  display: block;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  font-weight: 300;
}

div.design2 .invite-testers-submit {
  display: block;
  padding: 12px 16px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
  background-color: #0282f8;
  font-size: 16px;
  font-weight: 300;
}

div.design2 .invite-testers-chekcbox {
  font-weight: 300;
  text-align: left;
}

div.design2 .invite-testers-dialogue-form {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 730px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

div.design2 .invite-testers-dialogue-checkbox {
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 0px;
}

div.design2 .invite-testers-success {
  display: none;
  margin-bottom: 36px;
  border-radius: 6px;
  color: #2d5f09;
  font-size: 16px;
  font-weight: 300;
}

div.design2 .chart-row {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 42px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #d1d1d1;
}

div.design2 .chart-row:hover {
  background-color: #f7fbff;
}

div.design2 .chart-row.dialogue {
  height: auto;
}

div.design2 .checkbox-column {
  width: 42px;
  height: auto;
  min-height: 42px;
  padding-top: 12px;
  padding-left: 16px;
  border-right: 1px solid #d1d1d1;
}

div.design2 .checkbox-column.title {
  padding-top: 18px;
}

div.design2 .checkbox-column.permissions-chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92px;
  height: 38px;
  min-height: auto;
  padding-top: 14px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

div.design2 .checkbox-column.permissions-chart.no-stroke {
  height: 38px;
  border-right-style: none;
}

div.design2 .checkbox-column.no-line {
  border-right-style: none;
}

div.design2 .responsive-row {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 42px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px none #d1d1d1;
}

div.design2 .responsive-row.side-strokes {
  height: 38px;
  min-height: 0px;
  border-top: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
}

div.design2 .responsive-row.admins-chart-title {
  height: 38px;
  min-height: 0px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #d1d1d1;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #f5f5f5;
}

div.design2 .responsive-row.titles-with-scroll {
  padding-right: 16px;
}

div.design2 .responsive-row.right-padding {
  padding-right: 15px;
}

div.design2 .responsive-column-wide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-top: 12px;
  padding-left: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #d1d1d1;
}

div.design2 .responsive-column-wide.sort {
  width: 36%;
  background-image: url('/images/app/header//sort.png');
  background-position: 98% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

div.design2 .responsive-column-wide.sort.with-scroll {
  width: 40%;
}

div.design2 .responsive-column-wide.sort._30 {
  width: 30%;
}

div.design2 .responsive-column-wide.sort._40 {
  width: 40%;
}

div.design2 .responsive-column-wide.sort._25 {
  width: 25%;
}

div.design2 .responsive-column-wide.permissions-chart {
  width: 286px;
  height: 38px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .responsive-column-wide.permissions-chart.title {
  width: 286px;
}

div.design2 .responsive-column-wide._4-column-chart {
  width: 36%;
}

div.design2 .responsive-column-wide._30 {
  width: 30%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

div.design2 .responsive-column-wide._25 {
  width: 25%;
}

div.design2 .responsive-column-med {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  padding-top: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid #d1d1d1;
}

div.design2 .responsive-column-med.no-stroke {
  border-right-style: none;
}

div.design2 .responsive-column-med.no-stroke._20 {
  width: 20%;
}

div.design2 .responsive-column-med.sort {
  background-image: url('/images/app/header//sort.png');
  background-position: 98% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

div.design2 .responsive-column-med.sort._20 {
  width: 20%;
}

div.design2 .responsive-column-med.sort._20.no-stroke {
  border-right-style: none;
}

div.design2 .responsive-column-med.sort._30 {
  width: 30%;
}

div.design2 .responsive-column-med.sort._13 {
  width: 13%;
}

div.design2 .responsive-column-med._20 {
  width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

div.design2 .responsive-column-med._20.no-stroke {
  overflow: visible;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-right-style: none;
}

div.design2 .responsive-column-med._20.centered {
  width: 92px;
  padding-top: 6px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

div.design2 .responsive-column-med._20.centered.no-stroke {
  border-right-style: none;
}

div.design2 .responsive-column-med._30 {
  width: 30%;
  cursor: pointer;
}

div.design2 .responsive-column-med._50 {
  width: 50%;
  padding-right: 12px;
}

div.design2 .responsive-column-med._13 {
  width: 13%;
}

div.design2 .chart-text {
  margin-bottom: 6px;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 300;
}

div.design2 .chart-text.permissions {
  margin-bottom: 0px;
  margin-left: 20px;
  font-size: 14px;
  text-align: left;
}

div.design2 .chart-text.udid {
  overflow: visible;
  width: 100%;
}

div.design2 .chart-titles-row {
  position: relative;
  z-index: 120;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 56px;
  border: 1px solid #d1d1d1;
  background-color: #f5f5f5;
  box-shadow: 0 0 24px -6px rgba(28, 28, 28, 0.3);
  color: #0282f8;
}

div.design2 .chart-titles-row.right-padding {
  padding-right: 16px;
  box-shadow: 0 11px 14px -14px rgba(28, 28, 28, 0.3);
}

div.design2 .chart-titles-row.right-padding.short-h {
  height: 42px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .chart-container {
  overflow: hidden;
  margin-bottom: 12px;
  border-radius: 3px;
}

div.design2 .chart-container.admins {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  height: auto;
  margin-bottom: 0px;
  border-bottom: 1px solid #d1d1d1;
  background-color: #fff;
}

div.design2 .chart-title {
  margin-top: 6px;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

div.design2 .chart-title.admins-chart-title {
  margin-top: 0px;
  margin-left: 4px;
}

div.design2 .horizontal-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 6px;
}

div.design2 .search-testers-form {
  position: relative;
  left: 0px;
  top: 3px;
  right: 0px;
  width: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

div.design2 .email-invite-container {
  overflow: auto;
  width: 100%;
  height: 340px;
  margin-bottom: 12px;
  padding: 8px 12px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
}

div.design2 .email-invite-text {
  display: inline-block;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

div.design2 .email-invite-text.email-footer {
  padding-top: 12px;
  padding-bottom: 0px;
  border-bottom-style: none;
  font-size: 11px;
  line-height: 15px;
}

div.design2 .email-invite-input-field {
  width: 36%;
  height: 32px;
  margin-bottom: 4px;
  float: right;
  border: 1px solid #d1d1d1;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-weight: 300;
}

div.design2 .email-invite-input-field.full {
  width: 86%;
  margin-right: 0px;
}

div.design2 .email-invite-input-field.padding {
  margin-right: 9px;
}

div.design2 .email-invite-input-label {
  width: 14%;
  height: 32px;
  padding: 6px 12px 6px 9px;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #d1d1d1;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 13px;
  font-weight: 300;
}

div.design2 .email-invite-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .email-invite-header-text {
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 300;
}

div.design2 .email-functions-column {
  position: relative;
  display: inline-block;
  width: auto;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .step-2.invite-testers-title {
  display: block;
  width: 600px;
  padding-left: 0px;
}

div.design2 .step-1.invite-testers-title {
  margin-bottom: 20px;
  padding-left: 0px;
}

div.design2 .step-1.invite-testers-title.less-padding {
  margin-bottom: 8px;
}

div.design2 .toggle-text-browse {
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 10px;
  opacity: 0.5;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
}

div.design2 .toggle-text-add {
  position: relative;
  z-index: 5;
  display: inline-block;
  margin-top: 4px;
  margin-right: 10px;
  margin-bottom: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}

div.design2 .testers-dialogue-step-1 {
  display: block;
  padding-top: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-weight: 300;
  text-align: left;
}

div.design2 .testers-dialogue-step-2 {
  display: none;
}

div.design2 .testers-dialogue-emails-form {
  margin-top: 12px;
  margin-bottom: 12px;
  border-radius: 3px;
  font-weight: 300;
}

div.design2 .invite-testers-step-1-add-email {
  width: 100%;
}

div.design2 .invite-testers-step-1-android {
  display: block;
}

div.design2 .invite-testers-chart-button {
  padding: 9px 22px;
  float: right;
  border-radius: 3px;
  background-color: #0282f8;
  color: #f5f5f5;
  font-size: 16px;
}

div.design2 .auto-scroll {
  position: relative;
  display: block;
  overflow: auto;
  height: 35vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px none #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

div.design2 .auto-scroll.admins {
  z-index: 100;
  height: auto;
  border-right: 1px none #d1d1d1;
  border-bottom-style: none;
}

div.design2 .auto-scroll.project-mapping {
  margin-right: -16px;
  margin-left: -18px;
  border-right-style: none;
  border-bottom-style: none;
}

div.design2 .invite-testers-step-1-ios {
  display: none;
  margin-top: 12px;
}

div.design2 .see-ios-version {
  color: #ff505b;
  cursor: pointer;
}

div.design2 .invite-testers-ios-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

div.design2 .invite-testers-ios-tabs.flex-center {
  margin-top: 12px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

div.design2 .invite-testers-ios-tabs-link {
  width: 50%;
  padding: 12px 24px;
  border: 1px solid #d1d1d1;
  border-radius: 6px 6px 0px 0px;
  background-color: #f5f5f5;
  box-shadow: inset -6px -5px 24px -14px rgba(0, 0, 0, 0.3);
  color: #787878;
  text-align: center;
}

div.design2 .invite-testers-ios-tabs-link.w--current {
  border-style: solid solid none;
  border-width: 1px;
  border-color: #d1d1d1;
  border-radius: 6px 6px 0px 0px;
  background-color: transparent;
  box-shadow: none;
  color: #383838;
}

div.design2 .invite-admins-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(28, 28, 28, 0.6);
}

div.design2 .invite-admins-container {
  position: relative;
  left: 0px;
  top: 1%;
  right: 0px;
  display: block;
  padding: 28px 30px 24px;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  background-color: #fff;
}

div.design2 .invite-admins-button {
  position: relative;
  z-index: 600;
  margin-top: 12px;
  padding: 9px 22px;
  float: right;
  border-radius: 6px;
  background-color: #0282f8;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

div.design2 .invite-admins-dialogue-form {
  margin-top: 12px;
  margin-bottom: 16px;
  border-radius: 3px;
}

div.design2 .permissions-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

div.design2 .permissions-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 42px;
  margin-right: 0px;
  margin-bottom: 12px;
  margin-left: 0px;
  padding-bottom: 1px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
}

div.design2 .permissions-dropdown:hover {
  border-color: #787878;
}

div.design2 .permissions-dropdown:active {
  border-color: #0282f8;
}

div.design2 .permissions-dropdown.w--open {
  width: 250px;
  background-color: #f5f5f5;
}

div.design2 .invite-admins-content {
  font-weight: 300;
  text-align: left;
}

div.design2 .no-margin {
  margin-left: 0px;
}

div.design2 .permissions-chart-list.w--open {
  position: absolute;
  left: -1px;
  top: 45px;
  z-index: 9999;
  width: 144px;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  background-color: #fff;
}

div.design2 .admins-chart-scroll {
  position: relative;
  overflow: auto;
  height: auto;
  max-height: 120px;
  min-height: 0px;
  border-top: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

div.design2 .invite-admins-success {
  color: #006815;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

div.design2 .invite-admins-success.text {
  margin-top: 12px;
  color: #383838;
}

div.design2 .permissions-radio {
  width: 30%;
  margin-top: 8px;
  margin-bottom: 0px;
  font-weight: 300;
}

div.design2 .explanation-line {
  width: 460px;
  font-size: 16px;
  line-height: 22px;
}

div.design2 .admins-dropdown-menu {
  position: absolute;
  left: 6px;
  top: 66%;
  z-index: 9999;
  display: block;
  overflow: auto;
  width: 164px;
  max-height: 116px;
  border: 1px solid #d1d1d1;
  background-color: #fafafa;
  box-shadow: inset -5px 5px 14px -12px #000;
  text-align: left;
}

div.design2 .admins-permissions-menu-link {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding: 10px 12px 10px 14px;
  color: #383838;
  font-weight: 300;
}

div.design2 .admins-permissions-menu-link:hover {
  background-color: rgba(2, 130, 248, 0.05);
}

div.design2 .permissions-tooltip {
  position: absolute;
  left: 0px;
  top: -48px;
  right: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 32px;
  max-width: none;
  padding-right: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .admins-chart-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #d1d1d1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

div.design2 .admins-chart-row:hover {
  background-color: rgba(2, 130, 248, 0.05);
}

div.design2 .admins-chart-row.new-addition {
  height: 0px;
  min-height: 0px;
  opacity: 0;
}

div.design2 .new-addition {
  height: auto;
}

div.design2 .float-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .enable-diasble-button {
  margin-left: 16px;
  padding: 6px 24px;
  border: 1px solid #1d8269;
  border-radius: 6px;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #1d8269;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
}

div.design2 .enable-diasble-button:hover {
  border-color: #0282f8;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  color: #0282f8;
}

div.design2 .enable-diasble-button:active {
  border-color: #0282f8;
  color: #0282f8;
}

div.design2 .enable-diasble-button:focus {
  border-color: #0282f8;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  color: #0282f8;
}

div.design2 .delete-button {
  margin-left: 12px;
  padding: 6px 24px;
  border: 1px solid #0282f8;
  border-radius: 6px;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  color: #0282f8;
  font-size: 15px;
  font-weight: 400;
}

div.design2 .delete-button:hover {
  border-color: #0282f8;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  color: #0282f8;
}

div.design2 .delete-button:active {
  border-color: #0282f8;
  color: #0282f8;
}

div.design2 .delete-button:focus {
  border-color: #0282f8;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  color: #0282f8;
}

div.design2 .manage-permissions-container {
  position: relative;
  top: 2%;
  display: none;
  padding: 28px 30px 24px;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  background-color: #fff;
}

div.design2 .permissions-open-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

div.design2 .invite-testers-step-1-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

div.design2 .invite-testers-step1-tab-link {
  margin-right: 10px;
  margin-bottom: 16px;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  background-color: #fff;
  color: #787878;
}

div.design2 .invite-testers-step1-tab-link.w--current {
  border-color: #0282f8;
  background-color: #fff;
  color: #0282f8;
}

div.design2 ._1-column-chart {
  height: 42px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
}

div.design2 .vertical-float-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

div.design2 .vertical-float-left.bottom {
  float: left;
}

div.design2 .inline-block-link {
  display: block;
  margin-bottom: 6px;
  float: left;
  color: #2c67f3;
  font-weight: 300;
}

div.design2 .tab-card {
  margin-bottom: 12px;
  padding-top: 18px;
  padding-right: 12px;
  padding-left: 12px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #d1d1d1;
  border-radius: 0px 0px 6px 6px;
  background-color: #fff;
}

div.design2 .ios-testers-email-input {
  position: relative;
  left: 0px;
  right: 0px;
  margin-bottom: 0px;
  padding: 0px;
  border-style: none;
  background-color: transparent;
}

div.design2 .chart-test-input {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 8px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

div.design2 .large-light-title {
  position: relative;
  margin-top: 2px;
  margin-left: 16px;
  color: #ff505b;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
}

div.design2 .status-bar-item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  margin-right: 8px;
  margin-bottom: 12px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #383838;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
}

div.design2 .small-light-title {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  color: #383838;
  font-size: 15px;
  font-weight: 300;
  text-align: left;
}

div.design2 .status-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82px;
  height: 82px;
  padding: 11px 10px 11px 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #0282f8;
  border-radius: 200px;
  background-color: rgba(2, 130, 248, 0.05);
  font-family: Lato, sans-serif;
  color: #0282f8;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
}

div.design2 .status-number.s {
  width: 64px;
  height: 64px;
  margin-top: 6px;
  padding-bottom: 12px;
  padding-left: 14px;
  border-color: #d4d4d4;
  background-color: transparent;
  color: #787878;
  font-size: 20px;
}

div.design2 .status-number.s.no-symbol {
  padding-bottom: 11px;
  padding-left: 10px;
  background-color: transparent;
  color: #787878;
  font-size: 20px;
}

div.design2 .status-number.no-symbol {
  padding-bottom: 13px;
  padding-left: 8px;
  background-color: rgba(2, 130, 248, 0.05);
  color: #0282f8;
  font-size: 30px;
}

div.design2 .status-number.gray {
  border-color: #d1d1d1;
  background-color: transparent;
  color: #787878;
}

div.design2 .small-percent {
  margin-bottom: 6px;
  margin-left: 2px;
  font-size: 15px;
}

div.design2 .small-percent.s {
  margin-left: 1px;
  font-size: 13px;
}

div.design2 .status-caption {
  margin-top: 6px;
  margin-left: 6px;
  color: #0282f8;
  font-size: 13px;
  font-weight: 300;
}

div.design2 .status-caption.previous {
  color: #a1a1a1;
}

div.design2 .status-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96px;
  margin-right: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

div.design2 .risk-num {
  margin-right: 3px;
  color: #383838;
  font-size: 18px;
  font-weight: 400;
}

div.design2 .status-bar-title {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  padding-right: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

div.design2 .status-bar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

div.design2 .onboarding-overlay {
  opacity: 1;
  display: flex;
  transition: opacity 300ms ease 0s;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100000;
  width: 100%;
  height: 100%;
  padding-top: 4vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(28, 28, 28, 0.9);
}

div.design2 .onboarding-container {
  position: relative;
  width: 80vw;
  height: 90vh;
  max-width: 1100px;
  padding: 32px 36px 24px;
  border-radius: 6px;
  background-color: #fff;
}

div.design2 .onboarding-start {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 4vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .onboarding-large-title {
  margin-top: 0px;
  margin-bottom: 18px;
  font-size: 32px;
  font-weight: 300;
}

div.design2 .onboarding-m-text {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 300;
}

div.design2 .onboarding-dropdown {
  left: -20px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #383838;
  font-size: 16px;
  font-weight: 300;
}

div.design2 .gray-icon {
  position: relative;
  left: 32px;
  bottom: 0px;
  opacity: 0.7;
}

div.design2 .gray-icon.table {
  left: 0px;
  margin-right: 8px;
  margin-bottom: 4px;
  border-top-style: none;
  border-left-style: none;
}

div.design2 .gray-icon.category-title {
  left: 0px;
  margin-right: 12px;
  margin-bottom: 4px;
  margin-left: 10px;
}

div.design2 .onboarding-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  padding: 14px 32px 14px 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
}

div.design2 .onboarding-toggle.w--open {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

div.design2 .onboarding-dropdown-list.w--open {
  position: relative;
  left: 23px;
  top: 0px;
  right: 0px;
  overflow: auto;
  width: 206px;
  height: 170px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  background-color: #fff;
}

div.design2 .onboarding-ios-app-objc {
  opacity: 1;
  display: block;
  transition: opacity 400ms ease 0s;
  width: 100%;
  height: 100%;
}

div.design2 .onboarding-title {
  display: block;
  margin-bottom: 16px;
  padding-left: 4px;
  color: #383838;
  font-size: 20px;
  font-weight: 300;
}

div.design2 .onboarding-next-link {
  position: relative;
  top: 28px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  padding: 14px 20px;
  float: right;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-image: url('/images/app/header//arrow-right-blue.png');
  background-position: 100% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  font-size: 16px;
  cursor: pointer;
}

div.design2 .onboarding-next-link.bottom-padding {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  margin-top: 16px;
  margin-bottom: 16px;
  cursor: pointer;
}

div.design2 .side-list-title-container {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 22%;
  height: 52px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #d1d1d1;
}

div.design2 .onboarding-instructions-text {
  width: 600px;
  margin-bottom: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 15px;
  line-height: 23px;
}

div.design2 .onboarding-instructions-text.no-padding {
  margin-bottom: 0px;
}

div.design2 .onboarding-instructions-text.half-padding {
  margin-top: 12px;
  margin-bottom: 12px;
}

div.design2 .onboarding-instructions-text.short-line {
  width: 292px;
  margin-right: 32px;
}

div.design2 .bullet-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  margin-bottom: 4px;
  padding-left: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .bullet {
  position: relative;
  left: 0px;
  width: 6px;
  height: 6px;
  margin-right: 12px;
  border-radius: 200px;
  background-color: #383838;
}

div.design2 .instruction-icon {
  position: absolute;
  top: 8px;
  right: 24px;
}

div.design2 .step-number {
  display: inline-block;
  margin-right: 8px;
  font-size: 15px;
  font-weight: 400;
}

div.design2 .collapsed-instruction-container {
  width: 100%;
  padding-right: 30px;
  padding-left: 32px;
}

div.design2 .instruction-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

div.design2 .instruction-item.bullet-title {
  margin-top: 12px;
  margin-bottom: -10px;
}

div.design2 .instruction-item.extra-padding {
  margin-bottom: 16px;
}

div.design2 .onboarding-dropdown-link {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 22px;
  background-color: transparent;
  font-size: 13.8px;
  cursor: pointer;
}

div.design2 .onboarding-dropdown-link:hover {
  background-color: #f3f8fc;
}

div.design2 .onboarding-welcome-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

div.design2 .onboarding-welcome-img {
  height: 40vh;
  margin-top: -6px;
  margin-right: 50px;
  margin-bottom: 10px;
}

div.design2 .onboarding-android-app {
  opacity: 1;
  display: block;
  transition: opacity 400ms ease 0s;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

div.design2 .onboarding-tab-menu {
  width: 22%;
  padding-top: 50px;
  border-right: 1px solid #d1d1d1;
}

div.design2 .onboarding-tab-link {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 22px;
  background-color: transparent;
  font-size: 15px;
  font-weight: 300;
}

div.design2 .onboarding-tab-link:hover {
  background-color: #f3f8fc;
}

div.design2 .onboarding-tab-link.w--current {
  background-color: #f3f8fc;
  background-image: url('/images/app/header//arrow-right-blue.png');
  background-position: 94% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  color: #2c67f3;
  font-weight: 300;
}

div.design2 .onboarding-tab-link.w--current:hover {
  background-color: #f3f8fc;
}

div.design2 .onboarding-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 76vh;
  margin-bottom: 12px;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
}

div.design2 .onboarding-tabs-content {
  top: 0px;
  bottom: 0px;
  width: 78%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

div.design2 .onboarding-tabs-container {
  position: relative;
  display: block;
}

div.design2 .onboarding-tab-pane {
  display: block;
  overflow: auto;
  width: 100%;
  height: 76vh;
  padding-top: 24px;
  padding-right: 36px;
  padding-left: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 300;
}

div.design2 .onboarding-tab-pane.onboarding-last-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 22px;
}

div.design2 .onboarding-code-text {
  margin-bottom: 20px;
  padding: 12px 20px;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  background-color: #fafafa;
  font-family: Inconsolata, monospace;
  color: #383838;
  font-size: 15px;
  line-height: 22px;
}

div.design2 .code-color-wrapper {
  color: #e48c2c;
}

div.design2 .code-color-android {
  color: #01941e;
}

div.design2 .code-color-value {
  color: #7b5594;
}

div.design2 .code-color-blue {
  color: #566da8;
}

div.design2 .onboarding-tab-pane-title {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 400;
}

div.design2 .onboarding-centered-text {
  width: 400px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

div.design2 .onboarding-centered-text.bottom-padding {
  margin-bottom: 12px;
}

div.design2 .onboarding-centered-text.m {
  font-size: 16px;
  line-height: 24px;
}

div.design2 .test-sdk-link {
  margin-top: 32px;
  padding: 12px 24px;
  border-radius: 6px;
  background-color: #2c67f3;
  color: #eaf5ff;
  font-size: 20px;
  cursor: pointer;
}

div.design2 .test-sdk-link.s {
  position: relative;
  top: 18px;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 15px;
}

div.design2 .sdk-integ-instruction {
  width: 380px;
  margin-top: 6px;
  margin-bottom: 24px;
  font-size: 14px;
  text-align: center;
}

div.design2 .onboarding-phone-mockup {
  position: relative;
  display: block;
  margin: -11px auto 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

div.design2 .onboarding-phone-mockup.alertds {
  margin-top: 0px;
}

div.design2 .onboarding-android-mockup {
  position: absolute;
  left: 12px;
  top: 46px;
  right: 0px;
  bottom: 0px;
  width: 178px;
  height: 306px;
}

div.design2 .onboarding-success-img {
  position: relative;
  left: 14px;
  margin-right: 24px;
  margin-bottom: 16px;
}

div.design2 .instruction-gif {
  display: block;
  margin-top: 16px;
  margin-bottom: 28px;
  margin-left: 24px;
}

div.design2 .onboarding-side-img {
  margin-top: 8px;
}

div.design2 .onboarding-full-img {
  display: block;
  margin-top: 14px;
  margin-bottom: 14px;
}

div.design2 .onboarding-full-img.no-top-padding {
  margin-top: 0px;
}

div.design2 .onboarding-code-in-text {
  font-family: Inconsolata, monospace;
}

div.design2 .onboarding-apptype-dropdown {
  width: 100%;
}

div.design2 .onboarding-apptype-toggle {
  width: 100%;
  height: 52px;
  padding: 17px 64px 16px 46px;
  background-image: url('/images/app/header//ic_android_black_48dp.png');
  background-position: 22px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: 300;
}

div.design2 .onboarding-apptype-toggle.ios {
  border-bottom: 1px solid #d1d1d1;
  background-image: url('/images/app/header//Apple_logo_black.png');
  background-position: 22px 49%;
  background-size: 16px;
}

div.design2 .onboarding-apptype-toggle.ios.w--open {
  cursor: pointer;
}

div.design2 .onboarding-apptype-toggle.android {
  border-bottom: 1px solid #d1d1d1;
}

div.design2 .onboarding-apptype-toggle.xamarin {
  border-bottom: 1px solid #d1d1d1;
  background-image: url('/images/app/header//xamarin.png');
  background-position: 22px 52%;
  background-size: 15px;
}

div.design2 .onboarding-apptype-toggle.cordova {
  border-bottom: 1px solid #d1d1d1;
  background-image: url('/images/app/header//cordova-icon.png');
  background-size: 16px;
}

div.design2 .onboarding-apptype-toggle.react-native {
  padding-left: 42px;
  border-bottom: 1px solid #d1d1d1;
  background-image: url('/images/app/header//react-native-inverse.png');
  background-position: 19px 50%;
  background-size: 16px;
  font-size: 15px;
}

div.design2 .onboarding-apptype-toggle.unity {
  border-bottom: 1px solid #d1d1d1;
  background-image: url('/images/app/header//unity.png');
  background-size: 16px;
}

div.design2 .onboarding-apptype-toggle.ionic {
  border-bottom: 1px solid #d1d1d1;
  background-image: url('/images/app/header//ionic.png');
  background-position: 22px 54%;
  background-size: 16px;
}

div.design2 .onboarding-dropdown-icon {
  opacity: 0.7;
}

div.design2 .onboarding-chart-dropdown-list.w--open {
  left: 0px;
  top: 51px;
  overflow: auto;
  width: 100%;
  height: 220px;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #d1d1d1;
  border-radius: 0px 0px 6px 6px;
  background-color: #f5f5f5;
  box-shadow: 0 1px 8px -2px rgba(0, 0, 0, 0.32);
  font-size: 16px;
  font-weight: 300;
}

div.design2 .loading-image-step1 {
  position: absolute;
  top: 30%;
  margin-top: 31px;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

div.design2 .loading-image-step2 {
  position: absolute;
  top: 30%;
  display: none;
  margin-top: 30px;
  margin-bottom: 30px;
}

div.design2 .onboarding-panel-sdk-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 76vh;
  padding-right: 36px;
  padding-left: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
}

div.design2 .onboarding-panel-sdk-2 {
  display: none;
  width: 100%;
  height: 76vh;
  padding-top: 92px;
  padding-right: 36px;
  padding-left: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
}

div.design2 .onboarding-panel-sdk-3 {
  display: none;
  width: 100%;
  height: 76vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
}

div.design2 .onboarding-iphone-mockup {
  position: absolute;
  left: 14px;
  top: 48px;
  right: 0px;
  width: 152px;
  height: 266px;
}

div.design2 .onboarding-ios-app-swift {
  opacity: 1;
  display: block;
  transition: opacity 400ms ease 0s;
  width: 100%;
  height: 100%;
}

div.design2 .onboarding-stages-container {
  display: block;
  transition: opacity 200ms ease 0s;
  opacity: 1;
  width: 100%;
  height: 100%;
}

div.design2 .onboarding-xamarin-app {
  opacity: 1;
  display: block;
  transition: opacity 400ms ease 0s;
  width: 100%;
  height: 100%;
}

div.design2 .onboarding-xamarin-c-app {
  opacity: 1;
  display: block;
  transition: opacity 400ms ease 0s;
  width: 100%;
  height: 100%;
}

div.design2 .onboarding-cordova-app {
  opacity: 1;
  display: block;
  transition: opacity 400ms ease 0s;
  font-weight: 300;
}

div.design2 .onboarding-react-native-ios {
  opacity: 1;
  display: block;
  transition: opacity 400ms ease 0s;
  width: 100%;
  height: 100%;
}

div.design2 .onboarding-react-native-android {
  opacity: 1;
  display: block;
  transition: opacity 400ms ease 0s;
  width: 100%;
  height: 100%;
}

div.design2 .onboarding-unity-app {
  opacity: 1;
  display: block;
  transition: opacity 400ms ease 0s;
  width: 100%;
  height: 100%;
}

div.design2 .onboarding-ionic-app {
  opacity: 1;
  display: block;
  transition: opacity 400ms ease 0s;
}

div.design2 .sdk-menu-link {
  position: relative;
  display: block;
  width: 100%;
  height: 48px;
  padding-right: 12px;
  padding-left: 22px;
  border-bottom: 1px solid #e0e0e0;
  color: #383838;
  font-size: 15px;
  cursor: pointer;
}

div.design2 .sdk-menu-link:hover {
  background-color: rgba(0, 152, 255, 0.08);
}

div.design2 .sdk-icon {
  position: relative;
  top: 49%;
  height: 20px;
  margin-right: 10px;
  padding: 2px;
  float: left;
  -webkit-transform: translate(0px, -56%);
  -ms-transform: translate(0px, -56%);
  transform: translate(0px, -56%);
}

div.design2 .sdk-menu-scrolling-container {
  overflow: auto;
  width: 100%;
  height: 100%;
}

div.design2 .star-unchecked {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  cursor: pointer;
}

div.design2 .sdk-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-top: 36px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 18px;
  line-height: 24px;
}

div.design2 .sdk-onboarding-checklist {
  margin-bottom: 18px;
}

div.design2 .sdk-onboarding-checklist.title {
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 28px;
}

div.design2 .sdk-onboarding-checklist.crossed-out {
  color: #b8b8b8;
  text-decoration: line-through;
}

div.design2 .sdk-onboarding-cta {
  margin-top: -6px;
  margin-bottom: 16px;
  margin-left: 20px;
  padding: 10px 24px;
  border: 1px solid #2c67f3;
  border-radius: 200px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #2c67f3;
  font-size: 17px;
  cursor: pointer;
}

div.design2 .sdk-onboarding-cta:hover {
  background-color: #2c67f3;
  color: #fff;
}

div.design2 .phone-caption {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

div.design2 .menu-tabs-container {
  position: fixed;
  z-index: 10000;
  height: 64px;
  padding-top: 18px;
  float: right;
}

div.design2 .alerts-tabs {
  position: absolute;
  top: 47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding-left: 150px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

div.design2 .alerts-tab-link {
  z-index: 300;
  margin-right: 4px;
  margin-left: 4px;
  padding: 4px 10px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #0098ff #0098ff #fff;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #787878;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

div.design2 .alerts-tab-link:hover {
  border-style: none;
  border-bottom-color: #787878;
  background-color: transparent;
  color: #0098ff;
  font-weight: 400;
}

div.design2 .alerts-tab-link.w--current {
  z-index: 300;
  border-style: none none solid;
  border-bottom-color: #0098ff;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #0098ff;
}

div.design2 .alerts-tab-link.w--current:hover {
  border-bottom-style: none;
}

div.design2 .alerts-tabs-content {
  position: relative;
  left: 10%;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
}

div.design2 .alerts-tab-pane {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: auto;
  padding-top: 12vh;
  padding-right: 5vw;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

div.design2 .alerts-tab-pane.session-filter {
  width: 100%;
  min-height: 100vh;
  cursor: pointer;
}

div.design2 .alerts-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 720px;
  margin-bottom: 3vh;
  padding: 36px 48px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  background-color: #fff;
}

div.design2 .alert-type {
  display: inline-block;
  margin-bottom: 36px;
  padding: 10px 24px;
  border-radius: 6px;
  font-size: 16px;
}

div.design2 .alert-type.error {
  margin-right: 12px;
  margin-bottom: 0px;
  padding: 12px 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ff505b;
  color: #fff;
}

div.design2 .alerts-app-title {
  margin-right: 10px;
  padding-left: 4px;
  font-size: 22px;
  font-weight: 300;
}

div.design2 .error-title {
  max-width: 350px;
  margin-top: 30px;
  margin-bottom: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 22px;
  line-height: 30px;
}

div.design2 .alerts-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 9px;
  padding-bottom: 4px;
  padding-left: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
}

div.design2 .alert-category-title {
  font-size: 15px;
  font-weight: 300;
}

div.design2 .alerts-button {
  margin-top: 24px;
  margin-right: 12px;
  padding: 10px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 200px;
  background-color: #0098ff;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}

div.design2 .alerts-button.blue {
  border-radius: 6px;
}

div.design2 .alerts-button.gray-outlined {
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  background-color: transparent;
  color: #787878;
}

div.design2 .text-block {
  font-size: 15px;
}

div.design2 .app-menu-title {
  display: inline-block;
  margin-top: 22px;
  margin-left: 24px;
  font-size: 28px;
  font-weight: 300;
}

div.design2 .alerts-division-title {
  margin-bottom: 24px;
  margin-left: -24px;
  padding-bottom: 8px;
  padding-left: 2vw;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px solid #b4b4b4;
  color: #686868;
  font-size: 17px;
}

div.design2 .float-left {
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

div.design2 .upload-add-sdk {
  position: relative;
}

div.design2 .upload-app-add-sdk {
  position: relative;
}

div.design2 .video-mockup-overlay {
  position: absolute;
  left: 16px;
  top: 54px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 168px;
  height: 296px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(28, 28, 28, 0.6);
}

div.design2 .alerts-phone-mockup-container {
  position: relative;
}

div.design2 .email-invite-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

div.design2 ._250px-width {
  width: 250px;
}

div.design2 .login-terms-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 420px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 13px;
}

div.design2 .crashing-thread-code {
  margin-top: 12px;
  padding: 12px 12px 12px 16px;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  background-color: #f5f5f5;
  font-family: Inconsolata, monospace;
  color: #383838;
  font-size: 13px;
  text-align: left;
}

div.design2 .crashing-line {
  color: #da1503;
  font-weight: 700;
}

div.design2 .crashing-line.file-name {
  color: #383838;
  font-weight: 700;
}

div.design2 .getting-started-container {
  width: 860px;
  padding: 28px 24px 64px;
}

div.design2 .getting-started-title {
  margin-bottom: 50px;
  margin-left: 16px;
  font-family: 'Roboto Slab', sans-serif;
  color: #383838;
  font-size: 33px;
  font-weight: 400;
}

div.design2 .getting-started-card-container {
  display: block;
  width: 96%;
  padding: 48px 36px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: transparent;
}

div.design2 .getting-started-card {
  position: relative;
  display: inline-block;
  width: 320px;
  height: 372px;
  margin-right: 16px;
  margin-bottom: 32px;
  margin-left: 16px;
  padding: 0px 46px 32px 40px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(101, 11, 56, 0.2);
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 1px 1px 16px -2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #383838;
  font-weight: 400;
}

div.design2 .getting-started-card:hover {
  box-shadow: 1px 1px 20px -2px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

div.design2 .getting-started-question {
  margin-bottom: 12px;
  font-family: 'Roboto Slab', sans-serif;
  color: #1c1c1c;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
}

div.design2 .getting-started-img {
  width: 140px;
  height: 140px;
  margin-bottom: 12px;
}

div.design2 .getting-started-btn {
  display: inline-block;
  margin-top: 16px;
  padding-right: 20px;
  border-radius: 6px;
  background-image: url('/images/app/header//chevron-pink-01.svg');
  background-position: 100% 50%;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #dd1955;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

div.design2 .getting-started-btn:hover {
  padding-right: 28px;
}

div.design2 .radio-field-m {
  font-size: 14px;
  font-weight: 500;
}

div.design2 .text-field.download-page-settings {
  height: 80px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-left: 12px;
  border-radius: 3px;
  font-weight: 300;
}

div.design2 .download-settings-checkbox {
  margin-top: 8px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

div.design2 .download-settings-checkbox.inline {
  display: block;
  float: none;
}

div.design2 .collapsible-text-area {
  position: static;
  overflow: auto;
  width: 70%;
  height: 120px;
  margin-bottom: 24px;
  padding-top: 8px;
  border-radius: 3px;
  background-color: #f1f1f1;
  opacity: 0;
  font-family: Inconsolata, monospace;
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
}

div.design2 .tooltip-top {
  top: 50%;
  z-index: 9999;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 18px;
  margin-left: 4px;
  float: left;
  background-image: url('/images/app/header//help.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .tooltip-top.w--open {
  right: -19px;
  bottom: 16px;
  z-index: 99999;
}

div.design2 .tooltip-top.session-overview-chart {
  top: 0%;
  right: 4px;
  margin-top: 0px;
  float: right;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

div.design2 .tooltip-top-text {
  position: relative;
  z-index: 99999;
  width: 120px;
  padding: 10px;
  border-radius: 6px;
  background-color: #1c1c1c;
  color: #f5f5f5;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 0.3px;
  text-transform: none;
}

div.design2 .tooltip-top-text.w--open {
  position: relative;
  left: -48px;
  top: 12px;
  right: 0px;
  z-index: 999999;
}

div.design2 .tooltip-top-text.session-overview-chart {
  width: 140px;
}

div.design2 .learn-more-link {
  display: inline-block;
  margin-bottom: 4px;
  color: #0098ff;
  font-size: 13px;
}

div.design2 .learn-more-link.hidden {
  display: none;
}

div.design2 .tooltip-top-toggle {
  width: 20px;
  height: 20px;
  padding: 8px;
  border-radius: 200px;
}

div.design2 .tooltip-top-content.w--open {
  position: relative;
  right: 46px;
  padding-top: 7px;
  background-color: transparent;
}

div.design2 .tooltip-top-content.session-overview-chart.w--open {
  right: 110px;
  bottom: 0px;
}

div.design2 .tooltip-top-arrow {
  position: absolute;
  left: 46px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 36px;
}

div.design2 .tooltip-top-arrow.session-overview-chart {
  left: 110px;
}

div.design2 .utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

div.design2 .utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

div.design2 ._404-img {
  width: 300px;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

div.design2 ._404-title {
  margin-top: 64px;
  font-size: 42px;
  line-height: 72px;
  font-weight: 300;
}

div.design2 ._404-number {
  margin-bottom: 72px;
  font-size: 100px;
  font-weight: 700;
}

div.design2 ._error_single_page_msg {
  margin-bottom: 72px;
  font-size: 24px;
}

div.design2 ._error_single_page_img {
  width: 64px;
  padding-bottom: 18px;
}

div.design2 .load-more-btn {
  position: absolute;
  bottom: 167px;
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #2c67f3;
  border-radius: 200px;
  background-color: #0282f8;
  color: #f5f5f5;
  font-size: 16px;
  font-weight: 400;
}

div.design2 .favorites-star {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

div.design2 .star-checked {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

div.design2 .body {
  cursor: pointer;
}

div.design2 .session-filter-container {
  position: relative;
  width: 80%;
  max-width: 880px;
  margin-bottom: 32px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 1px 1px 16px -4px rgba(0, 0, 0, 0.5);
}

div.design2 .top-filter-line {
  height: 72px;
  margin-bottom: 24px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

div.design2 .session-filter-select {
  display: inline-block;
  width: 120px;
}

div.design2 .session-filter-dropdown {
  top: 4px;
  display: inline-block;
  height: 26px;
  margin-right: 16px;
  margin-left: 10px;
}

div.design2 .session-filter-dropdown.custom {
  top: 0px;
  height: 36px;
  margin-left: 0px;
  padding: 6px 8px 6px 14px;
  border: 1px solid #b6cdff;
  border-radius: 6px;
  background-color: rgba(2, 130, 248, 0.05);
}

div.design2 .session-filter-toggle {
  padding: 0px 26px 0px 0px;
  border-style: none;
  border-width: 1px;
  border-color: #0282f8 #0282f8 #d1d1d1;
  border-radius: 0px;
  color: #0282f8;
  font-size: 15px;
  font-weight: 400;
}

div.design2 .session-filter-top-form {
  margin-bottom: 15px;
  text-align: center;
}

div.design2 .filter-sessions-title {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 300;
}

div.design2 .session-filter-list.w--open {
  left: -2px;
  top: 30px;
  z-index: 200;
  min-width: 120px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  background-color: #f8f8f8;
}

div.design2 .session-filter-list.custom.w--open {
  left: -4px;
  top: 40px;
  overflow: auto;
  max-height: 400px;
  min-width: 450px;
  padding-bottom: 12px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 1px 1px 12px -2px rgba(0, 0, 0, 0.3);
}

div.design2 .session-filter-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 10px 8px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #383838;
  font-size: 13px;
  font-weight: 300;
}

div.design2 .session-filter-link:hover {
  background-color: #e4e4e4;
}

div.design2 .session-filter-link.custom {
  padding: 8px 8px 8px 26px;
}

div.design2 .session-filter-link.custom:hover {
  background-color: #eff8ff;
}

div.design2 .session-filter-bottom-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .filter-sessions-sidebar-title {
  display: block;
  width: 85%;
  margin: 24px auto -1px;
  padding-bottom: 10px;
  padding-left: 8px;
  border-bottom: 1px solid #d1d1d1;
  color: #787878;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}

div.design2 .session-filter-sidebar-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 23px 14px 28px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #383838;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

div.design2 .session-filter-sidebar-link:hover {
  background-color: #e9e9e9;
}

div.design2 .session-filter-sidebar-link.custom {
  padding-top: 14px;
  padding-bottom: 14px;
}

div.design2 .sidebar-link-icon {
  width: 16px;
  height: 16px;
  margin-right: 12px;
  opacity: 0.7;
}

div.design2 .session-filter-number-title {
  display: inline-block;
  padding: 16px;
  border: 1px solid #ff505b;
  border-radius: 6px;
  color: #ff505b;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}

div.design2 .filter-session-title-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  padding-top: 16px;
  padding-bottom: 15px;
  padding-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #f8f8f8;
  font-size: 18px;
  font-weight: 300;
}

div.design2 .form-block {
  position: relative;
  top: 24%;
  width: auto;
  margin-bottom: 0px;
}

div.design2 .session-filter-icon {
  margin-right: 4px;
}

div.design2 .session-filter-custom-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  padding: 12px 26px 12px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

div.design2 .filter-controls-container {
  position: absolute;
  top: 50%;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .filter-controller-icon {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 14px;
  height: 0px;
  margin-right: 12px;
  margin-left: 12px;
  opacity: 0;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  cursor: pointer;
}

div.design2 .filter-controller-icon:hover {
  opacity: 1;
}

div.design2 .filter-controller-icon.plus {
  height: 14px;
  -webkit-transform: translate(-32px, -50%) rotate(45deg);
  -ms-transform: translate(-32px, -50%) rotate(45deg);
  transform: translate(-32px, -50%) rotate(45deg);
}

div.design2 .filter-controller-icon.plus:hover {
  opacity: 1;
}

div.design2 .filter-controller-icon.plus.solo {
  right: 0px;
  margin-right: 0px;
  opacity: 1;
}

div.design2 .session-filter-dropdown-icon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  opacity: 0.5;
}

div.design2 .session-filter-value {
  position: relative;
  top: 5px;
  height: 36px;
  max-width: 400px;
  border-radius: 6px;
  font-weight: 300;
}

div.design2 .session-filter-options-icon {
  width: 16px;
  height: 16px;
  float: right;
}

div.design2 .session-filter-options-toggle {
  display: block;
  padding: 0px;
}

div.design2 .session-filter-options-dropdown {
  width: 16px;
  height: 16px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

div.design2 .settings-filter-options-list {
  position: absolute;
  left: 110px;
  top: 25px;
  display: none;
  width: auto;
  min-width: 80px;
  margin-left: -72px;
}

div.design2 .settings-filter-options-list.w--open {
  left: 12px;
  top: 28px;
  display: block;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 1px 19px -3px rgba(0, 0, 0, 0.3);
}

div.design2 .session-filter-options-list-icon {
  position: absolute;
  top: -14px;
  right: 16px;
  width: 14px;
  height: 14px;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 8px solid transparent;
}

div.design2 .session-filter-options-link {
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

div.design2 .session-filter-options-link:hover {
  color: #da1503;
}

div.design2 .solo-controller {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  opacity: 0.7;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: pointer;
}

div.design2 .solo-controller:hover {
  opacity: 1;
}

div.design2 .session-filter-overlay-block {
  position: relative;
  width: 400px;
  max-height: 660px;
  min-height: 120px;
  padding-bottom: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
  background-color: #fff;
}

div.design2 .session-filter-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(28, 28, 28, 0.85);
}

div.design2 .session-filter-overlay-title {
  height: 46px;
  margin-bottom: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-weight: 300;
}

div.design2 .rename-segment-block {
  position: relative;
  width: 100%;
  height: 100%;
}

div.design2 .rename-segment-form {
  padding-right: 17px;
  padding-left: 17px;
}

div.design2 .text-block-2 {
  display: inline-block;
}

div.design2 .inline {
  display: inline-block;
  margin-top: 2px;
}

div.design2 .inline.time-mark {
  float: right;
}

div.design2 .sidebar-link-title {
  display: block;
  width: 85%;
  margin: 25px auto;
  padding: 8px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(2, 130, 248, 0.5);
  border-radius: 6px;
  background-color: #0282f8;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

div.design2 .sidebar-link-title:hover {
  box-shadow: 1px 1px 12px -3px rgba(0, 0, 0, 0.3);
}

div.design2 .charts-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 80%;
  max-width: 880px;
  padding: 12px 0px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(28, 28, 28, 0.1);
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 1px 1px 16px -2px rgba(0, 0, 0, 0.3);
}

div.design2 .chart-title-container {
  position: relative;
  left: 0px;
  top: -14px;
  right: 0px;
  display: none;
  width: 102%;
  height: 54px;
  margin: -5px -5px 0px;
  padding-top: 2px;
  padding-left: 42px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #f8f8f8;
  font-size: 18px;
  font-weight: 300;
}

div.design2 .chart-arrow-left {
  position: absolute;
  left: 24px;
  bottom: 24px;
  width: 20px;
  height: 20px;
  background-image: url('/images/app/header//chevron-blue.png');
  background-position: 50% 50%;
  background-size: 32px;
}

div.design2 .chart-arrow-right {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 20px;
  height: 20px;
  background-image: url('/images/app/header//arrow-right-blue.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

div.design2 .settings-dropdown.fixed-width {
  top: 4px;
  z-index: 55555;
  width: 182px;
}

div.design2 .settings-dropdown.dropdown-full-width {
  width: 100%;
}

div.design2 .settings-dropdown.half-width {
  position: relative;
  width: 50%;
  clear: none;
}

div.design2 .settings-dropdown-toggle {
  z-index: 0;
  width: 100%;
  height: 30px;
  padding-top: 4px;
  padding-bottom: 0px;
  padding-left: 10px;
  float: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(28, 28, 28, 0.2);
  border-radius: 6px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  color: #383838;
  text-align: left;
}

div.design2 .settings-dropdown-toggle.add-project {
  z-index: 55555;
  padding-left: 32px;
  border-color: #0282f8;
  background-color: transparent;
  background-image: url('/images/app/header//ic_add_blue.svg');
  background-position: 12px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  color: #0282f8;
}

div.design2 .settings-dropdown-list.w--open {
  top: 51px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 14px -2px rgba(0, 0, 0, 0.2);
}

div.design2 .settings-dropdown-list.fixed-height.w--open {
  position: absolute;
  top: 30px;
  z-index: 555555;
  overflow: auto;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
}

div.design2 .settings-dropdown-list.fixed-height.top.w--open {
  left: -2px;
  top: -226px;
  right: 0px;
}

div.design2 .no-margin-form {
  margin-bottom: 0px;
}

div.design2 .vertical-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

div.design2 .vertical-center.with-sub {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

div.design2 .left-strech-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
}

div.design2 .loading-gif {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  padding-top: 12px;
}

div.design2 .input-locked {
  margin-top: 12px;
  padding-left: 4px;
  color: #787878;
}

div.design2 .input-placeholder {
  margin-top: 12px;
  padding-right: 64px;
  padding-left: 8px;
  border-style: none;
}

div.design2 .input-text-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 280px;
  margin-left: 4px;
  padding-bottom: 5px;
  border-bottom: 1px solid #b8b6b6;
}

div.design2 .input-text-container:hover {
  border-bottom-color: #383838;
}

div.design2 .input-text-container:active {
  border-bottom-color: #0282f8;
}

div.design2 .input-text-container:focus {
  border-bottom-color: #0282f8;
}

div.design2 .input-text-container.short {
  width: 340px;
}

div.design2 .input-text-container.short.no-margin {
  margin-left: 0px;
}

div.design2 .token-error-msg {
  position: absolute;
  left: 0px;
  bottom: -24px;
  margin-left: 2px;
  color: #e64637;
  font-size: 12px;
  letter-spacing: 0.1px;
}

div.design2 .pop-up-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(28, 28, 28, 0.9);
}

div.design2 .pop-up-container {
  min-width: 600px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: #fafdff;
}

div.design2 .pop-up-title {
  position: relative;
  height: 48px;
  padding: 16px 24px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 300;
}

div.design2 .pop-up-content {
  padding: 24px;
}

div.design2 .pop-up-btn-ok {
  margin-top: 32px;
  padding: 8px 20px;
  border-radius: 6px;
  background-color: #0282f8;
  font-weight: 300;
  letter-spacing: 0.2px;
}

div.design2 .pop-up-btn-ok.disabled {
  background-color: #d1d1d1;
  color: #383838;
}

div.design2 .pop-up-btn-cancel {
  margin-top: 32px;
  padding: 8px 20px;
  border: 1px solid #0282f8;
  border-radius: 6px;
  background-color: transparent;
  color: #0282f8;
  font-weight: 300;
  letter-spacing: 0.5px;
}

div.design2 .pop-up-form {
  margin-top: 24px;
}

div.design2 .pop-up-form-label {
  color: #787878;
  font-weight: 400;
}

div.design2 .pop-up-input {
  border-radius: 6px;
  font-weight: 300;
}

div.design2 .filter-category-title {
  margin-top: 16px;
  margin-bottom: 10px;
  margin-left: 24px;
  color: #52a9e4;
  letter-spacing: 0.2px;
}

div.design2 .column-no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

div.design2 .right-arrow {
  position: relative;
  left: 25px;
  top: 50%;
  width: 16px;
  height: 16px;
  float: right;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ff7a00;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .text-block-3 {
  letter-spacing: 0.3px;
}

div.design2 .long-tabs-content {
  overflow: hidden;
  min-height: 500px;
}

div.design2 .settings-input-field {
  min-height: 86px;
  border-radius: 3px;
  -webkit-transform: translate(0px, 32px);
  -ms-transform: translate(0px, 32px);
  transform: translate(0px, 32px);
}

div.design2 .hidden-project-mapping-block {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: -12px;
  margin-left: -12px;
  padding-top: 8px;
  padding-bottom: 12px;
  padding-left: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #d1d1d1;
}

div.design2 .hidden-project-mapping-block.no-line {
  border-bottom-style: none;
}

div.design2 ._25-column {
  width: 25%;
  text-align: center;
}

div.design2 ._55-column {
  width: 55%;
}

div.design2 ._20-column {
  width: 20%;
}

div.design2 .settings-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
  height: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

div.design2 .bottom-block {
  position: relative;
  margin-right: -12px;
  margin-bottom: -24px;
  margin-left: -12px;
  padding: 12px 12px 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  background-color: #fff;
}

div.design2 .project-mapping-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: -12px;
  margin-left: -12px;
  padding-top: 8px;
  padding-bottom: 12px;
  padding-left: 14px;
  border-bottom: 1px solid #d1d1d1;
}

div.design2 ._30-column {
  width: 30%;
}

div.design2 .integration-block {
  position: relative;
  display: block;
  width: 100%;
  height: 74px;
  margin-right: -12px;
  margin-bottom: 2px;
  margin-left: -12px;
  padding: 8px 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: pointer;
}

div.design2 .integration-block:hover {
  background-color: #eaf5ff;
}

div.design2 .integration-block.not-integrated {
  background-color: transparent;
}

div.design2 .integration-block.not-integrated:hover {
  background-color: #eaf5ff;
}

div.design2 .h2-integrations {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}

div.design2 .number-highlight {
  color: #383838;
  font-size: 15px;
  font-weight: 500;
}

div.design2 .gray-centered-text {
  color: #787878;
  text-align: center;
}

div.design2 .line-highlight {
  color: #787878;
  font-weight: 400;
}

div.design2 .table-info {
  display: inline-block;
  margin-left: 8px;
  font-weight: 400;
}

div.design2 .session-info-category {
  display: inline-block;
  color: #383838;
  font-size: 16px;
  font-weight: 400;
}

div.design2 .category-title-icon {
  margin-right: 12px;
  margin-bottom: 4px;
  margin-left: 10px;
  opacity: 0.6;
}

div.design2 .info-category-title-container {
  padding-top: 10px;
  padding-bottom: 10px;
}

div.design2 .lined-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-bottom: 8px;
  margin-left: 40px;
  padding: 14px 16px;
  border: 1px dashed #d1d1d1;
  border-radius: 6px;
  line-height: 24px;
  text-align: left;
}

div.design2 .changelog-category {
  margin-right: 12px;
  padding: 4px 12px;
  float: left;
  border-radius: 6px;
  background-color: #52c772;
  color: #f5f5f5;
  font-size: 12px;
  letter-spacing: 0.5px;
}

div.design2 .changelog-category.red {
  background-color: #ff505b;
}

div.design2 .changelog-category.orange {
  background-color: #fd9914;
}

div.design2 .changelog-category.yellow {
  background-color: #eedf55;
}

div.design2 .changelog-category.purple {
  background-color: #8855f5;
}

div.design2 .changelog-category.blue {
  background-color: #0282f8;
}

div.design2 .changelog-category.gray {
  background-color: #78787e;
}

div.design2 .changelog-category.teal {
  background-color: #00a389;
}

div.design2 .changelog-category.pink {
  background-color: #ee6591;
}

div.design2 .changelog-info-container {
  height: 32px;
  margin-bottom: 6px;
}

div.design2 .changelog-timestamp {
  position: relative;
  top: 50%;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #787878;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.3px;
}

div.design2 .indent {
  margin-left: 10px;
}

div.design2 .changelog-timeline-title {
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 28px;
  font-size: 22px;
  font-weight: 400;
  text-align: left;
}

div.design2 .changelog-category-container {
  width: 100px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

div.design2 .sessions-info-block {
  position: relative;
  overflow: hidden;
  min-width: 500px;
  padding-top: 24px;
  padding-right: 12px;
  padding-left: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 16px -2px #1c1c1c;
}

div.design2 .help-category-title {
  padding-top: 16px;
  padding-bottom: 15px;
  padding-left: 16px;
  border-top: 1px none rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 12px -2px rgba(0, 0, 0, 0.3);
  color: #383838;
  font-size: 16px;
  letter-spacing: 0.2px;
}

div.design2 .help-category-title.info {
  padding-left: 24px;
  background-image: none;
  font-size: 15px;
}

div.design2 .help-category-title.no-top-line {
  border-top-style: none;
}

div.design2 .help-menu-link {
  overflow: auto;
  width: 100%;
  height: 42px;
  margin-bottom: -2px;
  padding-left: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  background-color: #f5f5f5;
  opacity: 0.8;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #1c1c1c;
  font-size: 14px;
}

div.design2 .help-menu-link:hover {
  background-color: rgba(2, 130, 248, 0.05);
}

div.design2 .help-menu-link.video {
  padding-right: 24px;
  padding-left: 48px;
  background-image: url('/images/app/header//baseline-videocam-24px.svg');
  background-position: 22px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

div.design2 .help-menu-link.video:hover {
  padding-left: 48px;
  background-image: url('/images/app/header//baseline-play_circle_filled-24px.svg');
  background-position: 22px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

div.design2 .columns {
  display: block;
}

div.design2 .div-block {
  min-height: 20px;
}

div.design2 .div-block-2 {
  min-width: 60px;
}

div.design2 .div-block-3 {
  min-height: 60px;
  min-width: 0px;
}

div.design2 .div-block-4 {
  max-height: 1px;
  background-color: #d1d1d1;
}

div.design2 .divider {
  max-height: 1px;
  min-height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #d1d1d1;
}

div.design2 .div-20px {
  min-height: 20px;
}

div.design2 .toggle-wrapper {
  position: static;
  width: 60px;
  height: 24px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #d1d1d1;
  border-radius: 20px;
  background-color: #f5f5f5;
}

div.design2 .toggle-switch {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  margin-left: 1px;
  padding-top: 0px;
  padding-left: 0px;
  border-radius: 20px;
  background-color: #d1d1d1;
}

div.design2 .toggle-switch.active {
  background-color: #0282f8;
}

div.design2 .grid {
  grid-column-gap: 50px;
  grid-template-areas: ".";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

div.design2 .div-hover {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

div.design2 .div-hover:hover {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: rgba(0, 152, 255, 0.05);
}

div.design2 .text-block-4 {
  position: absolute;
  left: 25%;
  top: 40%;
  right: auto;
  bottom: 0%;
}

div.design2 .passive {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

div.design2 .text-block-6 {
  position: relative;
  top: 8px;
  right: 1px;
}

div.design2 .sideways-tooltip-icon-2 {
  z-index: 0;
  width: 20px;
  height: 20px;
  padding: 0px;
  border-radius: 200px;
  background-color: #383838;
  background-image: url('/images/app/header//icon-question-mark.png');
  background-position: 50% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  opacity: 0.5;
}

div.design2 .sideways-tooltip-icon-2.w--open {
  opacity: 1;
}

div.design2 .app-icon-2 {
  position: relative;
  left: 0px;
  top: 50%;
  right: 0px;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 .app-icon-2.half {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  margin-left: 10px;
}

div.design2 .relative-center-2 {
  position: relative;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-weight: 300;
  text-align: left;
}

div.design2 .dropdown-toggle-generic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 48px;
  min-width: 48px;
  padding: 0px 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #0282f8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #f5f5f5;
}

div.design2 .dropdown-toggle-generic:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.15)), to(hsla(0, 0%, 96.1%, 0.15)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.15), hsla(0, 0%, 96.1%, 0.15));
}

div.design2 .dropdown-toggle-generic:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0.15)), to(rgba(28, 28, 28, 0.15)));
  background-image: linear-gradient(180deg, rgba(28, 28, 28, 0.15), rgba(28, 28, 28, 0.15));
}

div.design2 .dropdown-toggle-generic-arrow {
  width: 12px;
  margin-left: 12px;
}

div.design2 .dropdown-list {
  color: rgba(0, 0, 0, 0.3);
}

div.design2 .dropdown-list.w--open {
  margin-top: 6px;
  padding-top: 0px;
  border-radius: 6px;
  background-color: rgba(0, 152, 255, 0.9);
  color: #1c1c1c;
}

div.design2 .dropdown-link {
  margin-bottom: 0px;
}

div.design2 .accordion-item-trigger {
  cursor: pointer;
}

div.design2 .accordion-item-content {
  overflow: hidden;
  padding-bottom: 0px;
  padding-left: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

div.design2 .mini-block-2 {
  padding-right: 24px;
  padding-left: 24px;
}

div.design2 .mini-block-2.gap {
  margin-bottom: 48px;
}

div.design2 ._40-column {
  width: 40%;
}

div.design2 .table-row-2 {
  position: relative;
  display: block;
  height: 42px;
  min-height: 42px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 18px;
  text-decoration: none;
}

div.design2 .table-row-2:hover {
  background-color: #f7fbff;
}

div.design2 .table-row-2.app {
  position: relative;
  height: 72px;
}

div.design2 .table-row-2.app.last {
  border-bottom-style: none;
}

div.design2 .table-row-2.app.last.subcategory {
  height: 62px;
  padding-bottom: 0px;
}

div.design2 .table-row-2.app.no-hover:hover {
  background-color: #fff;
}

div.design2 .table-row-2.no-border {
  border-bottom-style: none;
}

div.design2 .icon-2 {
  margin-right: 31px;
}

div.design2 .accordion-arrow-down {
  position: relative;
  top: 40%;
  right: -70%;
  width: 20px;
  float: left;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  text-align: left;
}

div.design2 .table-row-list {
  height: 72px;
  min-height: 42px;
  padding-left: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

div.design2 ._60-column {
  width: 60%;
}

div.design2 .columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 42px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .image-5 {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  max-width: 15px;
}

div.design2 .icon-3 {
  margin-right: 10px;
}

div.design2 .dropdown-icon {
  margin-right: 10px;
}

div.design2 .simple-table-row {
  position: relative;
  width: auto;
  height: 40px;
  max-height: none;
  min-height: auto;
  margin-right: 0px;
  margin-left: 0px;
}

div.design2 .field-label-padding {
  padding-top: 20px;
}

div.design2 .field-title {
  margin-bottom: 6px;
}

div.design2 .table-column-left-center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 12px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .table-column-left-center.column-title {
  font-weight: 700;
}

div.design2 .column-title {
  font-weight: 700;
}

div.design2 .text-body {
  color: #383838;
  font-weight: 400;
}

div.design2 .div-align-right {
  text-align: right;
}

div.design2 .div-align-right.padding-right {
  padding-right: 30px;
}

div.design2 .div-align-left {
  text-align: left;
}

div.design2 .form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .required {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-transform: translate(0px, 25%);
  -ms-transform: translate(0px, 25%);
  transform: translate(0px, 25%);
  color: #da1503;
}

div.design2 .form-3 {
  position: static;
  z-index: auto;
}

div.design2 .form-4 {
  position: static;
  z-index: 9999999;
}

div.design2 .form-5 {
  position: static;
  z-index: 9999999;
}

div.design2 .dropdown-list.w--open {
  position: absolute;
  z-index: 0;
  background-color: #2d9c80;
}

div.design2 .dropdown-toggle {
  z-index: 0;
}

div.design2 .dropdown-toggle.w--open {
  z-index: auto;
}

div.design2 .message-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 480px;
  min-height: auto;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #787878;
  border-radius: 1px;
  background-color: #f5f5f5;
}

div.design2 .container-center {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -5%;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div.design2 .div-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 480px;
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
}

div.design2 .margin-bottom {
  margin-bottom: 40px;
}

div.design2 html.w-mod-js *[data-ix="side-nav-initial"] {
  width: 0px;
}

div.design2 html.w-mod-js *[data-ix="after-download-initial"] {
  display: none;
  opacity: 0;
}

div.design2 html.w-mod-js *[data-ix="download-success-icon-initial"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

div.design2 html.w-mod-js *[data-ix="appear-upwards-250"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

div.design2 html.w-mod-js *[data-ix="event-details-controller-initial"] {
  display: none;
  opacity: 0;
}

div.design2 html.w-mod-js *[data-ix="hidden-content-initial"] {
  height: 0px;
}

div.design2 html.w-mod-js *[data-ix="sideways-tooltip-initial"] {
  display: none;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

div.design2 html.w-mod-js *[data-ix="event-details-controller-initial-2"] {
  display: none;
  opacity: 0;
}

div.design2 html.w-mod-js *[data-ix="accordion-content"] {
  width: 36px;
}

div.design2 html.w-mod-js *[data-ix="overlay-content-initial"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 html.w-mod-js *[data-ix="overlay-initial"] {
  display: none;
  opacity: 0;
}

div.design2 html.w-mod-js *[data-ix="view-delete-session-form"] {
  width: 36px;
}

div.design2 html.w-mod-js *[data-ix="initial-0-height"] {
  height: 0px;
}

div.design2 html.w-mod-js *[data-ix="status-tooltip-initial"] {
  display: none;
}

div.design2 html.w-mod-js *[data-ix="overlay-block-initial"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

div.design2 html.w-mod-js *[data-ix="side-filter-block"] {
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

div.design2 html.w-mod-js *[data-ix="initial-hidden-2"] {
  display: none;
}

div.design2 html.w-mod-js *[data-ix="plan-builder-overlay-block"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

div.design2 html.w-mod-js *[data-ix="system-message-load"] {
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

div.design2 html.w-mod-js *[data-ix="system-message-load-and-fade"] {
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

div.design2 html.w-mod-js *[data-ix="timeline-appear"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

div.design2 html.w-mod-js *[data-ix="event-column-content"] {
  height: 0px;
}

div.design2 html.w-mod-js *[data-ix="initial-hidden-centered"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

div.design2 html.w-mod-js *[data-ix="system-message-initial-hidden"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

div.design2 html.w-mod-js *[data-ix="verification-code-initial"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 35px);
  -ms-transform: translate(0px, 35px);
  transform: translate(0px, 35px);
}

div.design2 html.w-mod-js *[data-ix="initial-0-opacity-20-down"] {
  opacity: 0;
  height: 0px;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

div.design2 html.w-mod-js *[data-ix="initial-0-opacity-20-down-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

div.design2 html.w-mod-js *[data-ix="initial-0-opacity-20-down-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.6600000000000001, 0.6600000000000001);
  -ms-transform: translate(0px, 20px) scale(0.6600000000000001, 0.6600000000000001);
  transform: translate(0px, 20px) scale(0.6600000000000001, 0.6600000000000001);
}

div.design2 html.w-mod-js *[data-ix="to-do-done"] {
  opacity: 0;
}

div.design2 html.w-mod-js *[data-ix="initial-0-w"] {
  width: 0px;
}

div.design2 html.w-mod-js *[data-ix="initial-0-opacity"] {
  opacity: 0;
}

div.design2 html.w-mod-js *[data-ix="initial-0-opacity-2"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

div.design2 html.w-mod-js *[data-ix="tab-arrow"] {
  opacity: 0;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

div.design2 html.w-mod-js *[data-ix="todo-load"] {
  height: 0px;
}

div.design2 html.w-mod-js *[data-ix="app-upload-progress-bar"] {
  width: 0%;
}

div.design2 html.w-mod-js *[data-ix="app-upload-hidden-window"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

div.design2 html.w-mod-js *[data-ix="initial-upload-step-opacity"] {
  opacity: 0.12000000000000001;
}

div.design2 html.w-mod-js *[data-ix="toasty-initial-hidden-data-block"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 48px);
  -ms-transform: translate(0px, 48px);
  transform: translate(0px, 48px);
}

div.design2 html.w-mod-js *[data-ix="toasty-text-2-initial"] {
  opacity: 0;
  -webkit-transform: translate(-48px, 0px);
  -ms-transform: translate(-48px, 0px);
  transform: translate(-48px, 0px);
}

div.design2 html.w-mod-js *[data-ix="toasty-pre-feedback"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(120px, 0px);
  -ms-transform: translate(120px, 0px);
  transform: translate(120px, 0px);
}

div.design2 html.w-mod-js *[data-ix="toasty-pre-feedback-2"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(120px, 0px);
  -ms-transform: translate(120px, 0px);
  transform: translate(120px, 0px);
}

div.design2 html.w-mod-js *[data-ix="toasty-viewport-initial"] {
  opacity: 0;
  -webkit-transform: translate(120px, 0px);
  -ms-transform: translate(120px, 0px);
  transform: translate(120px, 0px);
}

div.design2 html.w-mod-js *[data-ix="initial-todo-hidden"] {
  display: none;
  opacity: 0;
  height: 0px;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

div.design2 html.w-mod-js *[data-ix="initial-hidden-up"] {
  display: none;
  opacity: 0;
  height: 0px;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

div.design2 html.w-mod-js *[data-ix="initial-hidden-side"] {
  opacity: 0;
  height: 0px;
  -webkit-transform: translate(-60px, 0px);
  -ms-transform: translate(-60px, 0px);
  transform: translate(-60px, 0px);
}

div.design2 html.w-mod-js *[data-ix="initial-0-h-and-opacity"] {
  opacity: 0;
  height: 0px;
}

div.design2 html.w-mod-js *[data-ix="initial-hidden-opacity-height-and-display"] {
  display: none;
  opacity: 0;
  height: 0px;
}

@media (max-width: 991px) {
  div.design2 .button.m.hidden {
    display: none;
  }
  div.design2 .payment-info-block {
    display: none;
  }
  div.design2 .new-purchase-block.overlay-content._2 {
    display: none;
  }
  div.design2 .form-text-field.verificationphonenumber.incomplete {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  div.design2 .form-text-field.verificationphonenumber.complete {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  div.design2 .verifyaccountformwrapper {
    display: block;
    width: 92%;
    margin-right: auto;
    margin-left: auto;
  }
  div.design2 .div-row.support-link-container.s {
    margin-top: 24px;
  }
  div.design2 .flex-left.no-padding {
    margin-right: 12px;
  }
  div.design2 .text-small.left-margin._12 {
    margin-left: 12px;
  }
  div.design2 .flex-justify.right-padding {
    width: 100%;
    margin-left: 0%;
  }
  div.design2 .onboarding-instructions-text {
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  div.design2 .button.align-right.support-form-submit {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  div.design2 .text-center {
    line-height: 20px;
  }
  div.design2 .text-small {
    font-size: 11px;
    line-height: 14px;
  }
  div.design2 .nav-menu-link.sdk {
    height: 100%;
    padding-top: 14px;
    padding-bottom: 10px;
    padding-left: 10px;
    border: 1px none #f5f5f5;
    border-radius: 6px;
  }
  div.design2 .brand.small {
    height: 100%;
  }
  div.design2 .full-page.gradient-1 {
    padding: 18px 12px 12px;
  }
  div.design2 .brand-bar {
    height: 24px;
    margin-bottom: 8px;
  }
  div.design2 .shadow-block {
    margin-bottom: 12px;
  }
  div.design2 .purchase-block.overlay-content._3 {
    display: none;
  }
  div.design2 .purchase-block.overlay-content._4 {
    display: none;
  }
  div.design2 .verifyaccountblock.overlay-content {
    max-width: 500px;
  }
  div.design2 .flexbutton.verifyaccount {
    min-width: 80px;
  }
  div.design2 .verifyaccountformwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  div.design2 .verifyaccountform {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  div.design2 .div-row.support-link-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  div.design2 .div-row.support-link-container.s {
    margin-top: 12px;
  }
  div.design2 .div-col.float-left {
    width: 100%;
  }
  div.design2 .support-link-item {
    padding-top: 12px;
    padding-left: 54px;
    background-size: 36px;
  }
  div.design2 .support-link-item.s {
    padding-left: 26px;
    background-position: 0px 50%;
    background-size: 16px;
    font-size: 13px;
  }
  div.design2 .support-button-title.sub {
    margin-top: 0px;
    font-size: 13px;
    line-height: 20px;
  }
  div.design2 .support-link-arrow {
    display: none;
    background-position: 100% 50%;
  }
  div.design2 .flex-justify.right-padding {
    width: 100%;
  }
}

@media (max-width: 479px) {
  div.design2 p {
    font-size: 12px;
    line-height: 16px;
  }
  div.design2 .button.wide.fill-green {
    padding-top: 0px;
    border-radius: 6px;
    font-size: 15px;
  }
  div.design2 .text-green {
    margin-bottom: 12px;
  }
  div.design2 .relative-center.align-right {
    float: none;
  }
  div.design2 .block-title.l.white {
    margin-top: 0px;
  }
  div.design2 .full-page {
    padding: 12px;
  }
  div.design2 .brand-bar {
    margin-top: 6px;
    margin-bottom: 16px;
  }
  div.design2 .shadow-block.small.fill-white.text-black {
    margin-top: 12px;
  }
  div.design2 .app-block {
    text-align: left;
  }
  div.design2 .download-success-icon {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  div.design2 .overlay {
    display: none;
  }
  div.design2 .purchase-block.overlay-content._1 {
    display: none;
  }
  div.design2 .purchase-block.overlay-content._5 {
    display: none;
  }
  div.design2 .login-header {
    margin-bottom: 36px;
    color: #0282f8;
  }
  div.design2 .login-form-wrapper {
    width: auto;
    height: 100vh;
    padding-right: 12px;
    padding-left: 12px;
  }
  div.design2 .form-text-field {
    font-size: 13px;
  }
  div.design2 .form-text-field.verificationphonenumber.incomplete {
    max-width: 90%;
  }
  div.design2 .verifyaccountblock.overlay-content {
    display: block;
    max-width: 90%;
    padding-right: 0px;
    border-radius: 6px;
  }
  div.design2 .verifyaccountcontent {
    margin-right: 18px;
    margin-left: 18px;
  }
  div.design2 .flexbutton.verifyaccount {
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
  }
  div.design2 .flexbutton.verify {
    margin-top: 8px;
  }
  div.design2 .sidebyside.right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  div.design2 .verifyaccountform {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  div.design2 .verifyaccountform.code {
    display: block;
  }
  div.design2 .verifyaccountcodeblock {
    display: block;
  }
  div.design2 .verifyaccountverified {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  div.design2 .verifyaccounterror {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  div.design2 .div-row.support-link-container.s {
    margin-top: 12px;
  }
  div.design2 .div-col {
    padding-right: 6px;
    padding-left: 6px;
  }
  div.design2 .div-col.float-left {
    width: 100%;
  }
  div.design2 .support-link-item {
    width: 100%;
    margin-bottom: 4px;
    padding-top: 18px;
    padding-left: 54px;
    background-size: 36px;
    font-size: 16px;
  }
  div.design2 .support-link-item.error {
    width: 100%;
  }
  div.design2 .support-link-item.faq {
    width: 100%;
  }
  div.design2 .support-link-item.ios.move-right {
    right: 0px;
    width: 100%;
  }
  div.design2 .support-link-item.android.move-right {
    right: 0px;
    width: 100%;
  }
  div.design2 .support-link-item.move-right {
    right: 0px;
  }
  div.design2 .support-link-item.s {
    width: 100%;
    font-size: 14px;
  }
  div.design2 .support-button-title {
    line-height: 16px;
  }
  div.design2 .support-button-title.sub {
    margin-top: 0px;
    font-size: 12px;
  }
  div.design2 .support-link-arrow {
    display: block;
    background-position: 100% 50%;
    background-size: 24px;
  }
  div.design2 .support-link-arrow:hover {
    background-position: 100% 50%;
  }
  div.design2 .support-title {
    font-size: 30px;
  }
  div.design2 .questions-text {
    font-size: 13px;
  }
  div.design2 .flex-left.no-padding {
    margin-right: 0px;
  }
  div.design2 .flex-left.no-padding.centered {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  div.design2 .flex-justify.right-padding {
    width: 100%;
    margin-right: -8px;
    padding-top: 14px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  div.design2 .enable-login-text {
    padding-top: 12px;
  }
  div.design2 .login-form-link {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 36px;
    margin-top: 8px;
    margin-bottom: 12px;
    text-decoration: underline;
  }
  div.design2 .login-form-link.donot-use {
    margin-top: 6px;
    float: none;
    font-weight: 400;
  }
  div.design2 .long-login-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  div.design2 .white-login-footer {
    margin-top: 40px;
  }
  div.design2 .white-login-form {
    position: relative;
    left: 0px;
    top: 70px;
    right: 0px;
    bottom: 0px;
    overflow: visible;
    min-height: 390px;
    min-width: 200px;
    padding-top: 36px;
    padding-right: 28px;
    padding-left: 28px;
    font-weight: 300;
  }
  div.design2 .white-login-form.login {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  div.design2 .white-login-header {
    margin-bottom: 4vh;
    font-size: 18px;
  }
  div.design2 .white-login-logo {
    display: block;
    width: 160px;
    margin-right: auto;
    margin-left: auto;
  }
  div.design2 .white-login-button {
    margin-bottom: 20px;
  }
  div.design2 .white-login-button.w--current {
    margin-top: 0px;
  }
  div.design2 .white-login-email-submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  div.design2 .white-login-form-button {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 11px;
    border-radius: 6px;
    text-align: center;
  }
  div.design2 .input-fields-container {
    display: none;
  }
  div.design2 .disclaimer-text {
    margin-top: 16px;
  }
  div.design2 .signup-form-radio-row {
    display: block;
    margin-top: 18px;
    text-align: left;
  }
  div.design2 .signup-form-text-between-fields {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-bottom: 1px;
    text-align: center;
  }
  div.design2 .password-recovery-text {
    margin-bottom: 20px;
    padding-right: 0px;
  }
  div.design2 .sign-in-google.logo {
    background-size: 18px;
  }
  div.design2 .login-message-success {
    padding: 10px 16px;
    border-radius: 6px;
    background-color: rgba(138, 199, 94, 0.21);
    color: #265a00;
    text-align: center;
  }
  div.design2 .invalid {
    width: 100%;
  }
  div.design2 .another-email {
    width: 100%;
  }
  div.design2 .type2accountverified {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  div.design2 .mobile-verification-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  div.design2 .mobile-verification-link-column {
    margin-bottom: 8px;
  }
}

ul.select2-results {
  font-family: proxima-nova, Arial, sans-serif;
  background-image: none;
}

ul.select2-choices {
  font-family: proxima-nova, Arial, sans-serif;
  background-image: none;
  border: 1px solid #9a9fac;
  border-radius: 6px;
  margin: 2px 5px 2px 2px;
  height: 100%;
  padding: 5px 50px 5px 5px;
}

li.selectable-item, .select2-container-multi .select2-choices .select2-search-choice.selectable-item {
  text-align: left !important;
  background-color: #e6f1fd !important;
  border-radius: 16px !important;
  background-image: none;
  color: black;
  border: 2px solid #0e75dd !important;
  cursor: pointer !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  user-select: none !important;
}

li.selectable-item:active {
  text-align: left;
  background-color: #e6f1fd;
  border-radius: 14px;
  border: 0;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
