@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200;500&display=swap);

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
:after,
:before {
  box-sizing: border-box
}

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji
}

hr {
  height: 0;
  color: inherit
}

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

button,
select {
  text-transform: none
}

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

::-moz-focus-inner {
  border-style: none;
  padding: 0
}

:-moz-focusring {
  outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
  box-shadow: none
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

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

* {
  margin: 0;
  box-sizing: border-box
}

html {
  height: 100%
}

#app,
body {
  min-height: 100vh;
  overflow: auto
}

#app {
  position: relative
}

.form {
  max-width: 800px;
  padding: 8px 8px;
  background: #edf2f7;
  border: 1px solid #162d59;
  border-radius: 8px;
  margin: 40px auto 40px auto
}

.form .container .row {
  display: flex;
  min-height: 60px
}

.form .container .row .box {
  box-sizing: border-box;
  width: 100%;
  padding: 10px
}

.form .container .row .box p {
  font-family: Verdana, sans-serif;
  font-size: 18px;
  margin: 0;
  color: #162d59
}

.form .container .row .box h3 {
  font-family: Verdana, sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 22px;
  margin: 40px 0 15px;
  color: #162d59
}

.form .container .row .box h3.first {
  margin: 15px 0 15px
}

.form .container .row .box .form-title {
  font-size: 40px;
  margin-top: 20px
}

.form .container .row .box .form-title-mobile {
  display: none
}

.form .container .row .box select {
  height: 37px;
  width: 100%;
  border: 1px solid #d2d6dc;
  padding: 9px 24px 9px 9px;
  border-radius: 5px;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 5px top 50%;
  font-size: 15px
}

.form .container .row .box select:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(164, 202, 254, .4509803922);
  border-color: #a4cafe
}

.form .container .row .box select::-ms-expand {
  display: none
}

.form .container .row .box label {
  font-family: Verdana, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .5px;
  color: #162d59;
  margin: 0 0 8px
}

.form .container .row .box input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #d2d6dc;
  padding: 10px;
  border-radius: 5px;
  font-size: 15px
}

.form .container .row .box input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(164, 202, 254, .4509803922);
  border-color: #a4cafe
}

.form .container .row .box.question-w {
  width: 70%
}

.form .container .row .box.answer-w,
.form .container .row .box.question-w {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column
}

.form .container .row .box.answer-w {
  width: 30%
}

.form .container .row .box.answer-w .cntr {
  margin: auto;
  box-sizing: inherit
}

.form .container .row .box.answer-w .btn-radio {
  cursor: pointer;
  display: inline-block;
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0
}

.form .container .row .box.answer-w .btn-radio:not(:first-child) {
  margin-left: 20px
}

.form .container .row .box.answer-w .btn-radio svg {
  background-color: #fff;
  border-radius: 50px;
  fill: none;
  vertical-align: middle
}

.form .container .row .box.answer-w .btn-radio svg circle {
  stroke-width: 2;
  stroke: #c8ccd4
}

.form .container .row .box.answer-w .btn-radio svg path {
  stroke: #f2671f
}

.form .container .row .box.answer-w .btn-radio svg path.inner {
  stroke-width: 6;
  stroke-dasharray: 19;
  stroke-dashoffset: 19
}

.form .container .row .box.answer-w .btn-radio svg path.outer {
  stroke-width: 2;
  stroke-dasharray: 57;
  stroke-dashoffset: 57
}

.form .container .row .box.answer-w .btn-radio input {
  display: none
}

.form .container .row .box.answer-w .btn-radio input:checked+svg path {
  transition: all .4s ease
}

.form .container .row .box.answer-w .btn-radio input:checked+svg path.inner {
  stroke-dashoffset: 38;
  transition-delay: .3s
}

.form .container .row .box.answer-w .btn-radio input:checked+svg path.outer {
  stroke-dashoffset: 0
}

.form .container .row .box.answer-w .btn-radio span {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px
}

.form .container .row .submit-button-container {
  max-width: 35%;
  margin: auto
}

.form .container .row .submit-button-container .submit-button {
  width: 100%;
  background-color: #f2671f;
  cursor: pointer;
  padding: 16px;
  font-size: 16px;
  margin: 16px 0;
  color: #fff;
  border-radius: .25rem;
  font-weight: 700;
  border: none
}

.form .container .row .submit-button-container .submit-button:hover {
  background-color: #ea5d08;
  box-shadow: 0 1px 7px -3px #000
}

.form .container hr {
  width: 97%;
  margin: auto;
  border-top: 1px solid #d2d6dc
}

.form .text-area-container {
  display: flex;
  justify-content: center
}

.form .description-text-area {
  width: 100%;
  resize: vertical;
  font-size: 15px;
  font-family: Verdana, sans-serif;
  padding: 10px;
  border-radius: 5px;
  border-color: #d2d6dc
}

.form .description-text-area:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(164, 202, 254, .4509803922);
  border-color: #a4cafe
}

.form .error-container {
  height: 13px;
  position: relative
}

.form .description-length {
  display: flex;
  justify-content: space-between;
  min-height: 16px
}

.form .description-length p {
  font-size: 13px !important;
  text-align: right;
  margin: 0 40px 0 0;
  color: #6c757d
}

.form .description-length .valid-description-error-container {
  text-align: left
}

.tcpa-flow-container {
  padding: 0 15px 15px
}

.form-section .form-container .form {
  position: relative;
  overflow: hidden
}

@media(max-width:600px) {
  .form {
    margin: 20px
  }

  .form .container .row {
    display: block
  }

  .form .container .row .box.question-w {
    width: 100%;
    text-align: center
  }

  .form .container .row .box.answer-w {
    width: 100%
  }

  .form .container .row .box .submit-button-container {
    max-width: 100%
  }

  .form .container .row .box.mobile {
    display: none
  }
}

@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200;500&display=swap);

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
[data-v-28a4a646],
[data-v-28a4a646]:after,
[data-v-28a4a646]:before {
  box-sizing: border-box
}

button[data-v-28a4a646] {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button[data-v-28a4a646] {
  text-transform: none
}

button[data-v-28a4a646] {
  -webkit-appearance: button
}

[data-v-28a4a646]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[data-v-28a4a646]:-moz-focusring {
  outline: 1px dotted ButtonText
}

[data-v-28a4a646]:-moz-ui-invalid {
  box-shadow: none
}

[data-v-28a4a646]::-webkit-inner-spin-button,
[data-v-28a4a646]::-webkit-outer-spin-button {
  height: auto
}

[data-v-28a4a646]::-webkit-search-decoration {
  -webkit-appearance: none
}

[data-v-28a4a646]::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

[data-v-28a4a646] {
  margin: 0;
  box-sizing: border-box
}

.tort-description-container[data-v-28a4a646] {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #edf2f7;
  height: auto;
  width: 100%
}

.tort-description-container .tort-description-wrapper[data-v-28a4a646] {
  height: 100%;
  display: flex;
  max-width: 1200px;
  padding: 50px 0
}

.tort-description-container .tort-description-wrapper .tort-description-text[data-v-28a4a646] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  width: 50%
}

.tort-description-container .tort-description-wrapper .tort-description-text p[data-v-28a4a646] {
  font-family: Osawld, sans-serif;
  font-weight: 200;
  line-height: 1.52rem;
  color: #162d59;
  font-size: 20px
}

.tort-description-container .tort-description-wrapper .tort-description-text .submit-button[data-v-28a4a646] {
  background-color: #f2671f;
  cursor: pointer;
  padding: 16px;
  font-size: 16px;
  margin: 16px 0;
  color: #fff;
  border-radius: .25rem;
  font-weight: 700;
  border: none;
  max-width: 100%;
  min-width: 243px;
  text-transform: uppercase
}

.tort-description-container .tort-description-wrapper .tort-description-text .submit-button[data-v-28a4a646]:hover {
  background-color: #ea5d08;
  box-shadow: 0 1px 7px -3px #000
}

.tort-description-container .tort-description-wrapper .tort-image[data-v-28a4a646] {
  display: flex;
  padding: 20px;
  width: 50%
}

.tort-description-container .tort-description-wrapper .tort-image .img[data-v-28a4a646] {
  height: 400px;
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px
}

@media(max-width:1200px) {
  .tort-description-container[data-v-28a4a646] {
    height: 100%;
    display: flex;
    flex-direction: column
  }

  .tort-description-container .tort-description-wrapper[data-v-28a4a646] {
    display: flex;
    flex-direction: column
  }

  .tort-description-container .tort-description-wrapper .tort-image[data-v-28a4a646] {
    padding-top: 20px;
    width: 100%
  }

  .tort-description-container .tort-description-wrapper .tort-description-text[data-v-28a4a646] {
    padding: 15px 20px;
    width: 100%
  }
}

@media(max-width:600px) {
  .submit-button[data-v-28a4a646] {
    max-width: 100%;
    width: 100%
  }
}

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
[data-v-1a4bcdaa],
[data-v-1a4bcdaa]:after,
[data-v-1a4bcdaa]:before {
  box-sizing: border-box
}

button[data-v-1a4bcdaa] {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button[data-v-1a4bcdaa] {
  text-transform: none
}

button[data-v-1a4bcdaa] {
  -webkit-appearance: button
}

[data-v-1a4bcdaa]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[data-v-1a4bcdaa]:-moz-focusring {
  outline: 1px dotted ButtonText
}

[data-v-1a4bcdaa]:-moz-ui-invalid {
  box-shadow: none
}

[data-v-1a4bcdaa]::-webkit-inner-spin-button,
[data-v-1a4bcdaa]::-webkit-outer-spin-button {
  height: auto
}

[data-v-1a4bcdaa]::-webkit-search-decoration {
  -webkit-appearance: none
}

[data-v-1a4bcdaa]::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

[data-v-1a4bcdaa] {
  margin: 0;
  box-sizing: border-box
}

.tort-description-container[data-v-1a4bcdaa] {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #edf2f7;
  height: auto;
  width: 100%
}

.tort-description-container .tort-description-wrapper[data-v-1a4bcdaa] {
  height: 100%;
  display: flex;
  max-width: 1200px;
  padding: 50px 0
}

.tort-description-container .tort-description-wrapper .tort-description-text[data-v-1a4bcdaa] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  width: 50%
}

.tort-description-container .tort-description-wrapper .tort-description-text p[data-v-1a4bcdaa] {
  font-family: Osawld, sans-serif;
  font-weight: 200;
  line-height: 1.52rem;
  color: #162d59;
  font-size: 20px
}

.tort-description-container .tort-description-wrapper .tort-description-text .submit-button[data-v-1a4bcdaa] {
  background-color: #f2671f;
  cursor: pointer;
  padding: 16px;
  font-size: 16px;
  margin: 16px 0;
  color: #fff;
  border-radius: .25rem;
  font-weight: 700;
  border: none;
  max-width: 100%;
  min-width: 243px;
  text-transform: uppercase
}

.tort-description-container .tort-description-wrapper .tort-description-text .submit-button[data-v-1a4bcdaa]:hover {
  background-color: #ea5d08;
  box-shadow: 0 1px 7px -3px #000
}

.tort-description-container .tort-description-wrapper .tort-image-desktop[data-v-1a4bcdaa] {
  display: flex;
  padding: 20px;
  width: 50%
}

.tort-description-container .tort-description-wrapper .tort-image-desktop .img[data-v-1a4bcdaa] {
  height: 400px;
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px
}

.tort-description-container .tort-description-wrapper .tort-image-mobile[data-v-1a4bcdaa] {
  display: none;
  padding: 20px;
  width: 50%
}

.tort-description-container .tort-description-wrapper .tort-image-mobile .img[data-v-1a4bcdaa] {
  height: 400px;
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px
}

@media(max-width:600px) {
  .submit-button[data-v-1a4bcdaa] {
    max-width: 100%;
    width: 100%
  }
}

@media(max-width:1200px) {
  .tort-description-container[data-v-1a4bcdaa] {
    height: 100%;
    display: flex;
    flex-direction: column
  }

  .tort-description-container .tort-description-wrapper[data-v-1a4bcdaa] {
    display: flex;
    flex-direction: column
  }

  .tort-description-container .tort-description-wrapper .tort-image-mobile[data-v-1a4bcdaa] {
    display: flex;
    padding-top: 20px;
    width: 100%
  }

  .tort-description-container .tort-description-wrapper .tort-image-desktop[data-v-1a4bcdaa] {
    display: none
  }

  .tort-description-container .tort-description-wrapper .tort-description-text[data-v-1a4bcdaa] {
    padding: 15px 20px;
    width: 100%
  }
}

.tcpa-flow-container[data-v-35f7ed6a] {
  display: flex;
  align-items: center
}

.tcpa-flow-container .compliance-text[data-v-35f7ed6a] {
  font-size: 14px;
  font-family: Osawld, sans-serif;
  color: #717171;
  font-weight: 400;
  text-align: justify
}

.tcpa-flow-container .compliance-text a[data-v-35f7ed6a] {
  text-decoration: none;
  color: #162d59
}

@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200;500&display=swap);

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
[data-v-23f29632],
[data-v-23f29632]:after,
[data-v-23f29632]:before {
  box-sizing: border-box
}

button[data-v-23f29632] {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button[data-v-23f29632] {
  text-transform: none
}

button[data-v-23f29632] {
  -webkit-appearance: button
}

[data-v-23f29632]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[data-v-23f29632]:-moz-focusring {
  outline: 1px dotted ButtonText
}

[data-v-23f29632]:-moz-ui-invalid {
  box-shadow: none
}

[data-v-23f29632]::-webkit-inner-spin-button,
[data-v-23f29632]::-webkit-outer-spin-button {
  height: auto
}

[data-v-23f29632]::-webkit-search-decoration {
  -webkit-appearance: none
}

[data-v-23f29632]::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

[data-v-23f29632] {
  margin: 0;
  box-sizing: border-box
}

.tort-situations-container[data-v-23f29632] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  color: #162d59
}

.tort-situations-container .tort-situations-wrapper[data-v-23f29632] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 1200px;
  padding: 50px 20px
}

.tort-situations-container .tort-situations-wrapper .tort-situation-title-container h4[data-v-23f29632] {
  font-family: Osawld, sans-serif;
  font-weight: 500;
  font-size: 50px;
  text-align: center
}

.tort-situations-container .tort-situations-wrapper .tort-information-container[data-v-23f29632] {
  align-items: center
}

.tort-situations-container .tort-situations-wrapper .tort-information-container h5[data-v-23f29632] {
  flex: 2;
  font-family: Osawld, sans-serif;
  font-weight: 200;
  line-height: 1.5rem;
  padding: 30px 0;
  font-size: 20px;
  text-align: center
}

.tort-situations-container .tort-situations-wrapper .tort-information-container .symptoms-list-container[data-v-23f29632] {
  display: flex
}

.tort-situations-container .tort-situations-wrapper .tort-information-container .symptoms-list-container .symp[data-v-23f29632] {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-family: Osawld, sans-serif;
  font-weight: 400
}

.tort-situations-container .tort-situations-wrapper .tort-information-container .symptoms-list-container .symp .box[data-v-23f29632] {
  min-width: 243px;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: flex-start;
  margin: 5px;
  background-color: #edf2f7;
  border-radius: .25rem
}

.tort-situations-container .tort-situations-wrapper .tort-information-container .symptoms-list-container .symp .box svg[data-v-23f29632] {
  fill: #f2671f
}

.tort-situations-container .tort-situations-wrapper .tort-information-container .symptoms-list-container .symp .box[data-v-23f29632]:hover {
  box-shadow: 0 1px 7px -3px #000
}

.tort-situations-container .tort-situations-wrapper .submit-button[data-v-23f29632] {
  background-color: #f2671f;
  cursor: pointer;
  padding: 16px;
  font-size: 16px;
  color: #fff;
  border-radius: .25rem;
  font-weight: 700;
  border: none;
  max-width: 35%;
  margin: 40px 0 0 0;
  min-width: 243px;
  text-transform: uppercase
}

.tort-situations-container .tort-situations-wrapper .submit-button[data-v-23f29632]:hover {
  background-color: #ea5d08;
  box-shadow: 0 1px 7px -3px #000
}

@media(max-width:1600px) {
  .tort-situations-container[data-v-23f29632] {
    height: 100%
  }

  .tort-situations-container .tort-situations-wrapper[data-v-23f29632] {
    display: flex;
    flex-direction: column
  }

  .tort-situations-container .tort-situations-wrapper .tort-situation-title-container h4[data-v-23f29632] {
    font-size: 35px
  }

  .tort-situations-container .tort-situations-wrapper .tort-information-container[data-v-23f29632] {
    display: flex;
    flex-direction: column
  }
}

@media(max-width:1000px) {
  .tort-situations-container .tort-situations-wrapper[data-v-23f29632] {
    width: 100%
  }
}

@media(max-width:600px) {
  .tort-situations-container .tort-situations-wrapper .tort-information-container h5[data-v-23f29632] {
    width: 100%
  }

  .tort-situations-container .tort-situations-wrapper .submit-button[data-v-23f29632] {
    width: 100%;
    max-width: 100%
  }
}

.form-section {
  width: 100%;
  background-image: url(../images/1A619m.Hernia.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  position: relative
}

.form-section .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3215686275);
  position: absolute;
  z-index: 1
}

.form-section .form-container {
  padding: 20px;
  max-width: 1200px;
  margin: 70px auto auto auto;
  display: flex
}

.form-section .form-container .form {
  margin: 0;
  z-index: 50
}

.form-section .form-container .form .container .row.mobile {
  display: none
}

.form-section .form-container .text-container {
  max-width: 400px;
  font-family: Osawld, sans-serif;
  color: #fff;
  padding: 30px 30px 0 0;
  z-index: 50
}

.form-section .form-container .text-container h3 {
  text-shadow: 0 0 10px #000;
  font-size: 25px;
  line-height: 1.5
}

@media(max-width:1200px) {
  .form-section .form-container {
    flex-direction: column
  }

  .form-section .form-container .text-container {
    max-width: 800px;
    width: 100%;
    margin: auto;
    padding-bottom: 20px;
    padding-top: 0
  }

  .form-section .form-container .form {
    margin: auto
  }
}

@media(max-width:600px) {
  .form-section {
    background: none
  }

  .form-section .form-container .text-container,
  .form-section .overlay {
    display: none
  }

  .form-section .form-container .form .container .row.mobile {
    display: block
  }

  .form-section .form-container .form .container .row.desktop {
    display: none
  }
}

@media(max-width:425px) {
  .form .container .row .box .form-title {
    display: none
  }

  .form .container .row .box .form-title-mobile {
    display: block;
    font-size: 30px
  }

  .form .container .row .box h3 {
    margin: 20px 0 15px
  }

  .form .container .row .box p {
    text-align: left
  }
}

@keyframes beginBrowserAutofill {
  0% {}

  to {}
}

@keyframes endBrowserAutofill {
  0% {}

  to {}
}

.pac-target-input:-webkit-autofill {
  animation-name: beginBrowserAutofill
}

.pac-target-input:not(:-webkit-autofill) {
  animation-name: endBrowserAutofill
}

.nav {
  align-items: center;
  border-bottom: 2px solid #ededed;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 100;
  box-shadow: 0 -2px 24px 0 rgba(0, 0, 0, .4);
  -webkit-box-shadow: 0 -2px 24px 0 rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 -2px 24px 0 rgba(0, 0, 0, .6)
}

.nav .nav-container,
.nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 75px
}

.nav .nav-container {
  max-width: 1200px;
  box-sizing: border-box;
  margin: auto;
  padding: 10px 20px
}

.nav .nav-container .box {
  width: 100%;
  margin: auto 10px;
  position: relative
}

.nav .nav-container .box a .logo {
  max-width: 100%
}

.nav .box.logo-box {
  max-width: 195px;
  width: 100%
}

.nav .box.steps,
.nav .box.steps ul {
  display: flex;
  justify-content: center;
  align-items: center
}

.nav .box.steps ul {
  gap: 10px;
  list-style: none;
  padding-left: 0
}

.nav .box.steps ul li {
  position: relative;
  padding-left: 1.5rem;
  color: #0d2e5c;
  font-family: SharpSans Display No1 Bold, Arial, sans-serif;
  font-weight: 700
}

.nav .box.steps ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1.1em;
  height: 1.1em;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDIzNi45ODggMjM2Ljk4OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjM2Ljk4OCAyMzYuOTg4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjE5OC4wOTgsMjQuMzI2IDg3LjU0MywxMzQuODgxIDM4Ljg5MSw4Ni4yMjkgMCwxMjUuMTIxIDg3LjU0MywyMTIuNjYyIDIzNi45ODgsNjMuMjE3ICIvPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
  filter: invert(12%) sepia(20%) saturate(6679%) hue-rotate(202deg) brightness(98%) contrast(93%)
}

@media screen and (max-width:1045px) {
  .nav .box.steps ul {
    display: block
  }
}

@media screen and (max-width:706px) {
  .nav .box.steps {
    display: none
  }
}