.container-404 {
    height: 69vh
  }

  .sub-title-error {
    width: 481px
  }

  @media(max-width:768px) {
    .sub-title-error {
      width: 100%
    }
  }

  .logo {
    height: 51px;
    width: 180px
  }

  .logo img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
  }

  .layout-diagnostic {
    overflow: hidden;
    position: relative
  }

  .layout-diagnostic .logo {
    height: 51px;
    width: 180px
  }

  .layout-diagnostic .logo img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
  }

  .layout-diagnostic .wave-decoration {
    bottom: 0;
    height: 400px;
    position: absolute;
    right: 0;
    width: 80%
  }

  .layout-diagnostic .item-decoration {
    background-color: #D8EAD7;
    border-radius: 50%;
    height: 593px;
    position: absolute;
    right: -15%;
    top: -15%;
    transition: all .25s ease-in-out;
    width: 593px
  }

  @media(min-width:1440px) {
    .layout-diagnostic .item-decoration {
      right: -3%;
      top: -12%
    }
  }

  @media(max-width:1170px) {
    .layout-diagnostic .item-decoration {
      margin-top: -15%;
      right: -45%;
      top: 0
    }
  }

  .layout-diagnostic .header-layout-diagnoctic {
    height: 63px;
    z-index: 3
  }

  .layout-diagnostic .header-layout-diagnoctic.is-promo {
    height: 107px
  }

  @media(max-width:768px) {
    .layout-diagnostic .header-layout-diagnoctic.is-promo {
      height: 128px
    }
  }

  .layout-diagnostic .header-layout-diagnoctic.is-sticky .content {
    position: fixed;
    z-index: 1
  }

  @media(max-width:768px) {
    .layout-diagnostic .header-layout-diagnoctic {
      height: 128px
    }
  }

  .container-calc-header {
    min-height: calc(100vh - 67px)
  }

  .lds-ellipsis {
    display: inline-block;
    left: 50%;
    position: relative;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 70px
  }

  .lds-ellipsis div {
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
    background: #fff;
    border-radius: 50%;
    height: 13px;
    position: absolute;
    top: -6px;
    width: 13px
  }

  .lds-ellipsis.c-1 div {
    background: #703599
  }

  .lds-ellipsis div:first-child {
    -webkit-animation: lds-ellipsis1 .6s infinite;
    animation: lds-ellipsis1 .6s infinite;
    left: 8px
  }

  .lds-ellipsis div:nth-child(2) {
    left: 8px
  }

  .lds-ellipsis div:nth-child(2),
  .lds-ellipsis div:nth-child(3) {
    -webkit-animation: lds-ellipsis2 .6s infinite;
    animation: lds-ellipsis2 .6s infinite
  }

  .lds-ellipsis div:nth-child(3) {
    left: 32px
  }

  .lds-ellipsis div:nth-child(4) {
    -webkit-animation: lds-ellipsis3 .6s infinite;
    animation: lds-ellipsis3 .6s infinite;
    left: 56px
  }

  @-webkit-keyframes lds-ellipsis1 {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0)
    }

    to {
      -webkit-transform: scale(1);
      transform: scale(1)
    }
  }

  @keyframes lds-ellipsis1 {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0)
    }

    to {
      -webkit-transform: scale(1);
      transform: scale(1)
    }
  }

  @-webkit-keyframes lds-ellipsis3 {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1)
    }

    to {
      -webkit-transform: scale(0);
      transform: scale(0)
    }
  }

  @keyframes lds-ellipsis3 {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1)
    }

    to {
      -webkit-transform: scale(0);
      transform: scale(0)
    }
  }

  @-webkit-keyframes lds-ellipsis2 {
    0% {
      -webkit-transform: translate(0);
      transform: translate(0)
    }

    to {
      -webkit-transform: translate(24px);
      transform: translate(24px)
    }
  }

  @keyframes lds-ellipsis2 {
    0% {
      -webkit-transform: translate(0);
      transform: translate(0)
    }

    to {
      -webkit-transform: translate(24px);
      transform: translate(24px)
    }
  }

  .diagnostic-container {
    height: 100%;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative
  }

  @media(max-width:768px) {
    .diagnostic-container {
      padding-bottom: 0;
      padding-top: 0
    }

    .diagnostic-container .container-dia-question {
      background-color: #f7f8fa;
      height: 100%;
      padding: 0 24px 24px
    }
  }

  @media(min-width:1440px) {
    .diagnostic-container .substep-navigation {
      margin-bottom: 0
    }
  }

  .diagnostic-container iframe {
    border: none;
    height: 800px;
    width: 100%
  }

  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
  }

  body {
    margin: 0
  }

  main {
    display: block
  }

  h1 {
    font-size: 2em;
    margin: .67em 0
  }

  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
  }

  pre {
    font-family: monospace, monospace;
    font-size: 1em
  }

  a {
    background-color: transparent
  }

  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
  }

  b,
  strong {
    font-weight: bolder
  }

  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    font-size: 1em
  }

  small {
    font-size: 80%
  }

  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
  }

  sub {
    bottom: -.25em
  }

  sup {
    top: -.5em
  }

  img {
    border-style: none
  }

  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
  }

  button,
  input {
    overflow: visible
  }

  button,
  select {
    text-transform: none
  }

  [type=button],
  [type=reset],
  [type=submit],
  button {
    -webkit-appearance: button
  }

  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner,
  button::-moz-focus-inner {
    border-style: none;
    padding: 0
  }

  [type=button]:-moz-focusring,
  [type=reset]:-moz-focusring,
  [type=submit]:-moz-focusring,
  button:-moz-focusring {
    outline: 1px dotted ButtonText
  }

  fieldset {
    padding: .35em .75em .625em
  }

  legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
  }

  progress {
    vertical-align: baseline
  }

  textarea {
    overflow: auto
  }

  [type=checkbox],
  [type=radio] {
    box-sizing: border-box;
    padding: 0
  }

  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    height: auto
  }

  [type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
  }

  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
  }

  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
  }

  details {
    display: block
  }

  summary {
    display: list-item
  }

  [hidden],
  template {
    display: none
  }

  .c-w {
    color: #fff
  }

  .bc-w {
    background-color: #fff
  }

  .c-b {
    color: #000
  }

  .bc-b {
    background-color: #000
  }

  .c-1 {
    color: #703599
  }

  .bc-1 {
    background-color: #703599
  }

  .c-2 {
    color: #e1e4fa
  }

  .bc-2 {
    background-color: #e1e4fa
  }

  .c-3 {
    color: #c7ccef
  }

  .bc-3 {
    background-color: #c7ccef
  }

  .c-4 {
    color: #552874
  }

  .bc-4 {
    background-color: #552874
  }

  .c-5 {
    color: #007461
  }

  .bc-5 {
    background-color: #007461
  }

  .c-6 {
    color: #fdf1f1
  }

  .bc-6 {
    background-color: #fdf1f1
  }

  .c-7 {
    color: #e2d7eb
  }

  .bc-7 {
    background-color: #e2d7eb
  }

  .c-8 {
    color: #f4eff7
  }

  .bc-8 {
    background-color: #f4eff7
  }

  .c-9 {
    color: #ffdf9e
  }

  .bc-9 {
    background-color: #ffdf9e
  }

  .c-e1 {
    color: #ae0014
  }

  .bc-e1 {
    background-color: #ae0014
  }

  .cg-1 {
    color: #ecedf0
  }

  .bcg-1 {
    background-color: #ecedf0
  }

  .cg-2 {
    color: #f7f8fa
  }

  .bcg-2 {
    background-color: #f7f8fa
  }

  .cg-3 {
    color: #666e8a
  }

  .bcg-3 {
    background-color: #666e8a
  }

  .cg-4 {
    color: #bec2de
  }

  .bcg-4 {
    background-color: #bec2de
  }

  .cg-5 {
    color: #c1c9d6
  }

  .bcg-5 {
    background-color: #c1c9d6
  }

  .cg-6 {
    color: #8d93aa
  }

  .bcg-6 {
    background-color: #8d93aa
  }

  .cg-7 {
    color: #071621
  }

  .bcg-7 {
    background-color: #071621
  }

  .cg-8 {
    color: #aeb6f1
  }

  .bcg-8 {
    background-color: #aeb6f1
  }

  .cg-9 {
    color: #f5f5f5
  }

  .bcg-9 {
    background-color: #f5f5f5
  }

  .cg-10 {
    color: #d7dfed
  }

  .bcg-10 {
    background-color: #d7dfed
  }

  .cg-12 {
    color: #c4c4c4
  }

  .bcg-12 {
    background-color: #c4c4c4
  }

  .cg-13 {
    color: #875aa6
  }

  .bcg-13 {
    background-color: #875aa6
  }

  .cg-14 {
    color: #0a94a8
  }

  .bcg-14 {
    background-color: #0a94a8
  }

  .c-t {
    color: transparent
  }

  .bc-t {
    background-color: transparent
  }

  .t {
    color: transparent
  }

  .bt {
    background-color: transparent
  }

  .m-0 {
    margin: 0
  }

  @media(max-width:769px) {
    .m-md-0 {
      margin: 0
    }
  }

  @media(max-width:1170px) {
    .m-lg-0 {
      margin: 0
    }
  }

  .p-0 {
    padding: 0
  }

  @media(max-width:769px) {
    .p-md-0 {
      padding: 0 !important
    }
  }

  @media(max-width:1170px) {
    .p-lg-0 {
      padding: 0 !important
    }
  }

  .px-0 {
    padding-left: 0;
    padding-right: 0
  }

  @media(max-width:769px) {
    .px-md-0 {
      padding-left: 0 !important;
      padding-right: 0 !important
    }
  }

  @media(max-width:1170px) {
    .px-lg-0 {
      padding-left: 0 !important;
      padding-right: 0 !important
    }
  }

  .py-0 {
    padding-bottom: 0;
    padding-top: 0
  }

  @media(max-width:769px) {
    .py-md-0 {
      padding-bottom: 0 !important;
      padding-top: 0 !important
    }
  }

  @media(max-width:1170px) {
    .py-lg-0 {
      padding-bottom: 0 !important;
      padding-top: 0 !important
    }
  }

  .mt-0 {
    margin-top: 0
  }

  @media(max-width:769px) {
    .mt-md-0 {
      margin-top: 0 !important
    }
  }

  @media(max-width:1170px) {
    .mt-lg-0 {
      margin-top: 0 !important
    }
  }

  .pt-0 {
    padding-top: 0
  }

  @media(max-width:769px) {
    .pt-md-0 {
      padding-top: 0 !important
    }
  }

  @media(max-width:1170px) {
    .pt-lg-0 {
      padding-top: 0 !important
    }
  }

  .mb-0 {
    margin-bottom: 0
  }

  @media(max-width:769px) {
    .mb-md-0 {
      margin-bottom: 0 !important
    }
  }

  @media(max-width:1170px) {
    .mb-lg-0 {
      margin-bottom: 0 !important
    }
  }

  .pb-0 {
    padding-bottom: 0
  }

  @media(max-width:769px) {
    .pb-md-0 {
      padding-bottom: 0 !important
    }
  }

  @media(max-width:1170px) {
    .pb-lg-0 {
      padding-bottom: 0 !important
    }
  }

  .ml-0 {
    margin-left: 0
  }

  @media(max-width:769px) {
    .ml-md-0 {
      margin-left: 0 !important
    }
  }

  @media(max-width:1170px) {
    .ml-lg-0 {
      margin-left: 0 !important
    }
  }

  .pl-0 {
    padding-left: 0
  }

  @media(max-width:769px) {
    .pl-md-0 {
      padding-left: 0 !important
    }
  }

  @media(max-width:1170px) {
    .pl-lg-0 {
      padding-left: 0 !important
    }
  }

  .mr-0 {
    margin-right: 0
  }

  @media(max-width:769px) {
    .mr-md-0 {
      margin-right: 0 !important
    }
  }

  @media(max-width:1170px) {
    .mr-lg-0 {
      margin-right: 0 !important
    }
  }

  .pr-0 {
    padding-right: 0
  }

  @media(max-width:769px) {
    .pr-md-0 {
      padding-right: 0 !important
    }
  }

  @media(max-width:1170px) {
    .pr-lg-0 {
      padding-right: 0 !important
    }
  }

  .m-1 {
    margin: 8px
  }

  @media(max-width:769px) {
    .m-md-1 {
      margin: 8px
    }
  }

  @media(max-width:1170px) {
    .m-lg-1 {
      margin: 8px
    }
  }

  .p-1 {
    padding: 8px
  }

  @media(max-width:769px) {
    .p-md-1 {
      padding: 8px !important
    }
  }

  @media(max-width:1170px) {
    .p-lg-1 {
      padding: 8px !important
    }
  }

  .px-1 {
    padding-left: 8px;
    padding-right: 8px
  }

  @media(max-width:769px) {
    .px-md-1 {
      padding-left: 8px !important;
      padding-right: 8px !important
    }
  }

  @media(max-width:1170px) {
    .px-lg-1 {
      padding-left: 8px !important;
      padding-right: 8px !important
    }
  }

  .py-1 {
    padding-bottom: 8px;
    padding-top: 8px
  }

  @media(max-width:769px) {
    .py-md-1 {
      padding-bottom: 8px !important;
      padding-top: 8px !important
    }
  }

  @media(max-width:1170px) {
    .py-lg-1 {
      padding-bottom: 8px !important;
      padding-top: 8px !important
    }
  }

  .mt-1 {
    margin-top: 8px
  }

  @media(max-width:769px) {
    .mt-md-1 {
      margin-top: 8px !important
    }
  }

  @media(max-width:1170px) {
    .mt-lg-1 {
      margin-top: 8px !important
    }
  }

  .pt-1 {
    padding-top: 8px
  }

  @media(max-width:769px) {
    .pt-md-1 {
      padding-top: 8px !important
    }
  }

  @media(max-width:1170px) {
    .pt-lg-1 {
      padding-top: 8px !important
    }
  }

  .mb-1 {
    margin-bottom: 8px
  }

  @media(max-width:769px) {
    .mb-md-1 {
      margin-bottom: 8px !important
    }
  }

  @media(max-width:1170px) {
    .mb-lg-1 {
      margin-bottom: 8px !important
    }
  }

  .pb-1 {
    padding-bottom: 8px
  }

  @media(max-width:769px) {
    .pb-md-1 {
      padding-bottom: 8px !important
    }
  }

  @media(max-width:1170px) {
    .pb-lg-1 {
      padding-bottom: 8px !important
    }
  }

  .ml-1 {
    margin-left: 8px
  }

  @media(max-width:769px) {
    .ml-md-1 {
      margin-left: 8px !important
    }
  }

  @media(max-width:1170px) {
    .ml-lg-1 {
      margin-left: 8px !important
    }
  }

  .pl-1 {
    padding-left: 8px
  }

  @media(max-width:769px) {
    .pl-md-1 {
      padding-left: 8px !important
    }
  }

  @media(max-width:1170px) {
    .pl-lg-1 {
      padding-left: 8px !important
    }
  }

  .mr-1 {
    margin-right: 8px
  }

  @media(max-width:769px) {
    .mr-md-1 {
      margin-right: 8px !important
    }
  }

  @media(max-width:1170px) {
    .mr-lg-1 {
      margin-right: 8px !important
    }
  }

  .pr-1 {
    padding-right: 8px
  }

  @media(max-width:769px) {
    .pr-md-1 {
      padding-right: 8px !important
    }
  }

  @media(max-width:1170px) {
    .pr-lg-1 {
      padding-right: 8px !important
    }
  }

  .m-2 {
    margin: 16px
  }

  @media(max-width:769px) {
    .m-md-2 {
      margin: 16px
    }
  }

  @media(max-width:1170px) {
    .m-lg-2 {
      margin: 16px
    }
  }

  .p-2 {
    padding: 16px
  }

  @media(max-width:769px) {
    .p-md-2 {
      padding: 16px !important
    }
  }

  @media(max-width:1170px) {
    .p-lg-2 {
      padding: 16px !important
    }
  }

  .px-2 {
    padding-left: 16px;
    padding-right: 16px
  }

  @media(max-width:769px) {
    .px-md-2 {
      padding-left: 16px !important;
      padding-right: 16px !important
    }
  }

  @media(max-width:1170px) {
    .px-lg-2 {
      padding-left: 16px !important;
      padding-right: 16px !important
    }
  }

  .py-2 {
    padding-bottom: 16px;
    padding-top: 16px
  }

  @media(max-width:769px) {
    .py-md-2 {
      padding-bottom: 16px !important;
      padding-top: 16px !important
    }
  }

  @media(max-width:1170px) {
    .py-lg-2 {
      padding-bottom: 16px !important;
      padding-top: 16px !important
    }
  }

  .mt-2 {
    margin-top: 16px
  }

  @media(max-width:769px) {
    .mt-md-2 {
      margin-top: 16px !important
    }
  }

  @media(max-width:1170px) {
    .mt-lg-2 {
      margin-top: 16px !important
    }
  }

  .pt-2 {
    padding-top: 16px
  }

  @media(max-width:769px) {
    .pt-md-2 {
      padding-top: 16px !important
    }
  }

  @media(max-width:1170px) {
    .pt-lg-2 {
      padding-top: 16px !important
    }
  }

  .mb-2 {
    margin-bottom: 16px
  }

  @media(max-width:769px) {
    .mb-md-2 {
      margin-bottom: 16px !important
    }
  }

  @media(max-width:1170px) {
    .mb-lg-2 {
      margin-bottom: 16px !important
    }
  }

  .pb-2 {
    padding-bottom: 16px
  }

  @media(max-width:769px) {
    .pb-md-2 {
      padding-bottom: 16px !important
    }
  }

  @media(max-width:1170px) {
    .pb-lg-2 {
      padding-bottom: 16px !important
    }
  }

  .ml-2 {
    margin-left: 16px
  }

  @media(max-width:769px) {
    .ml-md-2 {
      margin-left: 16px !important
    }
  }

  @media(max-width:1170px) {
    .ml-lg-2 {
      margin-left: 16px !important
    }
  }

  .pl-2 {
    padding-left: 16px
  }

  @media(max-width:769px) {
    .pl-md-2 {
      padding-left: 16px !important
    }
  }

  @media(max-width:1170px) {
    .pl-lg-2 {
      padding-left: 16px !important
    }
  }

  .mr-2 {
    margin-right: 16px
  }

  @media(max-width:769px) {
    .mr-md-2 {
      margin-right: 16px !important
    }
  }

  @media(max-width:1170px) {
    .mr-lg-2 {
      margin-right: 16px !important
    }
  }

  .pr-2 {
    padding-right: 16px
  }

  @media(max-width:769px) {
    .pr-md-2 {
      padding-right: 16px !important
    }
  }

  @media(max-width:1170px) {
    .pr-lg-2 {
      padding-right: 16px !important
    }
  }

  .m-3 {
    margin: 24px
  }

  @media(max-width:769px) {
    .m-md-3 {
      margin: 24px
    }
  }

  @media(max-width:1170px) {
    .m-lg-3 {
      margin: 24px
    }
  }

  .p-3 {
    padding: 24px
  }

  @media(max-width:769px) {
    .p-md-3 {
      padding: 24px !important
    }
  }

  @media(max-width:1170px) {
    .p-lg-3 {
      padding: 24px !important
    }
  }

  .px-3 {
    padding-left: 24px;
    padding-right: 24px
  }

  @media(max-width:769px) {
    .px-md-3 {
      padding-left: 24px !important;
      padding-right: 24px !important
    }
  }

  @media(max-width:1170px) {
    .px-lg-3 {
      padding-left: 24px !important;
      padding-right: 24px !important
    }
  }

  .py-3 {
    padding-bottom: 24px;
    padding-top: 24px
  }

  @media(max-width:769px) {
    .py-md-3 {
      padding-bottom: 24px !important;
      padding-top: 24px !important
    }
  }

  @media(max-width:1170px) {
    .py-lg-3 {
      padding-bottom: 24px !important;
      padding-top: 24px !important
    }
  }

  .mt-3 {
    margin-top: 24px
  }

  @media(max-width:769px) {
    .mt-md-3 {
      margin-top: 24px !important
    }
  }

  @media(max-width:1170px) {
    .mt-lg-3 {
      margin-top: 24px !important
    }
  }

  .pt-3 {
    padding-top: 24px
  }

  @media(max-width:769px) {
    .pt-md-3 {
      padding-top: 24px !important
    }
  }

  @media(max-width:1170px) {
    .pt-lg-3 {
      padding-top: 24px !important
    }
  }

  .mb-3 {
    margin-bottom: 24px
  }

  @media(max-width:769px) {
    .mb-md-3 {
      margin-bottom: 24px !important
    }
  }

  @media(max-width:1170px) {
    .mb-lg-3 {
      margin-bottom: 24px !important
    }
  }

  .pb-3 {
    padding-bottom: 24px
  }

  @media(max-width:769px) {
    .pb-md-3 {
      padding-bottom: 24px !important
    }
  }

  @media(max-width:1170px) {
    .pb-lg-3 {
      padding-bottom: 24px !important
    }
  }

  .ml-3 {
    margin-left: 24px
  }

  @media(max-width:769px) {
    .ml-md-3 {
      margin-left: 24px !important
    }
  }

  @media(max-width:1170px) {
    .ml-lg-3 {
      margin-left: 24px !important
    }
  }

  .pl-3 {
    padding-left: 24px
  }

  @media(max-width:769px) {
    .pl-md-3 {
      padding-left: 24px !important
    }
  }

  @media(max-width:1170px) {
    .pl-lg-3 {
      padding-left: 24px !important
    }
  }

  .mr-3 {
    margin-right: 24px
  }

  @media(max-width:769px) {
    .mr-md-3 {
      margin-right: 24px !important
    }
  }

  @media(max-width:1170px) {
    .mr-lg-3 {
      margin-right: 24px !important
    }
  }

  .pr-3 {
    padding-right: 24px
  }

  @media(max-width:769px) {
    .pr-md-3 {
      padding-right: 24px !important
    }
  }

  @media(max-width:1170px) {
    .pr-lg-3 {
      padding-right: 24px !important
    }
  }

  .m-4 {
    margin: 32px
  }

  @media(max-width:769px) {
    .m-md-4 {
      margin: 32px
    }
  }

  @media(max-width:1170px) {
    .m-lg-4 {
      margin: 32px
    }
  }

  .p-4 {
    padding: 32px
  }

  @media(max-width:769px) {
    .p-md-4 {
      padding: 32px !important
    }
  }

  @media(max-width:1170px) {
    .p-lg-4 {
      padding: 32px !important
    }
  }

  .px-4 {
    padding-left: 32px;
    padding-right: 32px
  }

  @media(max-width:769px) {
    .px-md-4 {
      padding-left: 32px !important;
      padding-right: 32px !important
    }
  }

  @media(max-width:1170px) {
    .px-lg-4 {
      padding-left: 32px !important;
      padding-right: 32px !important
    }
  }

  .py-4 {
    padding-bottom: 32px;
    padding-top: 32px
  }

  @media(max-width:769px) {
    .py-md-4 {
      padding-bottom: 32px !important;
      padding-top: 32px !important
    }
  }

  @media(max-width:1170px) {
    .py-lg-4 {
      padding-bottom: 32px !important;
      padding-top: 32px !important
    }
  }

  .mt-4 {
    margin-top: 32px
  }

  @media(max-width:769px) {
    .mt-md-4 {
      margin-top: 32px !important
    }
  }

  @media(max-width:1170px) {
    .mt-lg-4 {
      margin-top: 32px !important
    }
  }

  .pt-4 {
    padding-top: 32px
  }

  @media(max-width:769px) {
    .pt-md-4 {
      padding-top: 32px !important
    }
  }

  @media(max-width:1170px) {
    .pt-lg-4 {
      padding-top: 32px !important
    }
  }

  .mb-4 {
    margin-bottom: 32px
  }

  @media(max-width:769px) {
    .mb-md-4 {
      margin-bottom: 32px !important
    }
  }

  @media(max-width:1170px) {
    .mb-lg-4 {
      margin-bottom: 32px !important
    }
  }

  .pb-4 {
    padding-bottom: 32px
  }

  @media(max-width:769px) {
    .pb-md-4 {
      padding-bottom: 32px !important
    }
  }

  @media(max-width:1170px) {
    .pb-lg-4 {
      padding-bottom: 32px !important
    }
  }

  .ml-4 {
    margin-left: 32px
  }

  @media(max-width:769px) {
    .ml-md-4 {
      margin-left: 32px !important
    }
  }

  @media(max-width:1170px) {
    .ml-lg-4 {
      margin-left: 32px !important
    }
  }

  .pl-4 {
    padding-left: 32px
  }

  @media(max-width:769px) {
    .pl-md-4 {
      padding-left: 32px !important
    }
  }

  @media(max-width:1170px) {
    .pl-lg-4 {
      padding-left: 32px !important
    }
  }

  .mr-4 {
    margin-right: 32px
  }

  @media(max-width:769px) {
    .mr-md-4 {
      margin-right: 32px !important
    }
  }

  @media(max-width:1170px) {
    .mr-lg-4 {
      margin-right: 32px !important
    }
  }

  .pr-4 {
    padding-right: 32px
  }

  @media(max-width:769px) {
    .pr-md-4 {
      padding-right: 32px !important
    }
  }

  @media(max-width:1170px) {
    .pr-lg-4 {
      padding-right: 32px !important
    }
  }

  .m-5 {
    margin: 40px
  }

  @media(max-width:769px) {
    .m-md-5 {
      margin: 40px
    }
  }

  @media(max-width:1170px) {
    .m-lg-5 {
      margin: 40px
    }
  }

  .p-5 {
    padding: 40px
  }

  @media(max-width:769px) {
    .p-md-5 {
      padding: 40px !important
    }
  }

  @media(max-width:1170px) {
    .p-lg-5 {
      padding: 40px !important
    }
  }

  .px-5 {
    padding-left: 40px;
    padding-right: 40px
  }

  @media(max-width:769px) {
    .px-md-5 {
      padding-left: 40px !important;
      padding-right: 40px !important
    }
  }

  @media(max-width:1170px) {
    .px-lg-5 {
      padding-left: 40px !important;
      padding-right: 40px !important
    }
  }

  .py-5 {
    padding-bottom: 40px;
    padding-top: 40px
  }

  @media(max-width:769px) {
    .py-md-5 {
      padding-bottom: 40px !important;
      padding-top: 40px !important
    }
  }

  @media(max-width:1170px) {
    .py-lg-5 {
      padding-bottom: 40px !important;
      padding-top: 40px !important
    }
  }

  .mt-5 {
    margin-top: 40px
  }

  @media(max-width:769px) {
    .mt-md-5 {
      margin-top: 40px !important
    }
  }

  @media(max-width:1170px) {
    .mt-lg-5 {
      margin-top: 40px !important
    }
  }

  .pt-5 {
    padding-top: 40px
  }

  @media(max-width:769px) {
    .pt-md-5 {
      padding-top: 40px !important
    }
  }

  @media(max-width:1170px) {
    .pt-lg-5 {
      padding-top: 40px !important
    }
  }

  .mb-5 {
    margin-bottom: 40px
  }

  @media(max-width:769px) {
    .mb-md-5 {
      margin-bottom: 40px !important
    }
  }

  @media(max-width:1170px) {
    .mb-lg-5 {
      margin-bottom: 40px !important
    }
  }

  .pb-5 {
    padding-bottom: 40px
  }

  @media(max-width:769px) {
    .pb-md-5 {
      padding-bottom: 40px !important
    }
  }

  @media(max-width:1170px) {
    .pb-lg-5 {
      padding-bottom: 40px !important
    }
  }

  .ml-5 {
    margin-left: 40px
  }

  @media(max-width:769px) {
    .ml-md-5 {
      margin-left: 40px !important
    }
  }

  @media(max-width:1170px) {
    .ml-lg-5 {
      margin-left: 40px !important
    }
  }

  .pl-5 {
    padding-left: 40px
  }

  @media(max-width:769px) {
    .pl-md-5 {
      padding-left: 40px !important
    }
  }

  @media(max-width:1170px) {
    .pl-lg-5 {
      padding-left: 40px !important
    }
  }

  .mr-5 {
    margin-right: 40px
  }

  @media(max-width:769px) {
    .mr-md-5 {
      margin-right: 40px !important
    }
  }

  @media(max-width:1170px) {
    .mr-lg-5 {
      margin-right: 40px !important
    }
  }

  .pr-5 {
    padding-right: 40px
  }

  @media(max-width:769px) {
    .pr-md-5 {
      padding-right: 40px !important
    }
  }

  @media(max-width:1170px) {
    .pr-lg-5 {
      padding-right: 40px !important
    }
  }

  .m-6 {
    margin: 48px
  }

  @media(max-width:769px) {
    .m-md-6 {
      margin: 48px
    }
  }

  @media(max-width:1170px) {
    .m-lg-6 {
      margin: 48px
    }
  }

  .p-6 {
    padding: 48px
  }

  @media(max-width:769px) {
    .p-md-6 {
      padding: 48px !important
    }
  }

  @media(max-width:1170px) {
    .p-lg-6 {
      padding: 48px !important
    }
  }

  .px-6 {
    padding-left: 48px;
    padding-right: 48px
  }

  @media(max-width:769px) {
    .px-md-6 {
      padding-left: 48px !important;
      padding-right: 48px !important
    }
  }

  @media(max-width:1170px) {
    .px-lg-6 {
      padding-left: 48px !important;
      padding-right: 48px !important
    }
  }

  .py-6 {
    padding-bottom: 48px;
    padding-top: 48px
  }

  @media(max-width:769px) {
    .py-md-6 {
      padding-bottom: 48px !important;
      padding-top: 48px !important
    }
  }

  @media(max-width:1170px) {
    .py-lg-6 {
      padding-bottom: 48px !important;
      padding-top: 48px !important
    }
  }

  .mt-6 {
    margin-top: 48px
  }

  @media(max-width:769px) {
    .mt-md-6 {
      margin-top: 48px !important
    }
  }

  @media(max-width:1170px) {
    .mt-lg-6 {
      margin-top: 48px !important
    }
  }

  .pt-6 {
    padding-top: 48px
  }

  @media(max-width:769px) {
    .pt-md-6 {
      padding-top: 48px !important
    }
  }

  @media(max-width:1170px) {
    .pt-lg-6 {
      padding-top: 48px !important
    }
  }

  .mb-6 {
    margin-bottom: 48px
  }

  @media(max-width:769px) {
    .mb-md-6 {
      margin-bottom: 48px !important
    }
  }

  @media(max-width:1170px) {
    .mb-lg-6 {
      margin-bottom: 48px !important
    }
  }

  .pb-6 {
    padding-bottom: 48px
  }

  @media(max-width:769px) {
    .pb-md-6 {
      padding-bottom: 48px !important
    }
  }

  @media(max-width:1170px) {
    .pb-lg-6 {
      padding-bottom: 48px !important
    }
  }

  .ml-6 {
    margin-left: 48px
  }

  @media(max-width:769px) {
    .ml-md-6 {
      margin-left: 48px !important
    }
  }

  @media(max-width:1170px) {
    .ml-lg-6 {
      margin-left: 48px !important
    }
  }

  .pl-6 {
    padding-left: 48px
  }

  @media(max-width:769px) {
    .pl-md-6 {
      padding-left: 48px !important
    }
  }

  @media(max-width:1170px) {
    .pl-lg-6 {
      padding-left: 48px !important
    }
  }

  .mr-6 {
    margin-right: 48px
  }

  @media(max-width:769px) {
    .mr-md-6 {
      margin-right: 48px !important
    }
  }

  @media(max-width:1170px) {
    .mr-lg-6 {
      margin-right: 48px !important
    }
  }

  .pr-6 {
    padding-right: 48px
  }

  @media(max-width:769px) {
    .pr-md-6 {
      padding-right: 48px !important
    }
  }

  @media(max-width:1170px) {
    .pr-lg-6 {
      padding-right: 48px !important
    }
  }

  .m-7 {
    margin: 56px
  }

  @media(max-width:769px) {
    .m-md-7 {
      margin: 56px
    }
  }

  @media(max-width:1170px) {
    .m-lg-7 {
      margin: 56px
    }
  }

  .p-7 {
    padding: 56px
  }

  @media(max-width:769px) {
    .p-md-7 {
      padding: 56px !important
    }
  }

  @media(max-width:1170px) {
    .p-lg-7 {
      padding: 56px !important
    }
  }

  .px-7 {
    padding-left: 56px;
    padding-right: 56px
  }

  @media(max-width:769px) {
    .px-md-7 {
      padding-left: 56px !important;
      padding-right: 56px !important
    }
  }

  @media(max-width:1170px) {
    .px-lg-7 {
      padding-left: 56px !important;
      padding-right: 56px !important
    }
  }

  .py-7 {
    padding-bottom: 56px;
    padding-top: 56px
  }

  @media(max-width:769px) {
    .py-md-7 {
      padding-bottom: 56px !important;
      padding-top: 56px !important
    }
  }

  @media(max-width:1170px) {
    .py-lg-7 {
      padding-bottom: 56px !important;
      padding-top: 56px !important
    }
  }

  .mt-7 {
    margin-top: 56px
  }

  @media(max-width:769px) {
    .mt-md-7 {
      margin-top: 56px !important
    }
  }

  @media(max-width:1170px) {
    .mt-lg-7 {
      margin-top: 56px !important
    }
  }

  .pt-7 {
    padding-top: 56px
  }

  @media(max-width:769px) {
    .pt-md-7 {
      padding-top: 56px !important
    }
  }

  @media(max-width:1170px) {
    .pt-lg-7 {
      padding-top: 56px !important
    }
  }

  .mb-7 {
    margin-bottom: 56px
  }

  @media(max-width:769px) {
    .mb-md-7 {
      margin-bottom: 56px !important
    }
  }

  @media(max-width:1170px) {
    .mb-lg-7 {
      margin-bottom: 56px !important
    }
  }

  .pb-7 {
    padding-bottom: 56px
  }

  @media(max-width:769px) {
    .pb-md-7 {
      padding-bottom: 56px !important
    }
  }

  @media(max-width:1170px) {
    .pb-lg-7 {
      padding-bottom: 56px !important
    }
  }

  .ml-7 {
    margin-left: 56px
  }

  @media(max-width:769px) {
    .ml-md-7 {
      margin-left: 56px !important
    }
  }

  @media(max-width:1170px) {
    .ml-lg-7 {
      margin-left: 56px !important
    }
  }

  .pl-7 {
    padding-left: 56px
  }

  @media(max-width:769px) {
    .pl-md-7 {
      padding-left: 56px !important
    }
  }

  @media(max-width:1170px) {
    .pl-lg-7 {
      padding-left: 56px !important
    }
  }

  .mr-7 {
    margin-right: 56px
  }

  @media(max-width:769px) {
    .mr-md-7 {
      margin-right: 56px !important
    }
  }

  @media(max-width:1170px) {
    .mr-lg-7 {
      margin-right: 56px !important
    }
  }

  .pr-7 {
    padding-right: 56px
  }

  @media(max-width:769px) {
    .pr-md-7 {
      padding-right: 56px !important
    }
  }

  @media(max-width:1170px) {
    .pr-lg-7 {
      padding-right: 56px !important
    }
  }

  .m-8 {
    margin: 64px
  }

  @media(max-width:769px) {
    .m-md-8 {
      margin: 64px
    }
  }

  @media(max-width:1170px) {
    .m-lg-8 {
      margin: 64px
    }
  }

  .p-8 {
    padding: 64px
  }

  @media(max-width:769px) {
    .p-md-8 {
      padding: 64px !important
    }
  }

  @media(max-width:1170px) {
    .p-lg-8 {
      padding: 64px !important
    }
  }

  .px-8 {
    padding-left: 64px;
    padding-right: 64px
  }

  @media(max-width:769px) {
    .px-md-8 {
      padding-left: 64px !important;
      padding-right: 64px !important
    }
  }

  @media(max-width:1170px) {
    .px-lg-8 {
      padding-left: 64px !important;
      padding-right: 64px !important
    }
  }

  .py-8 {
    padding-bottom: 64px;
    padding-top: 64px
  }

  @media(max-width:769px) {
    .py-md-8 {
      padding-bottom: 64px !important;
      padding-top: 64px !important
    }
  }

  @media(max-width:1170px) {
    .py-lg-8 {
      padding-bottom: 64px !important;
      padding-top: 64px !important
    }
  }

  .mt-8 {
    margin-top: 64px
  }

  @media(max-width:769px) {
    .mt-md-8 {
      margin-top: 64px !important
    }
  }

  @media(max-width:1170px) {
    .mt-lg-8 {
      margin-top: 64px !important
    }
  }

  .pt-8 {
    padding-top: 64px
  }

  @media(max-width:769px) {
    .pt-md-8 {
      padding-top: 64px !important
    }
  }

  @media(max-width:1170px) {
    .pt-lg-8 {
      padding-top: 64px !important
    }
  }

  .mb-8 {
    margin-bottom: 64px
  }

  @media(max-width:769px) {
    .mb-md-8 {
      margin-bottom: 64px !important
    }
  }

  @media(max-width:1170px) {
    .mb-lg-8 {
      margin-bottom: 64px !important
    }
  }

  .pb-8 {
    padding-bottom: 64px
  }

  @media(max-width:769px) {
    .pb-md-8 {
      padding-bottom: 64px !important
    }
  }

  @media(max-width:1170px) {
    .pb-lg-8 {
      padding-bottom: 64px !important
    }
  }

  .ml-8 {
    margin-left: 64px
  }

  @media(max-width:769px) {
    .ml-md-8 {
      margin-left: 64px !important
    }
  }

  @media(max-width:1170px) {
    .ml-lg-8 {
      margin-left: 64px !important
    }
  }

  .pl-8 {
    padding-left: 64px
  }

  @media(max-width:769px) {
    .pl-md-8 {
      padding-left: 64px !important
    }
  }

  @media(max-width:1170px) {
    .pl-lg-8 {
      padding-left: 64px !important
    }
  }

  .mr-8 {
    margin-right: 64px
  }

  @media(max-width:769px) {
    .mr-md-8 {
      margin-right: 64px !important
    }
  }

  @media(max-width:1170px) {
    .mr-lg-8 {
      margin-right: 64px !important
    }
  }

  .pr-8 {
    padding-right: 64px
  }

  @media(max-width:769px) {
    .pr-md-8 {
      padding-right: 64px !important
    }
  }

  @media(max-width:1170px) {
    .pr-lg-8 {
      padding-right: 64px !important
    }
  }

  .m-9 {
    margin: 72px
  }

  @media(max-width:769px) {
    .m-md-9 {
      margin: 72px
    }
  }

  @media(max-width:1170px) {
    .m-lg-9 {
      margin: 72px
    }
  }

  .p-9 {
    padding: 72px
  }

  @media(max-width:769px) {
    .p-md-9 {
      padding: 72px !important
    }
  }

  @media(max-width:1170px) {
    .p-lg-9 {
      padding: 72px !important
    }
  }

  .px-9 {
    padding-left: 72px;
    padding-right: 72px
  }

  @media(max-width:769px) {
    .px-md-9 {
      padding-left: 72px !important;
      padding-right: 72px !important
    }
  }

  @media(max-width:1170px) {
    .px-lg-9 {
      padding-left: 72px !important;
      padding-right: 72px !important
    }
  }

  .py-9 {
    padding-bottom: 72px;
    padding-top: 72px
  }

  @media(max-width:769px) {
    .py-md-9 {
      padding-bottom: 72px !important;
      padding-top: 72px !important
    }
  }

  @media(max-width:1170px) {
    .py-lg-9 {
      padding-bottom: 72px !important;
      padding-top: 72px !important
    }
  }

  .mt-9 {
    margin-top: 72px
  }

  @media(max-width:769px) {
    .mt-md-9 {
      margin-top: 72px !important
    }
  }

  @media(max-width:1170px) {
    .mt-lg-9 {
      margin-top: 72px !important
    }
  }

  .pt-9 {
    padding-top: 72px
  }

  @media(max-width:769px) {
    .pt-md-9 {
      padding-top: 72px !important
    }
  }

  @media(max-width:1170px) {
    .pt-lg-9 {
      padding-top: 72px !important
    }
  }

  .mb-9 {
    margin-bottom: 72px
  }

  @media(max-width:769px) {
    .mb-md-9 {
      margin-bottom: 72px !important
    }
  }

  @media(max-width:1170px) {
    .mb-lg-9 {
      margin-bottom: 72px !important
    }
  }

  .pb-9 {
    padding-bottom: 72px
  }

  @media(max-width:769px) {
    .pb-md-9 {
      padding-bottom: 72px !important
    }
  }

  @media(max-width:1170px) {
    .pb-lg-9 {
      padding-bottom: 72px !important
    }
  }

  .ml-9 {
    margin-left: 72px
  }

  @media(max-width:769px) {
    .ml-md-9 {
      margin-left: 72px !important
    }
  }

  @media(max-width:1170px) {
    .ml-lg-9 {
      margin-left: 72px !important
    }
  }

  .pl-9 {
    padding-left: 72px
  }

  @media(max-width:769px) {
    .pl-md-9 {
      padding-left: 72px !important
    }
  }

  @media(max-width:1170px) {
    .pl-lg-9 {
      padding-left: 72px !important
    }
  }

  .mr-9 {
    margin-right: 72px
  }

  @media(max-width:769px) {
    .mr-md-9 {
      margin-right: 72px !important
    }
  }

  @media(max-width:1170px) {
    .mr-lg-9 {
      margin-right: 72px !important
    }
  }

  .pr-9 {
    padding-right: 72px
  }

  @media(max-width:769px) {
    .pr-md-9 {
      padding-right: 72px !important
    }
  }

  @media(max-width:1170px) {
    .pr-lg-9 {
      padding-right: 72px !important
    }
  }

  .m-10 {
    margin: 80px
  }

  @media(max-width:769px) {
    .m-md-10 {
      margin: 80px
    }
  }

  @media(max-width:1170px) {
    .m-lg-10 {
      margin: 80px
    }
  }

  .p-10 {
    padding: 80px
  }

  @media(max-width:769px) {
    .p-md-10 {
      padding: 80px !important
    }
  }

  @media(max-width:1170px) {
    .p-lg-10 {
      padding: 80px !important
    }
  }

  .px-10 {
    padding-left: 80px;
    padding-right: 80px
  }

  @media(max-width:769px) {
    .px-md-10 {
      padding-left: 80px !important;
      padding-right: 80px !important
    }
  }

  @media(max-width:1170px) {
    .px-lg-10 {
      padding-left: 80px !important;
      padding-right: 80px !important
    }
  }

  .py-10 {
    padding-bottom: 80px;
    padding-top: 80px
  }

  @media(max-width:769px) {
    .py-md-10 {
      padding-bottom: 80px !important;
      padding-top: 80px !important
    }
  }

  @media(max-width:1170px) {
    .py-lg-10 {
      padding-bottom: 80px !important;
      padding-top: 80px !important
    }
  }

  .mt-10 {
    margin-top: 80px
  }

  @media(max-width:769px) {
    .mt-md-10 {
      margin-top: 80px !important
    }
  }

  @media(max-width:1170px) {
    .mt-lg-10 {
      margin-top: 80px !important
    }
  }

  .pt-10 {
    padding-top: 80px
  }

  @media(max-width:769px) {
    .pt-md-10 {
      padding-top: 80px !important
    }
  }

  @media(max-width:1170px) {
    .pt-lg-10 {
      padding-top: 80px !important
    }
  }

  .mb-10 {
    margin-bottom: 80px
  }

  @media(max-width:769px) {
    .mb-md-10 {
      margin-bottom: 80px !important
    }
  }

  @media(max-width:1170px) {
    .mb-lg-10 {
      margin-bottom: 80px !important
    }
  }

  .pb-10 {
    padding-bottom: 80px
  }

  @media(max-width:769px) {
    .pb-md-10 {
      padding-bottom: 80px !important
    }
  }

  @media(max-width:1170px) {
    .pb-lg-10 {
      padding-bottom: 80px !important
    }
  }

  .ml-10 {
    margin-left: 80px
  }

  @media(max-width:769px) {
    .ml-md-10 {
      margin-left: 80px !important
    }
  }

  @media(max-width:1170px) {
    .ml-lg-10 {
      margin-left: 80px !important
    }
  }

  .pl-10 {
    padding-left: 80px
  }

  @media(max-width:769px) {
    .pl-md-10 {
      padding-left: 80px !important
    }
  }

  @media(max-width:1170px) {
    .pl-lg-10 {
      padding-left: 80px !important
    }
  }

  .mr-10 {
    margin-right: 80px
  }

  @media(max-width:769px) {
    .mr-md-10 {
      margin-right: 80px !important
    }
  }

  @media(max-width:1170px) {
    .mr-lg-10 {
      margin-right: 80px !important
    }
  }

  .pr-10 {
    padding-right: 80px
  }

  @media(max-width:769px) {
    .pr-md-10 {
      padding-right: 80px !important
    }
  }

  @media(max-width:1170px) {
    .pr-lg-10 {
      padding-right: 80px !important
    }
  }

  .m-11 {
    margin: 88px
  }

  @media(max-width:769px) {
    .m-md-11 {
      margin: 88px
    }
  }

  @media(max-width:1170px) {
    .m-lg-11 {
      margin: 88px
    }
  }

  .p-11 {
    padding: 88px
  }

  @media(max-width:769px) {
    .p-md-11 {
      padding: 88px !important
    }
  }

  @media(max-width:1170px) {
    .p-lg-11 {
      padding: 88px !important
    }
  }

  .px-11 {
    padding-left: 88px;
    padding-right: 88px
  }

  @media(max-width:769px) {
    .px-md-11 {
      padding-left: 88px !important;
      padding-right: 88px !important
    }
  }

  @media(max-width:1170px) {
    .px-lg-11 {
      padding-left: 88px !important;
      padding-right: 88px !important
    }
  }

  .py-11 {
    padding-bottom: 88px;
    padding-top: 88px
  }

  @media(max-width:769px) {
    .py-md-11 {
      padding-bottom: 88px !important;
      padding-top: 88px !important
    }
  }

  @media(max-width:1170px) {
    .py-lg-11 {
      padding-bottom: 88px !important;
      padding-top: 88px !important
    }
  }

  .mt-11 {
    margin-top: 88px
  }

  @media(max-width:769px) {
    .mt-md-11 {
      margin-top: 88px !important
    }
  }

  @media(max-width:1170px) {
    .mt-lg-11 {
      margin-top: 88px !important
    }
  }

  .pt-11 {
    padding-top: 88px
  }

  @media(max-width:769px) {
    .pt-md-11 {
      padding-top: 88px !important
    }
  }

  @media(max-width:1170px) {
    .pt-lg-11 {
      padding-top: 88px !important
    }
  }

  .mb-11 {
    margin-bottom: 88px
  }

  @media(max-width:769px) {
    .mb-md-11 {
      margin-bottom: 88px !important
    }
  }

  @media(max-width:1170px) {
    .mb-lg-11 {
      margin-bottom: 88px !important
    }
  }

  .pb-11 {
    padding-bottom: 88px
  }

  @media(max-width:769px) {
    .pb-md-11 {
      padding-bottom: 88px !important
    }
  }

  @media(max-width:1170px) {
    .pb-lg-11 {
      padding-bottom: 88px !important
    }
  }

  .ml-11 {
    margin-left: 88px
  }

  @media(max-width:769px) {
    .ml-md-11 {
      margin-left: 88px !important
    }
  }

  @media(max-width:1170px) {
    .ml-lg-11 {
      margin-left: 88px !important
    }
  }

  .pl-11 {
    padding-left: 88px
  }

  @media(max-width:769px) {
    .pl-md-11 {
      padding-left: 88px !important
    }
  }

  @media(max-width:1170px) {
    .pl-lg-11 {
      padding-left: 88px !important
    }
  }

  .mr-11 {
    margin-right: 88px
  }

  @media(max-width:769px) {
    .mr-md-11 {
      margin-right: 88px !important
    }
  }

  @media(max-width:1170px) {
    .mr-lg-11 {
      margin-right: 88px !important
    }
  }

  .pr-11 {
    padding-right: 88px
  }

  @media(max-width:769px) {
    .pr-md-11 {
      padding-right: 88px !important
    }
  }

  @media(max-width:1170px) {
    .pr-lg-11 {
      padding-right: 88px !important
    }
  }

  .m-12 {
    margin: 96px
  }

  @media(max-width:769px) {
    .m-md-12 {
      margin: 96px
    }
  }

  @media(max-width:1170px) {
    .m-lg-12 {
      margin: 96px
    }
  }

  .p-12 {
    padding: 96px
  }

  @media(max-width:769px) {
    .p-md-12 {
      padding: 96px !important
    }
  }

  @media(max-width:1170px) {
    .p-lg-12 {
      padding: 96px !important
    }
  }

  .px-12 {
    padding-left: 96px;
    padding-right: 96px
  }

  @media(max-width:769px) {
    .px-md-12 {
      padding-left: 96px !important;
      padding-right: 96px !important
    }
  }

  @media(max-width:1170px) {
    .px-lg-12 {
      padding-left: 96px !important;
      padding-right: 96px !important
    }
  }

  .py-12 {
    padding-bottom: 96px;
    padding-top: 96px
  }

  @media(max-width:769px) {
    .py-md-12 {
      padding-bottom: 96px !important;
      padding-top: 96px !important
    }
  }

  @media(max-width:1170px) {
    .py-lg-12 {
      padding-bottom: 96px !important;
      padding-top: 96px !important
    }
  }

  .mt-12 {
    margin-top: 96px
  }

  @media(max-width:769px) {
    .mt-md-12 {
      margin-top: 96px !important
    }
  }

  @media(max-width:1170px) {
    .mt-lg-12 {
      margin-top: 96px !important
    }
  }

  .pt-12 {
    padding-top: 96px
  }

  @media(max-width:769px) {
    .pt-md-12 {
      padding-top: 96px !important
    }
  }

  @media(max-width:1170px) {
    .pt-lg-12 {
      padding-top: 96px !important
    }
  }

  .mb-12 {
    margin-bottom: 96px
  }

  @media(max-width:769px) {
    .mb-md-12 {
      margin-bottom: 96px !important
    }
  }

  @media(max-width:1170px) {
    .mb-lg-12 {
      margin-bottom: 96px !important
    }
  }

  .pb-12 {
    padding-bottom: 96px
  }

  @media(max-width:769px) {
    .pb-md-12 {
      padding-bottom: 96px !important
    }
  }

  @media(max-width:1170px) {
    .pb-lg-12 {
      padding-bottom: 96px !important
    }
  }

  .ml-12 {
    margin-left: 96px
  }

  @media(max-width:769px) {
    .ml-md-12 {
      margin-left: 96px !important
    }
  }

  @media(max-width:1170px) {
    .ml-lg-12 {
      margin-left: 96px !important
    }
  }

  .pl-12 {
    padding-left: 96px
  }

  @media(max-width:769px) {
    .pl-md-12 {
      padding-left: 96px !important
    }
  }

  @media(max-width:1170px) {
    .pl-lg-12 {
      padding-left: 96px !important
    }
  }

  .mr-12 {
    margin-right: 96px
  }

  @media(max-width:769px) {
    .mr-md-12 {
      margin-right: 96px !important
    }
  }

  @media(max-width:1170px) {
    .mr-lg-12 {
      margin-right: 96px !important
    }
  }

  .pr-12 {
    padding-right: 96px
  }

  @media(max-width:769px) {
    .pr-md-12 {
      padding-right: 96px !important
    }
  }

  @media(max-width:1170px) {
    .pr-lg-12 {
      padding-right: 96px !important
    }
  }

  .m-13 {
    margin: 104px
  }

  @media(max-width:769px) {
    .m-md-13 {
      margin: 104px
    }
  }

  @media(max-width:1170px) {
    .m-lg-13 {
      margin: 104px
    }
  }

  .p-13 {
    padding: 104px
  }

  @media(max-width:769px) {
    .p-md-13 {
      padding: 104px !important
    }
  }

  @media(max-width:1170px) {
    .p-lg-13 {
      padding: 104px !important
    }
  }

  .px-13 {
    padding-left: 104px;
    padding-right: 104px
  }

  @media(max-width:769px) {
    .px-md-13 {
      padding-left: 104px !important;
      padding-right: 104px !important
    }
  }

  @media(max-width:1170px) {
    .px-lg-13 {
      padding-left: 104px !important;
      padding-right: 104px !important
    }
  }

  .py-13 {
    padding-bottom: 104px;
    padding-top: 104px
  }

  @media(max-width:769px) {
    .py-md-13 {
      padding-bottom: 104px !important;
      padding-top: 104px !important
    }
  }

  @media(max-width:1170px) {
    .py-lg-13 {
      padding-bottom: 104px !important;
      padding-top: 104px !important
    }
  }

  .mt-13 {
    margin-top: 104px
  }

  @media(max-width:769px) {
    .mt-md-13 {
      margin-top: 104px !important
    }
  }

  @media(max-width:1170px) {
    .mt-lg-13 {
      margin-top: 104px !important
    }
  }

  .pt-13 {
    padding-top: 104px
  }

  @media(max-width:769px) {
    .pt-md-13 {
      padding-top: 104px !important
    }
  }

  @media(max-width:1170px) {
    .pt-lg-13 {
      padding-top: 104px !important
    }
  }

  .mb-13 {
    margin-bottom: 104px
  }

  @media(max-width:769px) {
    .mb-md-13 {
      margin-bottom: 104px !important
    }
  }

  @media(max-width:1170px) {
    .mb-lg-13 {
      margin-bottom: 104px !important
    }
  }

  .pb-13 {
    padding-bottom: 104px
  }

  @media(max-width:769px) {
    .pb-md-13 {
      padding-bottom: 104px !important
    }
  }

  @media(max-width:1170px) {
    .pb-lg-13 {
      padding-bottom: 104px !important
    }
  }

  .ml-13 {
    margin-left: 104px
  }

  @media(max-width:769px) {
    .ml-md-13 {
      margin-left: 104px !important
    }
  }

  @media(max-width:1170px) {
    .ml-lg-13 {
      margin-left: 104px !important
    }
  }

  .pl-13 {
    padding-left: 104px
  }

  @media(max-width:769px) {
    .pl-md-13 {
      padding-left: 104px !important
    }
  }

  @media(max-width:1170px) {
    .pl-lg-13 {
      padding-left: 104px !important
    }
  }

  .mr-13 {
    margin-right: 104px
  }

  @media(max-width:769px) {
    .mr-md-13 {
      margin-right: 104px !important
    }
  }

  @media(max-width:1170px) {
    .mr-lg-13 {
      margin-right: 104px !important
    }
  }

  .pr-13 {
    padding-right: 104px
  }

  @media(max-width:769px) {
    .pr-md-13 {
      padding-right: 104px !important
    }
  }

  @media(max-width:1170px) {
    .pr-lg-13 {
      padding-right: 104px !important
    }
  }

  .m-14 {
    margin: 112px
  }

  @media(max-width:769px) {
    .m-md-14 {
      margin: 112px
    }
  }

  @media(max-width:1170px) {
    .m-lg-14 {
      margin: 112px
    }
  }

  .p-14 {
    padding: 112px
  }

  @media(max-width:769px) {
    .p-md-14 {
      padding: 112px !important
    }
  }

  @media(max-width:1170px) {
    .p-lg-14 {
      padding: 112px !important
    }
  }

  .px-14 {
    padding-left: 112px;
    padding-right: 112px
  }

  @media(max-width:769px) {
    .px-md-14 {
      padding-left: 112px !important;
      padding-right: 112px !important
    }
  }

  @media(max-width:1170px) {
    .px-lg-14 {
      padding-left: 112px !important;
      padding-right: 112px !important
    }
  }

  .py-14 {
    padding-bottom: 112px;
    padding-top: 112px
  }

  @media(max-width:769px) {
    .py-md-14 {
      padding-bottom: 112px !important;
      padding-top: 112px !important
    }
  }

  @media(max-width:1170px) {
    .py-lg-14 {
      padding-bottom: 112px !important;
      padding-top: 112px !important
    }
  }

  .mt-14 {
    margin-top: 112px
  }

  @media(max-width:769px) {
    .mt-md-14 {
      margin-top: 112px !important
    }
  }

  @media(max-width:1170px) {
    .mt-lg-14 {
      margin-top: 112px !important
    }
  }

  .pt-14 {
    padding-top: 112px
  }

  @media(max-width:769px) {
    .pt-md-14 {
      padding-top: 112px !important
    }
  }

  @media(max-width:1170px) {
    .pt-lg-14 {
      padding-top: 112px !important
    }
  }

  .mb-14 {
    margin-bottom: 112px
  }

  @media(max-width:769px) {
    .mb-md-14 {
      margin-bottom: 112px !important
    }
  }

  @media(max-width:1170px) {
    .mb-lg-14 {
      margin-bottom: 112px !important
    }
  }

  .pb-14 {
    padding-bottom: 112px
  }

  @media(max-width:769px) {
    .pb-md-14 {
      padding-bottom: 112px !important
    }
  }

  @media(max-width:1170px) {
    .pb-lg-14 {
      padding-bottom: 112px !important
    }
  }

  .ml-14 {
    margin-left: 112px
  }

  @media(max-width:769px) {
    .ml-md-14 {
      margin-left: 112px !important
    }
  }

  @media(max-width:1170px) {
    .ml-lg-14 {
      margin-left: 112px !important
    }
  }

  .pl-14 {
    padding-left: 112px
  }

  @media(max-width:769px) {
    .pl-md-14 {
      padding-left: 112px !important
    }
  }

  @media(max-width:1170px) {
    .pl-lg-14 {
      padding-left: 112px !important
    }
  }

  .mr-14 {
    margin-right: 112px
  }

  @media(max-width:769px) {
    .mr-md-14 {
      margin-right: 112px !important
    }
  }

  @media(max-width:1170px) {
    .mr-lg-14 {
      margin-right: 112px !important
    }
  }

  .pr-14 {
    padding-right: 112px
  }

  @media(max-width:769px) {
    .pr-md-14 {
      padding-right: 112px !important
    }
  }

  @media(max-width:1170px) {
    .pr-lg-14 {
      padding-right: 112px !important
    }
  }

  .m-15 {
    margin: 120px
  }

  @media(max-width:769px) {
    .m-md-15 {
      margin: 120px
    }
  }

  @media(max-width:1170px) {
    .m-lg-15 {
      margin: 120px
    }
  }

  .p-15 {
    padding: 120px
  }

  @media(max-width:769px) {
    .p-md-15 {
      padding: 120px !important
    }
  }

  @media(max-width:1170px) {
    .p-lg-15 {
      padding: 120px !important
    }
  }

  .px-15 {
    padding-left: 120px;
    padding-right: 120px
  }

  @media(max-width:769px) {
    .px-md-15 {
      padding-left: 120px !important;
      padding-right: 120px !important
    }
  }

  @media(max-width:1170px) {
    .px-lg-15 {
      padding-left: 120px !important;
      padding-right: 120px !important
    }
  }

  .py-15 {
    padding-bottom: 120px;
    padding-top: 120px
  }

  @media(max-width:769px) {
    .py-md-15 {
      padding-bottom: 120px !important;
      padding-top: 120px !important
    }
  }

  @media(max-width:1170px) {
    .py-lg-15 {
      padding-bottom: 120px !important;
      padding-top: 120px !important
    }
  }

  .mt-15 {
    margin-top: 120px
  }

  @media(max-width:769px) {
    .mt-md-15 {
      margin-top: 120px !important
    }
  }

  @media(max-width:1170px) {
    .mt-lg-15 {
      margin-top: 120px !important
    }
  }

  .pt-15 {
    padding-top: 120px
  }

  @media(max-width:769px) {
    .pt-md-15 {
      padding-top: 120px !important
    }
  }

  @media(max-width:1170px) {
    .pt-lg-15 {
      padding-top: 120px !important
    }
  }

  .mb-15 {
    margin-bottom: 120px
  }

  @media(max-width:769px) {
    .mb-md-15 {
      margin-bottom: 120px !important
    }
  }

  @media(max-width:1170px) {
    .mb-lg-15 {
      margin-bottom: 120px !important
    }
  }

  .pb-15 {
    padding-bottom: 120px
  }

  @media(max-width:769px) {
    .pb-md-15 {
      padding-bottom: 120px !important
    }
  }

  @media(max-width:1170px) {
    .pb-lg-15 {
      padding-bottom: 120px !important
    }
  }

  .ml-15 {
    margin-left: 120px
  }

  @media(max-width:769px) {
    .ml-md-15 {
      margin-left: 120px !important
    }
  }

  @media(max-width:1170px) {
    .ml-lg-15 {
      margin-left: 120px !important
    }
  }

  .pl-15 {
    padding-left: 120px
  }

  @media(max-width:769px) {
    .pl-md-15 {
      padding-left: 120px !important
    }
  }

  @media(max-width:1170px) {
    .pl-lg-15 {
      padding-left: 120px !important
    }
  }

  .mr-15 {
    margin-right: 120px
  }

  @media(max-width:769px) {
    .mr-md-15 {
      margin-right: 120px !important
    }
  }

  @media(max-width:1170px) {
    .mr-lg-15 {
      margin-right: 120px !important
    }
  }

  .pr-15 {
    padding-right: 120px
  }

  @media(max-width:769px) {
    .pr-md-15 {
      padding-right: 120px !important
    }
  }

  @media(max-width:1170px) {
    .pr-lg-15 {
      padding-right: 120px !important
    }
  }

  .m-16 {
    margin: 128px
  }

  @media(max-width:769px) {
    .m-md-16 {
      margin: 128px
    }
  }

  @media(max-width:1170px) {
    .m-lg-16 {
      margin: 128px
    }
  }

  .p-16 {
    padding: 128px
  }

  @media(max-width:769px) {
    .p-md-16 {
      padding: 128px !important
    }
  }

  @media(max-width:1170px) {
    .p-lg-16 {
      padding: 128px !important
    }
  }

  .px-16 {
    padding-left: 128px;
    padding-right: 128px
  }

  @media(max-width:769px) {
    .px-md-16 {
      padding-left: 128px !important;
      padding-right: 128px !important
    }
  }

  @media(max-width:1170px) {
    .px-lg-16 {
      padding-left: 128px !important;
      padding-right: 128px !important
    }
  }

  .py-16 {
    padding-bottom: 128px;
    padding-top: 128px
  }

  @media(max-width:769px) {
    .py-md-16 {
      padding-bottom: 128px !important;
      padding-top: 128px !important
    }
  }

  @media(max-width:1170px) {
    .py-lg-16 {
      padding-bottom: 128px !important;
      padding-top: 128px !important
    }
  }

  .mt-16 {
    margin-top: 128px
  }

  @media(max-width:769px) {
    .mt-md-16 {
      margin-top: 128px !important
    }
  }

  @media(max-width:1170px) {
    .mt-lg-16 {
      margin-top: 128px !important
    }
  }

  .pt-16 {
    padding-top: 128px
  }

  @media(max-width:769px) {
    .pt-md-16 {
      padding-top: 128px !important
    }
  }

  @media(max-width:1170px) {
    .pt-lg-16 {
      padding-top: 128px !important
    }
  }

  .mb-16 {
    margin-bottom: 128px
  }

  @media(max-width:769px) {
    .mb-md-16 {
      margin-bottom: 128px !important
    }
  }

  @media(max-width:1170px) {
    .mb-lg-16 {
      margin-bottom: 128px !important
    }
  }

  .pb-16 {
    padding-bottom: 128px
  }

  @media(max-width:769px) {
    .pb-md-16 {
      padding-bottom: 128px !important
    }
  }

  @media(max-width:1170px) {
    .pb-lg-16 {
      padding-bottom: 128px !important
    }
  }

  .ml-16 {
    margin-left: 128px
  }

  @media(max-width:769px) {
    .ml-md-16 {
      margin-left: 128px !important
    }
  }

  @media(max-width:1170px) {
    .ml-lg-16 {
      margin-left: 128px !important
    }
  }

  .pl-16 {
    padding-left: 128px
  }

  @media(max-width:769px) {
    .pl-md-16 {
      padding-left: 128px !important
    }
  }

  @media(max-width:1170px) {
    .pl-lg-16 {
      padding-left: 128px !important
    }
  }

  .mr-16 {
    margin-right: 128px
  }

  @media(max-width:769px) {
    .mr-md-16 {
      margin-right: 128px !important
    }
  }

  @media(max-width:1170px) {
    .mr-lg-16 {
      margin-right: 128px !important
    }
  }

  .pr-16 {
    padding-right: 128px
  }

  @media(max-width:769px) {
    .pr-md-16 {
      padding-right: 128px !important
    }
  }

  @media(max-width:1170px) {
    .pr-lg-16 {
      padding-right: 128px !important
    }
  }

  .m-17 {
    margin: 136px
  }

  @media(max-width:769px) {
    .m-md-17 {
      margin: 136px
    }
  }

  @media(max-width:1170px) {
    .m-lg-17 {
      margin: 136px
    }
  }

  .p-17 {
    padding: 136px
  }

  @media(max-width:769px) {
    .p-md-17 {
      padding: 136px !important
    }
  }

  @media(max-width:1170px) {
    .p-lg-17 {
      padding: 136px !important
    }
  }

  .px-17 {
    padding-left: 136px;
    padding-right: 136px
  }

  @media(max-width:769px) {
    .px-md-17 {
      padding-left: 136px !important;
      padding-right: 136px !important
    }
  }

  @media(max-width:1170px) {
    .px-lg-17 {
      padding-left: 136px !important;
      padding-right: 136px !important
    }
  }

  .py-17 {
    padding-bottom: 136px;
    padding-top: 136px
  }

  @media(max-width:769px) {
    .py-md-17 {
      padding-bottom: 136px !important;
      padding-top: 136px !important
    }
  }

  @media(max-width:1170px) {
    .py-lg-17 {
      padding-bottom: 136px !important;
      padding-top: 136px !important
    }
  }

  .mt-17 {
    margin-top: 136px
  }

  @media(max-width:769px) {
    .mt-md-17 {
      margin-top: 136px !important
    }
  }

  @media(max-width:1170px) {
    .mt-lg-17 {
      margin-top: 136px !important
    }
  }

  .pt-17 {
    padding-top: 136px
  }

  @media(max-width:769px) {
    .pt-md-17 {
      padding-top: 136px !important
    }
  }

  @media(max-width:1170px) {
    .pt-lg-17 {
      padding-top: 136px !important
    }
  }

  .mb-17 {
    margin-bottom: 136px
  }

  @media(max-width:769px) {
    .mb-md-17 {
      margin-bottom: 136px !important
    }
  }

  @media(max-width:1170px) {
    .mb-lg-17 {
      margin-bottom: 136px !important
    }
  }

  .pb-17 {
    padding-bottom: 136px
  }

  @media(max-width:769px) {
    .pb-md-17 {
      padding-bottom: 136px !important
    }
  }

  @media(max-width:1170px) {
    .pb-lg-17 {
      padding-bottom: 136px !important
    }
  }

  .ml-17 {
    margin-left: 136px
  }

  @media(max-width:769px) {
    .ml-md-17 {
      margin-left: 136px !important
    }
  }

  @media(max-width:1170px) {
    .ml-lg-17 {
      margin-left: 136px !important
    }
  }

  .pl-17 {
    padding-left: 136px
  }

  @media(max-width:769px) {
    .pl-md-17 {
      padding-left: 136px !important
    }
  }

  @media(max-width:1170px) {
    .pl-lg-17 {
      padding-left: 136px !important
    }
  }

  .mr-17 {
    margin-right: 136px
  }

  @media(max-width:769px) {
    .mr-md-17 {
      margin-right: 136px !important
    }
  }

  @media(max-width:1170px) {
    .mr-lg-17 {
      margin-right: 136px !important
    }
  }

  .pr-17 {
    padding-right: 136px
  }

  @media(max-width:769px) {
    .pr-md-17 {
      padding-right: 136px !important
    }
  }

  @media(max-width:1170px) {
    .pr-lg-17 {
      padding-right: 136px !important
    }
  }

  .m-18 {
    margin: 144px
  }

  @media(max-width:769px) {
    .m-md-18 {
      margin: 144px
    }
  }

  @media(max-width:1170px) {
    .m-lg-18 {
      margin: 144px
    }
  }

  .p-18 {
    padding: 144px
  }

  @media(max-width:769px) {
    .p-md-18 {
      padding: 144px !important
    }
  }

  @media(max-width:1170px) {
    .p-lg-18 {
      padding: 144px !important
    }
  }

  .px-18 {
    padding-left: 144px;
    padding-right: 144px
  }

  @media(max-width:769px) {
    .px-md-18 {
      padding-left: 144px !important;
      padding-right: 144px !important
    }
  }

  @media(max-width:1170px) {
    .px-lg-18 {
      padding-left: 144px !important;
      padding-right: 144px !important
    }
  }

  .py-18 {
    padding-bottom: 144px;
    padding-top: 144px
  }

  @media(max-width:769px) {
    .py-md-18 {
      padding-bottom: 144px !important;
      padding-top: 144px !important
    }
  }

  @media(max-width:1170px) {
    .py-lg-18 {
      padding-bottom: 144px !important;
      padding-top: 144px !important
    }
  }

  .mt-18 {
    margin-top: 144px
  }

  @media(max-width:769px) {
    .mt-md-18 {
      margin-top: 144px !important
    }
  }

  @media(max-width:1170px) {
    .mt-lg-18 {
      margin-top: 144px !important
    }
  }

  .pt-18 {
    padding-top: 144px
  }

  @media(max-width:769px) {
    .pt-md-18 {
      padding-top: 144px !important
    }
  }

  @media(max-width:1170px) {
    .pt-lg-18 {
      padding-top: 144px !important
    }
  }

  .mb-18 {
    margin-bottom: 144px
  }

  @media(max-width:769px) {
    .mb-md-18 {
      margin-bottom: 144px !important
    }
  }

  @media(max-width:1170px) {
    .mb-lg-18 {
      margin-bottom: 144px !important
    }
  }

  .pb-18 {
    padding-bottom: 144px
  }

  @media(max-width:769px) {
    .pb-md-18 {
      padding-bottom: 144px !important
    }
  }

  @media(max-width:1170px) {
    .pb-lg-18 {
      padding-bottom: 144px !important
    }
  }

  .ml-18 {
    margin-left: 144px
  }

  @media(max-width:769px) {
    .ml-md-18 {
      margin-left: 144px !important
    }
  }

  @media(max-width:1170px) {
    .ml-lg-18 {
      margin-left: 144px !important
    }
  }

  .pl-18 {
    padding-left: 144px
  }

  @media(max-width:769px) {
    .pl-md-18 {
      padding-left: 144px !important
    }
  }

  @media(max-width:1170px) {
    .pl-lg-18 {
      padding-left: 144px !important
    }
  }

  .mr-18 {
    margin-right: 144px
  }

  @media(max-width:769px) {
    .mr-md-18 {
      margin-right: 144px !important
    }
  }

  @media(max-width:1170px) {
    .mr-lg-18 {
      margin-right: 144px !important
    }
  }

  .pr-18 {
    padding-right: 144px
  }

  @media(max-width:769px) {
    .pr-md-18 {
      padding-right: 144px !important
    }
  }

  @media(max-width:1170px) {
    .pr-lg-18 {
      padding-right: 144px !important
    }
  }

  .m-19 {
    margin: 152px
  }

  @media(max-width:769px) {
    .m-md-19 {
      margin: 152px
    }
  }

  @media(max-width:1170px) {
    .m-lg-19 {
      margin: 152px
    }
  }

  .p-19 {
    padding: 152px
  }

  @media(max-width:769px) {
    .p-md-19 {
      padding: 152px !important
    }
  }

  @media(max-width:1170px) {
    .p-lg-19 {
      padding: 152px !important
    }
  }

  .px-19 {
    padding-left: 152px;
    padding-right: 152px
  }

  @media(max-width:769px) {
    .px-md-19 {
      padding-left: 152px !important;
      padding-right: 152px !important
    }
  }

  @media(max-width:1170px) {
    .px-lg-19 {
      padding-left: 152px !important;
      padding-right: 152px !important
    }
  }

  .py-19 {
    padding-bottom: 152px;
    padding-top: 152px
  }

  @media(max-width:769px) {
    .py-md-19 {
      padding-bottom: 152px !important;
      padding-top: 152px !important
    }
  }

  @media(max-width:1170px) {
    .py-lg-19 {
      padding-bottom: 152px !important;
      padding-top: 152px !important
    }
  }

  .mt-19 {
    margin-top: 152px
  }

  @media(max-width:769px) {
    .mt-md-19 {
      margin-top: 152px !important
    }
  }

  @media(max-width:1170px) {
    .mt-lg-19 {
      margin-top: 152px !important
    }
  }

  .pt-19 {
    padding-top: 152px
  }

  @media(max-width:769px) {
    .pt-md-19 {
      padding-top: 152px !important
    }
  }

  @media(max-width:1170px) {
    .pt-lg-19 {
      padding-top: 152px !important
    }
  }

  .mb-19 {
    margin-bottom: 152px
  }

  @media(max-width:769px) {
    .mb-md-19 {
      margin-bottom: 152px !important
    }
  }

  @media(max-width:1170px) {
    .mb-lg-19 {
      margin-bottom: 152px !important
    }
  }

  .pb-19 {
    padding-bottom: 152px
  }

  @media(max-width:769px) {
    .pb-md-19 {
      padding-bottom: 152px !important
    }
  }

  @media(max-width:1170px) {
    .pb-lg-19 {
      padding-bottom: 152px !important
    }
  }

  .ml-19 {
    margin-left: 152px
  }

  @media(max-width:769px) {
    .ml-md-19 {
      margin-left: 152px !important
    }
  }

  @media(max-width:1170px) {
    .ml-lg-19 {
      margin-left: 152px !important
    }
  }

  .pl-19 {
    padding-left: 152px
  }

  @media(max-width:769px) {
    .pl-md-19 {
      padding-left: 152px !important
    }
  }

  @media(max-width:1170px) {
    .pl-lg-19 {
      padding-left: 152px !important
    }
  }

  .mr-19 {
    margin-right: 152px
  }

  @media(max-width:769px) {
    .mr-md-19 {
      margin-right: 152px !important
    }
  }

  @media(max-width:1170px) {
    .mr-lg-19 {
      margin-right: 152px !important
    }
  }

  .pr-19 {
    padding-right: 152px
  }

  @media(max-width:769px) {
    .pr-md-19 {
      padding-right: 152px !important
    }
  }

  @media(max-width:1170px) {
    .pr-lg-19 {
      padding-right: 152px !important
    }
  }

  .m-20 {
    margin: 160px
  }

  @media(max-width:769px) {
    .m-md-20 {
      margin: 160px
    }
  }

  @media(max-width:1170px) {
    .m-lg-20 {
      margin: 160px
    }
  }

  .p-20 {
    padding: 160px
  }

  @media(max-width:769px) {
    .p-md-20 {
      padding: 160px !important
    }
  }

  @media(max-width:1170px) {
    .p-lg-20 {
      padding: 160px !important
    }
  }

  .px-20 {
    padding-left: 160px;
    padding-right: 160px
  }

  @media(max-width:769px) {
    .px-md-20 {
      padding-left: 160px !important;
      padding-right: 160px !important
    }
  }

  @media(max-width:1170px) {
    .px-lg-20 {
      padding-left: 160px !important;
      padding-right: 160px !important
    }
  }

  .py-20 {
    padding-bottom: 160px;
    padding-top: 160px
  }

  @media(max-width:769px) {
    .py-md-20 {
      padding-bottom: 160px !important;
      padding-top: 160px !important
    }
  }

  @media(max-width:1170px) {
    .py-lg-20 {
      padding-bottom: 160px !important;
      padding-top: 160px !important
    }
  }

  .mt-20 {
    margin-top: 160px
  }

  @media(max-width:769px) {
    .mt-md-20 {
      margin-top: 160px !important
    }
  }

  @media(max-width:1170px) {
    .mt-lg-20 {
      margin-top: 160px !important
    }
  }

  .pt-20 {
    padding-top: 160px
  }

  @media(max-width:769px) {
    .pt-md-20 {
      padding-top: 160px !important
    }
  }

  @media(max-width:1170px) {
    .pt-lg-20 {
      padding-top: 160px !important
    }
  }

  .mb-20 {
    margin-bottom: 160px
  }

  @media(max-width:769px) {
    .mb-md-20 {
      margin-bottom: 160px !important
    }
  }

  @media(max-width:1170px) {
    .mb-lg-20 {
      margin-bottom: 160px !important
    }
  }

  .pb-20 {
    padding-bottom: 160px
  }

  @media(max-width:769px) {
    .pb-md-20 {
      padding-bottom: 160px !important
    }
  }

  @media(max-width:1170px) {
    .pb-lg-20 {
      padding-bottom: 160px !important
    }
  }

  .ml-20 {
    margin-left: 160px
  }

  @media(max-width:769px) {
    .ml-md-20 {
      margin-left: 160px !important
    }
  }

  @media(max-width:1170px) {
    .ml-lg-20 {
      margin-left: 160px !important
    }
  }

  .pl-20 {
    padding-left: 160px
  }

  @media(max-width:769px) {
    .pl-md-20 {
      padding-left: 160px !important
    }
  }

  @media(max-width:1170px) {
    .pl-lg-20 {
      padding-left: 160px !important
    }
  }

  .mr-20 {
    margin-right: 160px
  }

  @media(max-width:769px) {
    .mr-md-20 {
      margin-right: 160px !important
    }
  }

  @media(max-width:1170px) {
    .mr-lg-20 {
      margin-right: 160px !important
    }
  }

  .pr-20 {
    padding-right: 160px
  }

  @media(max-width:769px) {
    .pr-md-20 {
      padding-right: 160px !important
    }
  }

  @media(max-width:1170px) {
    .pr-lg-20 {
      padding-right: 160px !important
    }
  }

  .m-21 {
    margin: 168px
  }

  @media(max-width:769px) {
    .m-md-21 {
      margin: 168px
    }
  }

  @media(max-width:1170px) {
    .m-lg-21 {
      margin: 168px
    }
  }

  .p-21 {
    padding: 168px
  }

  @media(max-width:769px) {
    .p-md-21 {
      padding: 168px !important
    }
  }

  @media(max-width:1170px) {
    .p-lg-21 {
      padding: 168px !important
    }
  }

  .px-21 {
    padding-left: 168px;
    padding-right: 168px
  }

  @media(max-width:769px) {
    .px-md-21 {
      padding-left: 168px !important;
      padding-right: 168px !important
    }
  }

  @media(max-width:1170px) {
    .px-lg-21 {
      padding-left: 168px !important;
      padding-right: 168px !important
    }
  }

  .py-21 {
    padding-bottom: 168px;
    padding-top: 168px
  }

  @media(max-width:769px) {
    .py-md-21 {
      padding-bottom: 168px !important;
      padding-top: 168px !important
    }
  }

  @media(max-width:1170px) {
    .py-lg-21 {
      padding-bottom: 168px !important;
      padding-top: 168px !important
    }
  }

  .mt-21 {
    margin-top: 168px
  }

  @media(max-width:769px) {
    .mt-md-21 {
      margin-top: 168px !important
    }
  }

  @media(max-width:1170px) {
    .mt-lg-21 {
      margin-top: 168px !important
    }
  }

  .pt-21 {
    padding-top: 168px
  }

  @media(max-width:769px) {
    .pt-md-21 {
      padding-top: 168px !important
    }
  }

  @media(max-width:1170px) {
    .pt-lg-21 {
      padding-top: 168px !important
    }
  }

  .mb-21 {
    margin-bottom: 168px
  }

  @media(max-width:769px) {
    .mb-md-21 {
      margin-bottom: 168px !important
    }
  }

  @media(max-width:1170px) {
    .mb-lg-21 {
      margin-bottom: 168px !important
    }
  }

  .pb-21 {
    padding-bottom: 168px
  }

  @media(max-width:769px) {
    .pb-md-21 {
      padding-bottom: 168px !important
    }
  }

  @media(max-width:1170px) {
    .pb-lg-21 {
      padding-bottom: 168px !important
    }
  }

  .ml-21 {
    margin-left: 168px
  }

  @media(max-width:769px) {
    .ml-md-21 {
      margin-left: 168px !important
    }
  }

  @media(max-width:1170px) {
    .ml-lg-21 {
      margin-left: 168px !important
    }
  }

  .pl-21 {
    padding-left: 168px
  }

  @media(max-width:769px) {
    .pl-md-21 {
      padding-left: 168px !important
    }
  }

  @media(max-width:1170px) {
    .pl-lg-21 {
      padding-left: 168px !important
    }
  }

  .mr-21 {
    margin-right: 168px
  }

  @media(max-width:769px) {
    .mr-md-21 {
      margin-right: 168px !important
    }
  }

  @media(max-width:1170px) {
    .mr-lg-21 {
      margin-right: 168px !important
    }
  }

  .pr-21 {
    padding-right: 168px
  }

  @media(max-width:769px) {
    .pr-md-21 {
      padding-right: 168px !important
    }
  }

  @media(max-width:1170px) {
    .pr-lg-21 {
      padding-right: 168px !important
    }
  }

  .fs-10 {
    font-size: 10px
  }

  @media(max-width:769px) {
    .fs-md-10 {
      font-size: 10px !important
    }
  }

  @media(max-width:1170px) {
    .fs-lg-10 {
      font-size: 10px !important
    }
  }

  .fs-11 {
    font-size: 11px
  }

  @media(max-width:769px) {
    .fs-md-11 {
      font-size: 11px !important
    }
  }

  @media(max-width:1170px) {
    .fs-lg-11 {
      font-size: 11px !important
    }
  }

  .fs-12 {
    font-size: 12px
  }

  @media(max-width:769px) {
    .fs-md-12 {
      font-size: 12px !important
    }
  }

  @media(max-width:1170px) {
    .fs-lg-12 {
      font-size: 12px !important
    }
  }

  .fs-13 {
    font-size: 13px
  }

  @media(max-width:769px) {
    .fs-md-13 {
      font-size: 13px !important
    }
  }

  @media(max-width:1170px) {
    .fs-lg-13 {
      font-size: 13px !important
    }
  }

  .fs-14 {
    font-size: 14px
  }

  @media(max-width:769px) {
    .fs-md-14 {
      font-size: 14px !important
    }
  }

  @media(max-width:1170px) {
    .fs-lg-14 {
      font-size: 14px !important
    }
  }

  .fs-15 {
    font-size: 15px
  }

  @media(max-width:769px) {
    .fs-md-15 {
      font-size: 15px !important
    }
  }

  @media(max-width:1170px) {
    .fs-lg-15 {
      font-size: 15px !important
    }
  }

  .fs-16 {
    font-size: 16px
  }

  @media(max-width:769px) {
    .fs-md-16 {
      font-size: 16px !important
    }
  }

  @media(max-width:1170px) {
    .fs-lg-16 {
      font-size: 16px !important
    }
  }

  .fs-17 {
    font-size: 17px
  }

  @media(max-width:769px) {
    .fs-md-17 {
      font-size: 17px !important
    }
  }

  @media(max-width:1170px) {
    .fs-lg-17 {
      font-size: 17px !important
    }
  }

  .fs-18 {
    font-size: 18px
  }

  @media(max-width:769px) {
    .fs-md-18 {
      font-size: 18px !important
    }
  }

  @media(max-width:1170px) {
    .fs-lg-18 {
      font-size: 18px !important
    }
  }

  .fs-19 {
    font-size: 19px
  }

  @media(max-width:769px) {
    .fs-md-19 {
      font-size: 19px !important
    }
  }

  @media(max-width:1170px) {
    .fs-lg-19 {
      font-size: 19px !important
    }
  }

  .fs-20 {
    font-size: 20px
  }

  @media(max-width:769px) {
    .fs-md-20 {
      font-size: 20px !important
    }
  }

  @media(max-width:1170px) {
    .fs-lg-20 {
      font-size: 20px !important
    }
  }

  .fs-21 {
    font-size: 21px
  }

  @media(max-width:769px) {
    .fs-md-21 {
      font-size: 21px !important
    }
  }

  @media(max-width:1170px) {
    .fs-lg-21 {
      font-size: 21px !important
    }
  }

  .fs-22 {
    font-size: 22px
  }

  @media(max-width:769px) {
    .fs-md-22 {
      font-size: 22px !important
    }
  }

  @media(max-width:1170px) {
    .fs-lg-22 {
      font-size: 22px !important
    }
  }

  .fs-23 {
    font-size: 23px
  }

  @media(max-width:769px) {
    .fs-md-23 {
      font-size: 23px !important
    }
  }

  @media(max-width:1170px) {
    .fs-lg-23 {
      font-size: 23px !important
    }
  }

  .fs-24 {
    font-size: 24px
  }

  @media(max-width:769px) {
    .fs-md-24 {
      font-size: 24px !important
    }
  }

  @media(max-width:1170px) {
    .fs-lg-24 {
      font-size: 24px !important
    }
  }

  .fs-25 {
    font-size: 25px
  }

  @media(max-width:769px) {
    .fs-md-25 {
      font-size: 25px !important
    }
  }

  @media(max-width:1170px) {
    .fs-lg-25 {
      font-size: 25px !important
    }
  }

  .fs-28 {
    font-size: 28px
  }

  @media(max-width:769px) {
    .fs-md-28 {
      font-size: 28px !important
    }
  }

  @media(max-width:1170px) {
    .fs-lg-28 {
      font-size: 28px !important
    }
  }

  .fs-29 {
    font-size: 29px
  }

  @media(max-width:769px) {
    .fs-md-29 {
      font-size: 29px !important
    }
  }

  @media(max-width:1170px) {
    .fs-lg-29 {
      font-size: 29px !important
    }
  }

  .fs-30 {
    font-size: 30px
  }

  @media(max-width:769px) {
    .fs-md-30 {
      font-size: 30px !important
    }
  }

  @media(max-width:1170px) {
    .fs-lg-30 {
      font-size: 30px !important
    }
  }

  .fs-31 {
    font-size: 31px
  }

  @media(max-width:769px) {
    .fs-md-31 {
      font-size: 31px !important
    }
  }

  @media(max-width:1170px) {
    .fs-lg-31 {
      font-size: 31px !important
    }
  }

  .fs-32 {
    font-size: 32px
  }

  @media(max-width:769px) {
    .fs-md-32 {
      font-size: 32px !important
    }
  }

  @media(max-width:1170px) {
    .fs-lg-32 {
      font-size: 32px !important
    }
  }

  .fs-33 {
    font-size: 33px
  }

  @media(max-width:769px) {
    .fs-md-33 {
      font-size: 33px !important
    }
  }

  @media(max-width:1170px) {
    .fs-lg-33 {
      font-size: 33px !important
    }
  }

  .fs-34 {
    font-size: 34px
  }

  @media(max-width:769px) {
    .fs-md-34 {
      font-size: 34px !important
    }
  }

  @media(max-width:1170px) {
    .fs-lg-34 {
      font-size: 34px !important
    }
  }

  .fs-35 {
    font-size: 35px
  }

  @media(max-width:769px) {
    .fs-md-35 {
      font-size: 35px !important
    }
  }

  @media(max-width:1170px) {
    .fs-lg-35 {
      font-size: 35px !important
    }
  }

  .fs-36 {
    font-size: 36px
  }

  @media(max-width:769px) {
    .fs-md-36 {
      font-size: 36px !important
    }
  }

  @media(max-width:1170px) {
    .fs-lg-36 {
      font-size: 36px !important
    }
  }

  .fs-38 {
    font-size: 38px
  }

  @media(max-width:769px) {
    .fs-md-38 {
      font-size: 38px !important
    }
  }

  @media(max-width:1170px) {
    .fs-lg-38 {
      font-size: 38px !important
    }
  }

  .fs-40 {
    font-size: 40px
  }

  @media(max-width:769px) {
    .fs-md-40 {
      font-size: 40px !important
    }
  }

  @media(max-width:1170px) {
    .fs-lg-40 {
      font-size: 40px !important
    }
  }

  .fs-42 {
    font-size: 42px
  }

  @media(max-width:769px) {
    .fs-md-42 {
      font-size: 42px !important
    }
  }

  @media(max-width:1170px) {
    .fs-lg-42 {
      font-size: 42px !important
    }
  }

  .fs-43 {
    font-size: 43px
  }

  @media(max-width:769px) {
    .fs-md-43 {
      font-size: 43px !important
    }
  }

  @media(max-width:1170px) {
    .fs-lg-43 {
      font-size: 43px !important
    }
  }

  .fs-44 {
    font-size: 44px
  }

  @media(max-width:769px) {
    .fs-md-44 {
      font-size: 44px !important
    }
  }

  @media(max-width:1170px) {
    .fs-lg-44 {
      font-size: 44px !important
    }
  }

  .fs-45 {
    font-size: 45px
  }

  @media(max-width:769px) {
    .fs-md-45 {
      font-size: 45px !important
    }
  }

  @media(max-width:1170px) {
    .fs-lg-45 {
      font-size: 45px !important
    }
  }

  .fs-46 {
    font-size: 46px
  }

  @media(max-width:769px) {
    .fs-md-46 {
      font-size: 46px !important
    }
  }

  @media(max-width:1170px) {
    .fs-lg-46 {
      font-size: 46px !important
    }
  }

  .fs-50 {
    font-size: 50px
  }

  @media(max-width:769px) {
    .fs-md-50 {
      font-size: 50px !important
    }
  }

  @media(max-width:1170px) {
    .fs-lg-50 {
      font-size: 50px !important
    }
  }

  .lh-16 {
    line-height: 16px
  }

  @media(max-width:769px) {
    .lh-md-16 {
      line-height: 16px
    }
  }

  @media(max-width:1170px) {
    .lh-lg-16 {
      line-height: 16px
    }
  }

  .lh-20 {
    line-height: 20px
  }

  @media(max-width:769px) {
    .lh-md-20 {
      line-height: 20px
    }
  }

  @media(max-width:1170px) {
    .lh-lg-20 {
      line-height: 20px
    }
  }

  .d-b {
    display: block
  }

  @media(max-width:769px) {
    .d-md-b {
      display: block !important
    }
  }

  @media(max-width:1170px) {
    .d-lg-b {
      display: block !important
    }
  }

  .d-f {
    display: flex
  }

  @media(max-width:769px) {
    .d-md-f {
      display: flex !important
    }
  }

  @media(max-width:1170px) {
    .d-lg-f {
      display: flex !important
    }
  }

  .d-g {
    display: grid
  }

  @media(max-width:769px) {
    .d-md-g {
      display: grid !important
    }
  }

  @media(max-width:1170px) {
    .d-lg-g {
      display: grid !important
    }
  }

  .d-n {
    display: none
  }

  @media(max-width:769px) {
    .d-md-n {
      display: none !important
    }
  }

  @media(max-width:1170px) {
    .d-lg-n {
      display: none !important
    }
  }

  .d-ib {
    display: inline-block
  }

  @media(max-width:769px) {
    .d-md-ib {
      display: inline-block !important
    }
  }

  @media(max-width:1170px) {
    .d-lg-ib {
      display: inline-block !important
    }
  }

  .ta-l {
    text-align: left
  }

  @media(max-width:769px) {
    .ta-md-l {
      text-align: left !important
    }
  }

  @media(max-width:1170px) {
    .ta-lg-l {
      text-align: left !important
    }
  }

  .ta-c {
    text-align: center
  }

  @media(max-width:769px) {
    .ta-md-c {
      text-align: center !important
    }
  }

  @media(max-width:1170px) {
    .ta-lg-c {
      text-align: center !important
    }
  }

  .ta-j {
    text-align: justify
  }

  @media(max-width:769px) {
    .ta-md-j {
      text-align: justify !important
    }
  }

  @media(max-width:1170px) {
    .ta-lg-j {
      text-align: justify !important
    }
  }

  .jc-c {
    justify-content: center
  }

  @media(max-width:769px) {
    .jc-md-c {
      justify-content: center
    }
  }

  @media(max-width:1170px) {
    .jc-lg-c {
      justify-content: center
    }
  }

  .jc-fs {
    justify-content: flex-start
  }

  @media(max-width:769px) {
    .jc-md-fs {
      justify-content: flex-start
    }
  }

  @media(max-width:1170px) {
    .jc-lg-fs {
      justify-content: flex-start
    }
  }

  .jc-fe {
    justify-content: flex-end
  }

  @media(max-width:769px) {
    .jc-md-fe {
      justify-content: flex-end
    }
  }

  @media(max-width:1170px) {
    .jc-lg-fe {
      justify-content: flex-end
    }
  }

  .jc-sb {
    justify-content: space-between
  }

  @media(max-width:769px) {
    .jc-md-sb {
      justify-content: space-between
    }
  }

  @media(max-width:1170px) {
    .jc-lg-sb {
      justify-content: space-between
    }
  }

  .fd-r {
    flex-direction: row
  }

  @media(max-width:769px) {
    .fd-md-r {
      flex-direction: row !important
    }
  }

  @media(max-width:1170px) {
    .fd-lg-r {
      flex-direction: row !important
    }
  }

  .fd-c {
    flex-direction: column
  }

  @media(max-width:769px) {
    .fd-md-c {
      flex-direction: column !important
    }
  }

  @media(max-width:1170px) {
    .fd-lg-c {
      flex-direction: column !important
    }
  }

  .fd-cr {
    flex-direction: column-reverse
  }

  @media(max-width:769px) {
    .fd-md-cr {
      flex-direction: column-reverse !important
    }
  }

  @media(max-width:1170px) {
    .fd-lg-cr {
      flex-direction: column-reverse !important
    }
  }

  .fd-rr {
    flex-direction: row-reverse
  }

  @media(max-width:769px) {
    .fd-md-rr {
      flex-direction: row-reverse !important
    }
  }

  @media(max-width:1170px) {
    .fd-lg-rr {
      flex-direction: row-reverse !important
    }
  }

  .ai-fs {
    align-items: flex-start
  }

  @media(max-width:769px) {
    .ai-md-fs {
      align-items: flex-start !important
    }
  }

  @media(max-width:1170px) {
    .ai-lg-fs {
      align-items: flex-start !important
    }
  }

  .ai-c {
    align-items: center
  }

  @media(max-width:769px) {
    .ai-md-c {
      align-items: center !important
    }
  }

  @media(max-width:1170px) {
    .ai-lg-c {
      align-items: center !important
    }
  }

  .ai-fe {
    align-items: flex-end
  }

  @media(max-width:769px) {
    .ai-md-fe {
      align-items: flex-end !important
    }
  }

  @media(max-width:1170px) {
    .ai-lg-fe {
      align-items: flex-end !important
    }
  }

  .ai-e {
    align-items: end
  }

  @media(max-width:769px) {
    .ai-md-e {
      align-items: end !important
    }
  }

  @media(max-width:1170px) {
    .ai-lg-e {
      align-items: end !important
    }
  }

  .ai-s {
    align-items: stretch
  }

  @media(max-width:769px) {
    .ai-md-s {
      align-items: stretch !important
    }
  }

  @media(max-width:1170px) {
    .ai-lg-s {
      align-items: stretch !important
    }
  }

  .p-r {
    position: relative
  }

  @media(max-width:769px) {
    .p-md-r {
      position: relative !important
    }
  }

  @media(max-width:1170px) {
    .p-lg-r {
      position: relative !important
    }
  }

  .p-a {
    position: absolute
  }

  @media(max-width:769px) {
    .p-md-a {
      position: absolute !important
    }
  }

  @media(max-width:1170px) {
    .p-lg-a {
      position: absolute !important
    }
  }

  .p-s {
    position: -webkit-sticky;
    position: sticky
  }

  @media(max-width:769px) {
    .p-md-s {
      position: -webkit-sticky !important;
      position: sticky !important
    }
  }

  @media(max-width:1170px) {
    .p-lg-s {
      position: -webkit-sticky !important;
      position: sticky !important
    }
  }

  .p-f {
    position: fixed
  }

  @media(max-width:769px) {
    .p-md-f {
      position: fixed !important
    }
  }

  @media(max-width:1170px) {
    .p-lg-f {
      position: fixed !important
    }
  }

  @font-face {
    font-display: swap;
    font-family: gotham-medium;
    font-style: normal;
    font-weight: 400;
    src: url(/static/Gotham-Medium-64243e219e4c35e62282bba5d081f806.otf) format("opentype"), url(/static/Gotham-Medium-64243e219e4c35e62282bba5d081f806.otf) format("opentype")
  }

  @font-face {
    font-display: swap;
    font-family: gotham-bold;
    font-style: normal;
    font-weight: 400;
    src: url(/static/Gotham-Bold-80d7f100c11c3c63d3dc6bf25c1a9245.otf) format("opentype"), url(/static/Gotham-Bold-80d7f100c11c3c63d3dc6bf25c1a9245.otf) format("opentype")
  }

  @font-face {
    font-display: swap;
    font-family: gotham-book;
    font-style: normal;
    font-weight: 400;
    src: url(/static/Gotham-Book-b6e803be8fc1a5258c5e52ac6a0c0ace.otf) format("opentype"), url(/static/Gotham-Book-b6e803be8fc1a5258c5e52ac6a0c0ace.otf) format("opentype")
  }

  .ff-gm {
    font-family: gotham-medium, Arial, sans-serif
  }

  .ff-gb {
    font-weight: bold;
    font-family: gotham-bold, Arial, sans-serif
  }

  .ff-gbook {
    font-family: gotham-book, Arial, sans-serif
  }

  @media print {
    * {
      background: transparent !important;
      color: #000 !important;
      -webkit-filter: none !important;
      filter: none !important;
      -ms-filter: none !important;
      font-family: Arial, Helvetica, sans-serif !important;
      text-shadow: none !important
    }

    *,
    a,
    a:visited {
      text-decoration: none
    }

    a[href]:after {
      content: " ("attr(href) ")"
    }

    abbr[title]:after {
      content: " ("attr(title) ")"
    }

    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
      content: ""
    }

    blockquote,
    pre {
      border: 0;
      page-break-inside: avoid
    }

    thead {
      display: table-header-group
    }

    img,
    tr {
      page-break-inside: avoid
    }

    img {
      max-width: 100% !important
    }

    @page {
      margin: .5cm
    }

    h2,
    h3,
    p {
      orphans: 3;
      widows: 3
    }

    h2,
    h3 {
      page-break-after: avoid
    }

    .inline-element-with-padding {
      padding: 0
    }
  }

  h1,
  h2,
  h3,
  h4,
  h5 {
    font-weight: 400;
    margin: 0 0 16px
  }

  button {
    background-color: transparent;
    border: none;
    cursor: pointer
  }

  .btn-choice {
    align-items: center;
    border: 1px solid #c1c9d6;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(193, 201, 214, .35);
    display: flex;
    flex-direction: row;
    flex-grow: 0;
    order: 0;
    padding: 15px 32px;
    transition: all .25s ease-in-out
  }

  .btn-choice.is-active,
  .btn-choice:hover {
    background-color: #f7f8fa;
    border: 1px solid #703599
  }

  .btn-choice.is-active {
    background-color: #703599
  }

  .btn-choice.is-active .text {
    color: #fff
  }

  @media(max-width:1170px) {
    .btn-choice.diagnostic {
      width: 100%
    }
  }

  .btn-input-number {
    align-items: center;
    background-color: #c1c9d6;
    border-radius: 50%;
    display: flex;
    height: 55px;
    justify-content: center;
    transition: all .25s ease-in-out;
    width: 55px
  }

  .btn-input-number.is-active {
    background-color: #703599
  }

  .btn-input-number.is-active:hover {
    background-color: #552874
  }

  .btn-pagination-step {
    border: 1px solid transparent;
    border-radius: 28px;
    padding: 11px 24px;
    transition: all .25s ease-in-out
  }

  .btn-pagination-step.prev {
    border: 1px solid #071621;
    color: #071621;
    text-align: center
  }

  .btn-pagination-step.prev:hover {
    background-color: #ecedf0
  }

  .btn-pagination-step.next {
    background-color: #ecedf0;
    color: #8d93aa
  }

  .btn-pagination-step.next.is-active {
    background-color: #703599;
    color: #fff
  }

  .btn-pagination-step.next.is-active:hover {
    background-color: #552874
  }

  .btn-pagination-step.diagnostic.is-load:after {
    display: none
  }

  @media(max-width:768px) {
    .btn-pagination-step.diagnostic {
      margin-bottom: 16px;
      margin-left: auto;
      margin-right: auto
    }

    .btn-pagination-step {
      padding: 12px 34px;
      width: 225px
    }
  }

  .btn-open-nav {
    transition: all .25s ease-in-out
  }

  .btn-select-round {
    border-radius: 24px;
    padding: 12px 24px
  }

  .btn-select-round.with-line {
    border: 1px solid #703599
  }

  .btn-select-round.with-line-black {
    border: 1px solid #071621
  }

  @media(max-width:400px) {
    .btn-select-round {
      font-size: 12px
    }
  }

  .btn-navigation {
    align-items: center;
    height: 14px;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 20px
  }

  .btn-navigation span {
    background-color: #703599;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 100%
  }

  .btn-navigation span:before {
    top: 0
  }

  .btn-navigation span:after,
  .btn-navigation span:before {
    background-color: #703599;
    border-radius: 1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%
  }

  .btn-navigation span:after {
    bottom: 0
  }

  .btn-tag {
    background-color: #e2d7eb;
    border-radius: 16px;
    color: #071621;
    font-family: gotham-book, Arial, sans-serif;
    font-size: 12px;
    line-height: 14px;
    padding: 8px 16px
  }

  .btn-formule {
    border-bottom: 1px solid #ecedf0;
    transition: all .25s ease-in-out
  }

  .btn-formule:hover {
    font-weight: 700
  }

  .btn-formule.is-active {
    border-bottom: 2px solid #703599;
    color: #703599
  }

  @media(max-width:768px) {
    .btn-help {
      align-items: center;
      background-color: #e1e4fa;
      border-radius: 50%;
      display: flex;
      height: 40px;
      justify-content: center;
      padding: 0 !important;
      width: 40px
    }

    .btn-help .icon-phone-c1,
    .btn-help .icon-phone-white {
      align-items: center;
      display: flex;
      height: 19px !important;
      justify-content: center;
      margin-right: 0;
      width: 19px !important
    }

    .btn-help .icon-phone-c1:before,
    .btn-help .icon-phone-white:before {
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBmaWxsPSIjNzAzNTk5IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjUxIDIuMTA2Yy0zLjUxNSAzLjUxNS0yLjE3NSA5LjE0IDIuMTIgMTMuNDM1IDQuMjk3IDQuMjk2IDkuOTIxIDUuNjM2IDEzLjQzNiAyLjEyMS41MDctLjUwNyAxLjExLTEuNTE4IDEuNDk0LTIuMjE0YS45NjQuOTY0IDAgMCAwLS4yNzUtMS4yMzZsLTMuNjgtMi43NzJhMSAxIDAgMCAwLTEuMzA4LjA5MmwtMS4xOCAxLjE4LS4wODguMDc4YTEgMSAwIDAgMS0xLjMyNy0uMDc3TDcuNDU5IDguNDdhMSAxIDAgMCAxIDAtMS40MTRsMS4xODEtMS4xOGExIDEgMCAwIDAgLjA5MS0xLjMxTDUuOTYuODg4QS45NjQuOTY0IDAgMCAwIDQuNzIzLjYxM2MtLjY5Ni4zODQtMS43MDYuOTg2LTIuMjEzIDEuNDkzWm0xNC4xNDIgMTQuMTQyYy0yLjQ2NSAyLjQ2NS02LjgxIDEuNjc2LTEwLjYwNy0yLjEyMUMyLjI0OCAxMC4zMyAxLjQ2IDUuOTg1IDMuOTI0IDMuNTJsLjIzMy0uMjJjLjE2LS4xNDMuMzMxLS4yOC41MTEtLjQwN2wuMTk4LS4xMzIgMS43NDUgMi4zMTUtLjU2Ni41NjYtLjEyLjEyOGEzIDMgMCAwIDAgLjEyIDQuMTE0bDQuMjQzIDQuMjQzLjEzMi4xMjVhMyAzIDAgMCAwIDMuODUuMTA2bC4wOS0uMDc0LjE3LS4xNTcuNTY2LS41NjUgMi4zMTYgMS43NDQtLjEzMy4xOThjLS4xOTIuMjctLjQwMS41MTgtLjYyNy43NDRaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) no-repeat 50%;
      background-size: contain;
      content: "";
      display: block;
      height: 100%;
      width: 100%
    }

    .btn-help .wording-help {
      display: none
    }
  }

  .btn-hover-underline {
    border-bottom: 2px solid transparent;
    padding: 0 0 4px;
    transition: all .25s ease-in-out
  }

  .btn-hover-underline:hover {
    border-bottom: 2px solid #703599
  }

  .btn-hover-c1 {
    transition: all .25s ease-in-out
  }

  .btn-hover-c1:hover {
    background-color: #875aa6
  }

  .btn-hover-cg1 {
    transition: all .25s ease-in-out
  }

  .btn-hover-cg1:hover {
    background-color: #ecedf0
  }

  .btn-hover-c1-line {
    transition: all .25s ease-in-out
  }

  .btn-hover-c1-line:hover {
    border: 1px solid #875aa6;
    color: #875aa6
  }

  .btn-hover-cb-line {
    transition: all .25s ease-in-out
  }

  .btn-hover-cb-line:hover {
    background-color: #fff;
    border: 1px solid #000
  }

  .btn-focus,
  .btn-focus:after {
    transition: all .25s ease-in-out
  }

  .btn-focus:after {
    border: 2px solid transparent;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%
  }

  .btn-focus:focus.focus-line-white:after {
    border: 2px solid #fff
  }

  .btn.is-rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  .btn-no-focus {
    outline: 0 none
  }

  .input-custom-checkbox {
    background: #f5f5f5;
    border: 2px solid #8d93aa;
    border-radius: 4px;
    height: 16px;
    max-width: 16px;
    min-width: 16px;
    position: relative;
    width: 16px
  }

  .checkmark {
    align-items: center;
    border-radius: 2px;
    display: none;
    height: 100%;
    justify-content: center;
    width: 100%
  }

  .checkmark:after {
    border: solid #fff;
    border-width: 0 .2em .2em 0;
    content: " ";
    display: block;
    height: .6em;
    left: 3px;
    margin-top: -.2em;
    position: absolute;
    top: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: .3em
  }

  .field-radio {
    border: 1px solid #8d93aa;
    border-radius: 50%;
    height: 16px;
    min-width: 16px;
    position: relative;
    width: 16px
  }

  .field-radio input {
    -webkit-appearance: none;
    appearance: none;
    display: none;
    opacity: 0;
    position: absolute
  }

  .field-radio.is-active:before {
    border: 6px solid #703599;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 5px
  }

  .input-target-checkbox:checked~.input-custom-checkbox {
    background: #703599;
    border: 2px solid #703599
  }

  .input-target-checkbox:checked~.input-custom-checkbox .checkmark {
    display: block
  }

  .hide-field {
    display: none;
    opacity: 0;
    pointer-events: none
  }

  .hide-field.is-active {
    -webkit-animation: fx-hide-field .3s linear alternate forwards;
    animation: fx-hide-field .3s linear alternate forwards;
    display: block;
    pointer-events: all
  }

  @-webkit-keyframes fx-hide-field {
    0% {
      opacity: 0
    }

    to {
      opacity: 1
    }
  }

  @keyframes fx-hide-field {
    0% {
      opacity: 0
    }

    to {
      opacity: 1
    }
  }

  @media(min-width:768px) {
    .col-1 {
      flex-basis: 8.3333333333%;
      max-width: 8.3333333333%
    }
  }

  @media(min-width:1170px) {
    .col-1 {
      flex-basis: 8.3333333333%;
      max-width: 8.3333333333%
    }
  }

  @media(max-width:769px)and (min-width:1170px) {
    .col-md-1 {
      flex-basis: 8.3333333333%;
      max-width: 8.3333333333%
    }
  }

  @media(max-width:1170px)and (min-width:1170px) {
    .col-lg-1 {
      flex-basis: 8.3333333333%;
      max-width: 8.3333333333%
    }
  }

  @media(min-width:768px) {
    .col-2 {
      flex-basis: 16.6666666667%;
      max-width: 16.6666666667%
    }
  }

  @media(min-width:1170px) {
    .col-2 {
      flex-basis: 16.6666666667%;
      max-width: 16.6666666667%
    }
  }

  @media(max-width:769px)and (min-width:1170px) {
    .col-md-2 {
      flex-basis: 16.6666666667%;
      max-width: 16.6666666667%
    }
  }

  @media(max-width:1170px)and (min-width:1170px) {
    .col-lg-2 {
      flex-basis: 16.6666666667%;
      max-width: 16.6666666667%
    }
  }

  @media(min-width:768px) {
    .col-3 {
      flex-basis: 25%;
      max-width: 25%
    }
  }

  @media(min-width:1170px) {
    .col-3 {
      flex-basis: 25%;
      max-width: 25%
    }
  }

  @media(max-width:769px)and (min-width:1170px) {
    .col-md-3 {
      flex-basis: 25%;
      max-width: 25%
    }
  }

  @media(max-width:1170px)and (min-width:1170px) {
    .col-lg-3 {
      flex-basis: 25%;
      max-width: 25%
    }
  }

  @media(min-width:768px) {
    .col-4 {
      flex-basis: 33.3333333333%;
      max-width: 33.3333333333%
    }
  }

  @media(min-width:1170px) {
    .col-4 {
      flex-basis: 33.3333333333%;
      max-width: 33.3333333333%
    }
  }

  @media(max-width:769px)and (min-width:1170px) {
    .col-md-4 {
      flex-basis: 33.3333333333%;
      max-width: 33.3333333333%
    }
  }

  @media(max-width:1170px)and (min-width:1170px) {
    .col-lg-4 {
      flex-basis: 33.3333333333%;
      max-width: 33.3333333333%
    }
  }

  @media(min-width:768px) {
    .col-5 {
      flex-basis: 41.6666666667%;
      max-width: 41.6666666667%
    }
  }

  @media(min-width:1170px) {
    .col-5 {
      flex-basis: 41.6666666667%;
      max-width: 41.6666666667%
    }
  }

  @media(max-width:769px)and (min-width:1170px) {
    .col-md-5 {
      flex-basis: 41.6666666667%;
      max-width: 41.6666666667%
    }
  }

  @media(max-width:1170px)and (min-width:1170px) {
    .col-lg-5 {
      flex-basis: 41.6666666667%;
      max-width: 41.6666666667%
    }
  }

  @media(min-width:768px) {
    .col-6 {
      flex-basis: 50%;
      max-width: 50%
    }
  }

  @media(min-width:1170px) {
    .col-6 {
      flex-basis: 50%;
      max-width: 50%
    }
  }

  @media(max-width:769px)and (min-width:1170px) {
    .col-md-6 {
      flex-basis: 50%;
      max-width: 50%
    }
  }

  @media(max-width:1170px)and (min-width:1170px) {
    .col-lg-6 {
      flex-basis: 50%;
      max-width: 50%
    }
  }

  @media(min-width:768px) {
    .col-7 {
      flex-basis: 58.3333333333%;
      max-width: 58.3333333333%
    }
  }

  @media(min-width:1170px) {
    .col-7 {
      flex-basis: 58.3333333333%;
      max-width: 58.3333333333%
    }
  }

  @media(max-width:769px)and (min-width:1170px) {
    .col-md-7 {
      flex-basis: 58.3333333333%;
      max-width: 58.3333333333%
    }
  }

  @media(max-width:1170px)and (min-width:1170px) {
    .col-lg-7 {
      flex-basis: 58.3333333333%;
      max-width: 58.3333333333%
    }
  }

  @media(min-width:768px) {
    .col-8 {
      flex-basis: 66.6666666667%;
      max-width: 66.6666666667%
    }
  }

  @media(min-width:1170px) {
    .col-8 {
      flex-basis: 66.6666666667%;
      max-width: 66.6666666667%
    }
  }

  @media(max-width:769px)and (min-width:1170px) {
    .col-md-8 {
      flex-basis: 66.6666666667%;
      max-width: 66.6666666667%
    }
  }

  @media(max-width:1170px)and (min-width:1170px) {
    .col-lg-8 {
      flex-basis: 66.6666666667%;
      max-width: 66.6666666667%
    }
  }

  @media(min-width:768px) {
    .col-9 {
      flex-basis: 75%;
      max-width: 75%
    }
  }

  @media(min-width:1170px) {
    .col-9 {
      flex-basis: 75%;
      max-width: 75%
    }
  }

  @media(max-width:769px)and (min-width:1170px) {
    .col-md-9 {
      flex-basis: 75%;
      max-width: 75%
    }
  }

  @media(max-width:1170px)and (min-width:1170px) {
    .col-lg-9 {
      flex-basis: 75%;
      max-width: 75%
    }
  }

  @media(min-width:768px) {
    .col-10 {
      flex-basis: 83.3333333333%;
      max-width: 83.3333333333%
    }
  }

  @media(min-width:1170px) {
    .col-10 {
      flex-basis: 83.3333333333%;
      max-width: 83.3333333333%
    }
  }

  @media(max-width:769px)and (min-width:1170px) {
    .col-md-10 {
      flex-basis: 83.3333333333%;
      max-width: 83.3333333333%
    }
  }

  @media(max-width:1170px)and (min-width:1170px) {
    .col-lg-10 {
      flex-basis: 83.3333333333%;
      max-width: 83.3333333333%
    }
  }

  @media(min-width:768px) {
    .col-11 {
      flex-basis: 91.6666666667%;
      max-width: 91.6666666667%
    }
  }

  @media(min-width:1170px) {
    .col-11 {
      flex-basis: 91.6666666667%;
      max-width: 91.6666666667%
    }
  }

  @media(max-width:769px)and (min-width:1170px) {
    .col-md-11 {
      flex-basis: 91.6666666667%;
      max-width: 91.6666666667%
    }
  }

  @media(max-width:1170px)and (min-width:1170px) {
    .col-lg-11 {
      flex-basis: 91.6666666667%;
      max-width: 91.6666666667%
    }
  }

  @media(min-width:768px) {
    .col-12 {
      flex-basis: 100%;
      max-width: 100%
    }
  }

  @media(min-width:1170px) {
    .col-12 {
      flex-basis: 100%;
      max-width: 100%
    }
  }

  @media(max-width:769px)and (min-width:1170px) {
    .col-md-12 {
      flex-basis: 100%;
      max-width: 100%
    }
  }

  @media(max-width:1170px)and (min-width:1170px) {
    .col-lg-12 {
      flex-basis: 100%;
      max-width: 100%
    }
  }

  .wrapper,
  .wrapper-diagnostic {
    margin-left: auto;
    margin-right: auto;
    max-width: 1377px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    width: 100%
  }

  .wrapper-diagnostic-m,
  .wrapper-m {
    max-width: 1092px
  }

  .wrapper-diagnostic-s,
  .wrapper-s {
    max-width: 778px
  }

  .wrapper-diagnostic-xs,
  .wrapper-xs {
    max-width: 320px
  }

  @media(max-width:768px) {

    .wrapper-diagnostic.no-wrapper-md,
    .wrapper.no-wrapper-md {
      max-width: 100%
    }

    .wrapper-diagnostic.no-padding,
    .wrapper.no-padding {
      padding-left: 0;
      padding-right: 0
    }

    .wrapper,
    .wrapper-diagnostic {
      max-width: 100%;
      min-width: 100%
    }
  }

  .wrapper-diagnostic {
    max-width: 1152px;
    min-height: 50px
  }

  @media(max-width:1170px) {
    .wrapper-diagnostic {
      width: 582px
    }
  }

  @media(max-width:768px) {
    .wrapper-diagnostic {
      height: 100%;
      padding: 0;
      width: 100%
    }
  }

  .wrapper-diagnostic-question {
    max-width: 680px;
    min-width: 680px
  }

  @media(max-width:1170px) {
    .wrapper-diagnostic-question {
      max-width: 100%;
      min-width: 100%
    }
  }

  .wrapper-diagnostic-navigation {
    width: 273px
  }

  @media(max-width:1170px) {
    .wrapper-diagnostic-navigation {
      width: 100%
    }
  }

  .wrapper-cgu {
    margin-left: auto;
    margin-right: auto;
    max-width: 626px;
    padding-bottom: 120px;
    padding-top: 40px
  }

  @media(max-width:768px) {
    .wrapper-cgu {
      padding-bottom: 32px;
      width: 100%
    }
  }

  .wrapper-w-p {
    margin-left: auto;
    margin-right: auto;
    max-width: 1377px;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%
  }

  .wrapper-w-p-m {
    max-width: 1092px
  }

  .wrapper-w-p-s {
    max-width: 778px
  }

  .wrapper-w-p-xs {
    max-width: 320px
  }

  .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
    position: relative
  }

  .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  [class*=col-] {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%
  }

  * {
    box-sizing: border-box;
    font-family: gotham-medium, Arial, sans-serif;
    font-weight: 400
  }

  .tc-reset-css *,
  .tc-reset-css p {
    font-family: Arial, Helvetica, sans-serif
  }

  .fw-b {
    font-weight: 700
  }

  .c-p {
    cursor: pointer
  }

  .ul {
    margin: 0;
    padding: 0
  }

  .li,
  .ls-n {
    list-style: none
  }

  .td-u-c1 {
    text-decoration: underline;
    -webkit-text-decoration-color: #703599;
    text-decoration-color: #703599
  }

  p {
    margin-top: 0
  }

  .f-w-b {
    font-weight: 700
  }

  .f-w-n {
    font-weight: 400
  }

  .px-c20 {
    padding-left: 20px;
    padding-right: 20px
  }

  .py-06 {
    padding-bottom: 6px;
    padding-top: 6px
  }

  .br-8 {
    border-radius: 8px
  }

  .br-12 {
    border-radius: 12px
  }

  .br-22 {
    border-radius: 22px
  }

  .br-24 {
    border-radius: 24px
  }

  .br-15 {
    border-radius: 15px
  }

  .br-44 {
    border-radius: 44px
  }

  .br-50 {
    border-radius: 50%
  }

  @media(max-width:768px) {
    .br-md-0 {
      border-radius: 0
    }
  }

  .oh {
    overflow: hidden
  }

  .min-h-100-vh {
    min-height: 100vh
  }

  .h-100 {
    height: 100%
  }

  .w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: -webkit-min-content;
    width: min-content
  }

  .w-100 {
    width: 100%
  }

  @media(max-width:768px) {
    .w-md-100 {
      width: 100%
    }
  }

  .lh-14 {
    line-height: 14px
  }

  .lh-24 {
    line-height: 24px
  }

  .lh-32 {
    line-height: 32px
  }

  .lh-36 {
    line-height: 36px
  }

  .lh-48 {
    line-height: 48px
  }

  @media(max-width:768px) {
    .lh-md-24 {
      line-height: 24px
    }

    .lh-md-32 {
      line-height: 32px
    }
  }

  .w-s-n {
    white-space: nowrap
  }

  .bb-cg-5 {
    border-bottom: 1px solid #c1c9d6
  }

  @media(max-width:768px) {
    .bb-md-n {
      border-bottom: none
    }

    .bt-md-cg-1 {
      border-top: 1px solid #ecedf0
    }

    .bb-md-cg-1 {
      border-bottom: 1px solid #ecedf0
    }

    .bt-md-cg-5 {
      border-top: 1px solid #c1c9d6
    }
  }

  .z-1 {
    z-index: 1
  }

  .ml-a,
  .mx-a {
    margin-left: auto
  }

  .mx-a {
    margin-right: auto
  }

  @media(max-width:768px) {
    .mx-md-a {
      margin-left: auto;
      margin-right: auto
    }

    .b-md-c-t {
      background-color: transparent
    }

    .b-md-c-2 {
      background-color: #e1e4fa
    }

    .b-md-c-w {
      background-color: #fff
    }
  }

  .box-shadow-m {
    box-shadow: 0 10px 60px -5px rgba(193, 201, 214, .45)
  }

  .box-shadow-s {
    box-shadow: 0 4px 16px rgba(193, 201, 214, .35)
  }

  @media(max-width:1170px) {
    .box-shadow-lg-none {
      box-shadow: none
    }
  }

  @media(max-width:768px) {
    .box-shadow-md-m {
      box-shadow: 0 10px 60px -5px rgba(193, 201, 214, .45)
    }

    .box-shadow-md-s {
      box-shadow: 0 4px 16px rgba(193, 201, 214, .35)
    }

    .box-shadow-md-none {
      box-shadow: none
    }
  }

  .bullet {
    background-color: #071621;
    border-radius: 50%;
    display: inline-block;
    max-height: 4px;
    max-width: 4px;
    min-height: 4px;
    min-width: 4px
  }

  .of-cover {
    -o-object-fit: cover;
    object-fit: cover
  }

  .of-contain {
    -o-object-fit: contain;
    object-fit: contain
  }

  .td-n {
    text-decoration: none
  }

  .tt-u {
    text-transform: capitalize
  }

  @media(max-width:768px) {
    .bc-md-w {
      background-color: #fff
    }

    .bcg-md-2 {
      background-color: #f7f8fa
    }
  }

  .f-w {
    flex-wrap: wrap
  }

  .f-g {
    flex-grow: 2
  }

  .title-on-hero h1 {
    color: #071621;
    font-family: gotham-bold, Arial, sans-serif;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 0;
    text-align: center
  }

  .gatsby-img-cover {
    position: absolute
  }

  .gatsby-img-cover,
  .gatsby-img-cover .gatsby-image-wrapper {
    height: 100%;
    width: 100%
  }

  .opa-0 {
    opacity: 0
  }

  .ox-s {
    overflow-x: scroll
  }

  .ox-s::-webkit-scrollbar {
    width: 1px !important
  }

  .ox-s::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px transparent !important
  }

  .ox-s::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px
  }

  @media(max-width:1170px) {
    .ox-lg-s {
      overflow-x: scroll
    }

    .ox-lg-s::-webkit-scrollbar {
      width: 1px !important
    }

    .ox-lg-s::-webkit-scrollbar-track {
      box-shadow: inset 0 0 2px transparent !important
    }

    .ox-lg-s::-webkit-scrollbar-thumb {
      background: transparent;
      border-radius: 10px
    }
  }

  .tooltip {
    position: relative
  }

  .MuiTooltip-tooltip {
    background-color: #ecedf0 !important;
    border-radius: 4px;
    color: #071621 !important;
    display: inline-block;
    font-family: gotham-book, Arial, sans-serif;
    font-size: 12px;
    min-width: 100%;
    padding: 16px !important;
    transition: all .25s ease-in-out;
    white-space: nowrap
  }

  [data-popper-placement=bottom]:before {
    -webkit-animation: fx-start-arrow .4s linear forwards;
    animation: fx-start-arrow .4s linear forwards;
    margin-top: 8px;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  [data-popper-placement=bottom]:before,
  [data-popper-placement=top]:before {
    background-color: #ecedf0 !important;
    -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    content: "";
    height: 8px;
    left: 50%;
    position: absolute;
    width: 16px
  }

  [data-popper-placement=top]:before {
    -webkit-animation: fx-start-arrow .2s linear forwards;
    animation: fx-start-arrow .2s linear forwards;
    top: 100%;
    -webkit-transform: rotate(180deg) translateX(-50%) translateY(15px);
    transform: rotate(180deg) translateX(-50%) translateY(15px)
  }

  @-webkit-keyframes fx-start-arrow {
    0% {
      opacity: 0
    }

    to {
      opacity: 100%
    }
  }

  @keyframes fx-start-arrow {
    0% {
      opacity: 0
    }

    to {
      opacity: 100%
    }
  }

  .block-cover-material {
    height: 526px;
    width: 100%
  }

  @media(max-width:768px) {
    .block-cover-material {
      height: inherit
    }
  }

  .block-cover-material .description-materials p {
    color: #071621;
    font-family: gotham-book, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    text-align: center
  }

  .block-cover-material .container-wording {
    width: 429px
  }

  .block-cover-material .gatsby-image-wrapper.p-a {
    position: absolute !important
  }

  @media(max-width:768px) {
    .block-cover-material .gatsby-image-wrapper.p-a {
      position: relative !important
    }
  }

  .block-container-echec {
    display: flex;
    border-radius: 22px;
    max-width: 955px;
    padding: 40px;
    width: 955px
  }

  @media(max-width:768px) {
    .block-container-echec {
      border-radius: 0;
      width: 100%
    }
  }

  .top-block-success {
    border-radius: 22px;
    max-width: 955px;
    padding: 30px 40px
  }

  @media(max-width:768px) {
    .top-block-success {
      border-radius: 0
    }
  }

  .enBloc {
    display: inline-block;
  }

  .img-gif {
    display: flex
  }

  .img-gif img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
  }

  .top-subtitle {
    max-width: 587px
  }

  .top-subtitle p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center
  }

  .item-step {
    margin: 0 22px
  }

  @media(max-width:768px) {
    .item-step {
      padding-bottom: 20px;
      padding-top: 20px
    }
  }

  .step-img .gatsby-image-wrapper {
    height: 100%
  }

  .step-img .gatsby-image-wrapper img {
    -o-object-fit: contain !important;
    object-fit: contain !important
  }

  .description-step {
    max-width: 185px
  }

  .description-step p {
    font-family: gotham-book, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align: center
  }

  @media(max-width:768px) {
    .description-step p {
      text-align: left
    }
  }

  .gatsby-image-wrapper {
    position: relative;
    overflow: hidden
  }

  .gatsby-image-wrapper picture.object-fit-polyfill {
    position: static !important
  }

  .gatsby-image-wrapper img {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-width: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    object-fit: cover
  }

  .gatsby-image-wrapper [data-main-image] {
    opacity: 0;
    transform: translateZ(0);
    transition: opacity .25s linear;
    will-change: opacity
  }

  .gatsby-image-wrapper-constrained {
    display: inline-block;
    vertical-align: top
  }

  .gatsby-image-wrapper noscript [data-main-image] {
    opacity: 1 !important
  }

  .gatsby-image-wrapper [data-placeholder-image] {
    opacity: 0 !important
  }