/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* overlay at start */

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-ajax-holder {
  position: relative;
  background: #FFF;
  padding: 0px;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
  overflow: auto;
  height: auto;
}

.mfp-close-btn-in .mfp-close {
  color: #000;
}

.popup table {
  border-spacing: 0;
}

.popup table th,
.popup table td {
  border: 1px solid #000000;
  padding: 10px;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url("/fonts/HelveticaNeue.eot");
  src: url("/fonts/HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeue.woff2") format("woff2"), url("/fonts/HelveticaNeue.woff") format("woff"), url("/fonts/HelveticaNeue.ttf") format("truetype"), url("/fonts/HelveticaNeue.svg#HelveticaNeue") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url("/fonts/HelveticaNeue-Bold.eot");
  src: url("/fonts/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("/fonts/HelveticaNeue-Bold.woff") format("woff"), url("/fonts/HelveticaNeue-Bold.ttf") format("truetype"), url("/fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

html,
body {
  font-family: 'Helvetica Neue';
}

body {
  overflow-x: hidden;
  width: 100%;
}

a {
  color: #0060AA;
}

a .hover {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

button {
  cursor: pointer !important;
}

form fieldset {
  border: 0;
  padding: 0;
}

form fieldset legend {
  font-size: 30px;
  color: #000000;
  letter-spacing: -0.4px;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 20px;
}

form fieldset p {
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
  display: block;
}

form fieldset p.form-button {
  margin-top: 35px;
}

form fieldset p.form-select:before {
  width: 10px;
  height: 6px;
  background-image: url(/img/svg/arrow-down.svg);
  background-size: 10px 6px;
  z-index: 10;
  position: absolute;
  right: 18px;
  bottom: 20px;
  content: "";
  display: block;
}

form fieldset .descr {
  font-size: 14px;
  color: #616161;
  letter-spacing: 0;
  margin-top: 15px;
  display: block;
  line-height: 20px;
}

form fieldset label {
  display: block;
  font-size: 20px;
  color: #0060AA;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 8px;
}

form fieldset input[type="number"],
form fieldset input[type="phone"],
form fieldset input[type="email"],
form fieldset input[type="text"],
form fieldset select {
  -webkit-appearance: none;
  border: 2px solid #0060AA;
  border-radius: 4px;
  background-color: transparent;
  padding: 10px 12px;
  font-size: 16px;
  width: 100%;
  color: #000000;
  letter-spacing: 0.1px;
  line-height: 24px;
  box-sizing: border-box;
}

form fieldset input[type="number"]::-webkit-input-placeholder,
form fieldset input[type="phone"]::-webkit-input-placeholder,
form fieldset input[type="email"]::-webkit-input-placeholder,
form fieldset input[type="text"]::-webkit-input-placeholder,
form fieldset select::-webkit-input-placeholder {
  color: #000000;
}

form fieldset input[type="number"]:-moz-placeholder,
form fieldset input[type="phone"]:-moz-placeholder,
form fieldset input[type="email"]:-moz-placeholder,
form fieldset input[type="text"]:-moz-placeholder,
form fieldset select:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}

form fieldset input[type="number"]::-moz-placeholder,
form fieldset input[type="phone"]::-moz-placeholder,
form fieldset input[type="email"]::-moz-placeholder,
form fieldset input[type="text"]::-moz-placeholder,
form fieldset select::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}

form fieldset input[type="number"]:-ms-input-placeholder,
form fieldset input[type="phone"]:-ms-input-placeholder,
form fieldset input[type="email"]:-ms-input-placeholder,
form fieldset input[type="text"]:-ms-input-placeholder,
form fieldset select:-ms-input-placeholder {
  color: #000000;
}

form fieldset select {
  position: relative;
}

form fieldset select::-webkit-input-placeholder {
  color: #000000;
}

form fieldset select:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}

form fieldset select::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}

form fieldset select:-ms-input-placeholder {
  color: #000000;
}

form fieldset .input-error input[type="number"],
form fieldset .input-error input[type="phone"],
form fieldset .input-error input[type="email"],
form fieldset .input-error input[type="text"],
form fieldset .input-error select {
  border-color: red;
}

form fieldset .input-error input[type="number"]::-webkit-input-placeholder,
form fieldset .input-error input[type="phone"]::-webkit-input-placeholder,
form fieldset .input-error input[type="email"]::-webkit-input-placeholder,
form fieldset .input-error input[type="text"]::-webkit-input-placeholder,
form fieldset .input-error select::-webkit-input-placeholder {
  color: red;
}

form fieldset .input-error input[type="number"]:-moz-placeholder,
form fieldset .input-error input[type="phone"]:-moz-placeholder,
form fieldset .input-error input[type="email"]:-moz-placeholder,
form fieldset .input-error input[type="text"]:-moz-placeholder,
form fieldset .input-error select:-moz-placeholder {
  /* Firefox 18- */
  color: red;
}

form fieldset .input-error input[type="number"]::-moz-placeholder,
form fieldset .input-error input[type="phone"]::-moz-placeholder,
form fieldset .input-error input[type="email"]::-moz-placeholder,
form fieldset .input-error input[type="text"]::-moz-placeholder,
form fieldset .input-error select::-moz-placeholder {
  /* Firefox 19+ */
  color: red;
}

form fieldset .input-error input[type="number"]:-ms-input-placeholder,
form fieldset .input-error input[type="phone"]:-ms-input-placeholder,
form fieldset .input-error input[type="email"]:-ms-input-placeholder,
form fieldset .input-error input[type="text"]:-ms-input-placeholder,
form fieldset .input-error select:-ms-input-placeholder {
  color: red;
}

form fieldset .input-error input[type="number"],
form fieldset .input-error input[type="phone"],
form fieldset .input-error input[type="email"],
form fieldset .input-error input[type="text"],
form fieldset .input-error select {
  color: red;
}

form fieldset .input-error label {
  color: red;
}

form fieldset .input-error.form-select:before {
  background-image: url(/img/svg/arrow-down-red.svg);
}

form fieldset .input-error .error-msg {
  color: red;
  font-size: 10px;
  display: block;
  margin-top: 5px;
  position: absolute;
  background-color: #FFFFFF;
  width: 100%;
}

form button.mfp-close {
  color: #000000;
}

form button:not(.mfp-close) {
  background-color: #0060AA;
  border: 1px solid #0060AA;
  border-radius: 4px;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.1px;
  text-align: center;
  line-height: 24px;
  padding: 11px 24px;
}

form button:not(.mfp-close):hover {
  background-color: #003F70;
}

form button:not(.mfp-close):disabled {
  border: 1px solid #dddddd;
  background-color: #dddddd;
}

footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

footer .copyright-text {
  display: flex;
  justify-content: center;
}

footer .copyright-text p {
  text-align: center;
}

footer .step-links {
  margin: 10px 0 0;
}

footer nav {
  display: block;
  text-align: center;
  width: 100%;
}

footer nav li {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

footer nav li a {
  text-decoration: none;
  font-size: 14px;
  color: #616161;
  letter-spacing: 0;
  line-height: 20px;
}

footer nav li a:hover {
  color: #0060AA;
}

footer .logos {
  display: block;
  text-align: center;
  margin-top: 50px;
  width: 100%;
}

footer .logos img {
  max-width: 100%;
}

footer .legal-text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #616161;
}

footer .licenses-text {
  display: block;
  margin-top: 30px;
  text-align: center;
}

footer .licenses-text a {
  font-size: 14px;
  line-height: 20px;
  color: #616161;
  color: #616161;
}

#leadform {
  position: relative;
  width: 445px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 44px;
}

#leadform .step-back .back-button {
  width: 100%;
}

#leadform .back-button {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  color: #000;
}

#leadform .superhero {
  position: absolute;
  top: 20px;
  right: 0;
  margin-right: -385px;
}

#leadform .superhero img.hero-and-text {
  width: 365px;
  height: 553px;
}

#leadform .superhero img.text-only {
  display: none;
}

#leadform .form-step[data-step="step-5"] .superhero {
  top: 140px;
  margin-right: -340px;
}

#leadform .form-step[data-step="step-5"] .superhero img {
  width: 340px;
}

#leadform .quotes {
  min-height: 500px;
}

#leadform .form-progress {
  position: absolute;
  top: 0;
  left: 50%;
  width: 118px;
  margin-left: -85px;
  margin-top: -68px;
}

#leadform .form-progress .progress-meter,
#leadform .form-progress .progress-val {
  fill: none;
}

#leadform .form-progress .progress-meter {
  stroke: #e6e6e6;
  fill: #fff;
}

#leadform .form-progress .progress-val {
  -webkit-transition: stroke-dashoffset 500ms;
  -moz-transition: stroke-dashoffset 500ms;
  transition: stroke-dashoffset 500ms;
  stroke: #0060AA;
  stroke-linecap: round;
}

#leadform .form-progress .progress-text {
  transform: rotate(90deg);
  fill: #0060AA;
  text-anchor: middle;
  font-size: 24px;
  font-weight: bold;
}

#leadform .form-progress svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 140px;
  height: 140px;
}

#leadform h2 {
  font-size: 41px;
  color: #000000;
  letter-spacing: -1px;
  line-height: 45px;
}

#leadform .info-top {
  font-size: 12px;
  margin-bottom: -10px;
  margin-top: 30px;
  color: #616161;
}

#leadform .info {
  font-size: 12px;
  margin-bottom: 0;
  color: #616161;
}

#leadform.confirmation {
  width: 750px;
}

.hero {
  background-image: url("/img/hero-img@2x.png");
  width: 100%;
  background-size: cover;
  background-position: center;
}

.hero .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  min-height: 250px;
  padding-top: 20px;
  padding-bottom: 50px;
  text-align: center;
  width: 100%;
}

.hero .inner h1 {
  font-size: 44px;
  color: #ffffff;
  letter-spacing: -0.6px;
  text-align: center;
  line-height: 65px;
}

.hero .inner h3 {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: -0.07px;
  text-align: center;
  line-height: 29px;
}

#confirmation_qs_text {
  text-align: center;
  margin-top: 20px;
  font-size: 30px;
  font-weight: bold;
}

#confirmation_qs_text #confirmation_clicksnet {
  margin: auto;
}

@media screen and (min-width: 36rem) {
  .container {
    max-width: 31.875rem;
  }
}

@media screen and (min-width: 48rem) {
  .container {
    max-width: 43.125rem;
  }
}

@media screen and (min-width: 62rem) {
  .container {
    max-width: 58.125rem;
  }
}

@media screen and (min-width: 75rem) {
  .container {
    max-width: 69.375rem;
  }
}

@media (max-width: 1199px) {
  #target .max-rnt-listing {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #target .max-rnt-description {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  #target .max-rnt-description h1 {
    text-align: center !important;
  }

  #target .max-rnt-image {
    justify-content: center;
  }

  #target .max-rnt-button {
    justify-content: center;
  }
}

@media (max-width: 992px) {
  #leadform {
    box-sizing: border-box;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  #leadform .form-progress {
    margin-left: -60px;
    margin-top: -60px;
  }

  #leadform .form-progress .progress-circle {
    width: 120px !important;
    height: 120px !important;
  }

  #leadform h2 {
    font-size: 30px;
  }

  #leadform .superhero {
    margin-right: 0;
    top: 8px;
    margin-right: 0px;
  }

  #leadform .superhero img.hero-and-text {
    display: none;
  }

  #leadform .superhero img.text-only {
    display: block;
    width: 180px;
    height: auto;
  }

  .hero .inner {
    height: auto;
    min-height: 100px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .hero .inner h1 {
    font-size: 24px;
    line-height: 1.2;
  }

  .hero .inner h3 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.2;
  }

  .hero .inner {
    padding-bottom: 100px;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (max-width: 900px) {
  .mfp-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .mfp-ajax-holder {
    max-width: 90%;
  }

  footer nav ul {
    display: table;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }

  footer nav li {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    float: left;
    text-align: center;
  }

  #leadform h2 {
    font-size: 35px;
    line-height: 1.2;
  }

  .hero .inner {
    padding-top: 35px;
    padding-bottom: 70px;
  }
}

@media (max-width: 568px) {
  #leadform .superhero {
    top: 36px;
  }

  #leadform .superhero img.text-only {
    width: 140px;
  }
}
/*# sourceMappingURL=maps/main.css.map */
