/******************************* NULL */
html {
  font-size: 17px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  color: #1A1A1A;
}
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  cursor: pointer;
  background-color: transparent;
  color: #395AC5;
  outline-width: 0;
  text-decoration: none;
  -webkit-transition: color 0.5s cubic-bezier(0.2, 1, 0.2, 1);
  -o-transition: color 0.5s cubic-bezier(0.2, 1, 0.2, 1);
  transition: color 0.5s cubic-bezier(0.2, 1, 0.2, 1);
}
a:active,
a:hover {
  color: #70C833;
}
abbr[title],
abbr[data-original-title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: 600;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
[type=reset],
[type=submit],
button,
html [type=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;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          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-cancel-button,
[type=search][type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[hidden],
template {
  display: none;
}
.fixed {
  position: fixed;
}
/******************************* TYPOGRAPHY */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 20px 0;
  color: #1A1A1A;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 18px;
}
p {
  margin: 0 0 16px 0;
}
ul,
ol {
  padding: 0;
  margin: 0 0 16px 20px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
ul > li,
ol > li {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    margin: 0 0 24px 0;
  }
  p {
    margin: 0 0 20px 0;
  }
  ul,
  ol {
    margin: 0 0 20px 20px;
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 30px;
  }
  h2,
  .h2 {
    font-size: 26px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 18px;
  }
}
/******************************* GRID */
.container,
.container-fluid {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}
.row.with-mb > * {
  margin-bottom: 16px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row.with-mb > * {
    margin-bottom: 20px;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1158px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .container-fluid {
    padding-right: 24px;
    padding-left: 24px;
  }
  .row {
    margin-right: -12px;
    margin-left: -12px;
  }
  .row.with-mb > * {
    margin-bottom: 24px;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 1260px) {
  .container {
    max-width: 1230px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row.with-mb > * {
    margin-bottom: 30px;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1260px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/******************************* SIGNATURES */

.watch-help-with-signatures {
  background-color: #f6f6f6;
  padding-top: 90px;
  padding-bottom: 90px;
}

.watch-help-with-signatures .notetext {
  margin-top: 20px;
  font-size: 12px;
}


/******************************* FORMS */
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  outline: none;
  vertical-align: baseline;
  border-radius: 4px;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  padding: 6px 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #D7DEE0;
  background-color: #FFF;
  background-clip: padding-box;
  color: #1A1A1A;
  -webkit-transition: border-color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
  transition: border-color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
  -o-transition: border-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
  transition: border-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
  transition: border-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}
.form-control::-ms-expand {
  display: none;
  background-color: transparent;
  border: 0;
}
.form-control:hover {
  border-color: #bac6ca;
}
.form-control:focus {
  -webkit-box-shadow: 0 0 0 3px #f4f6f6;
          box-shadow: 0 0 0 3px #f4f6f6;
  border-color: #c9d2d5;
}
.form-control:disabled,
.form-control[readonly] {
  color: #848B8C;
  border-color: #f4f6f6;
  background-color: #f3f1dc;
  opacity: 1;
}
textarea.form-control {
  height: 120px;
  resize: vertical;
}
select.form-control {
  padding: 6px 37px 6px 13px;
  background: #FFF url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOXB4IiBoZWlnaHQ9IjVweCIgdmlld0JveD0iMCAwIDkgNSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOSA1IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiM5NEEwQUMiIGQ9Ik0wLjIzMSwwLjIxOGMwLjMwOC0wLjI5LDAuODA4LTAuMjksMS4xMTUsMEw0LjUsMy4xOTlsMy4xNTQtMi45ODFjMC4zMDctMC4yOSwwLjgwNy0wLjI5LDEuMTE1LDANCgljMC4zMDgsMC4yOTMsMC4zMDgsMC43NjQsMCwxLjA1Nkw1LjA1OSw0Ljc4MWMtMC4zMDksMC4yOTEtMC44MDgsMC4yOTEtMS4xMTYsMEwwLjIzMSwxLjI3M0MtMC4wNzcsMC45ODEtMC4wNzcsMC41MTEsMC4yMzEsMC4yMTh6DQoJIi8+DQo8L3N2Zz4NCg==') center right 13.33333333px no-repeat;
}
select.form-control:focus::-ms-value {
  color: #1A1A1A;
  background-color: #FFF;
}
.form-control-sm {
  height: 34px;
  font-size: 16px;
  line-height: 23px;
  border-radius: 4px;
  padding: 4.5px 11px;
}
.form-control-lg {
  height: 44px;
  font-size: 18px;
  line-height: 26px;
  border-radius: 4px;
  padding: 8px 15px;
}
textarea.form-control-sm {
  height: 80px;
  resize: vertical;
}
textarea.form-control-lg {
  height: 160px;
  resize: vertical;
}
select.form-control-sm {
  padding: 4.5px 33px 4.5px 11px;
  background: #FFF url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOXB4IiBoZWlnaHQ9IjVweCIgdmlld0JveD0iMCAwIDkgNSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOSA1IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiM5NEEwQUMiIGQ9Ik0wLjIzMSwwLjIxOGMwLjMwOC0wLjI5LDAuODA4LTAuMjksMS4xMTUsMEw0LjUsMy4xOTlsMy4xNTQtMi45ODFjMC4zMDctMC4yOSwwLjgwNy0wLjI5LDEuMTE1LDANCgljMC4zMDgsMC4yOTMsMC4zMDgsMC43NjQsMCwxLjA1Nkw1LjA1OSw0Ljc4MWMtMC4zMDksMC4yOTEtMC44MDgsMC4yOTEtMS4xMTYsMEwwLjIzMSwxLjI3M0MtMC4wNzcsMC45ODEtMC4wNzcsMC41MTEsMC4yMzEsMC4yMTh6DQoJIi8+DQo8L3N2Zz4NCg==') center right 11.33333333px no-repeat;
}
select.form-control-lg {
  padding: 8px 39px 8px 15px;
  background: #FFF url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOXB4IiBoZWlnaHQ9IjVweCIgdmlld0JveD0iMCAwIDkgNSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOSA1IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiM5NEEwQUMiIGQ9Ik0wLjIzMSwwLjIxOGMwLjMwOC0wLjI5LDAuODA4LTAuMjksMS4xMTUsMEw0LjUsMy4xOTlsMy4xNTQtMi45ODFjMC4zMDctMC4yOSwwLjgwNy0wLjI5LDEuMTE1LDANCgljMC4zMDgsMC4yOTMsMC4zMDgsMC43NjQsMCwxLjA1Nkw1LjA1OSw0Ljc4MWMtMC4zMDksMC4yOTEtMC44MDgsMC4yOTEtMS4xMTYsMEwwLjIzMSwxLjI3M0MtMC4wNzcsMC45ODEtMC4wNzcsMC41MTEsMC4yMzEsMC4yMTh6DQoJIi8+DQo8L3N2Zz4NCg==') center right 14.66666667px no-repeat;
}
.form-group {
  margin-bottom: 16px;
}
.form-group label {
  display: inline-block;
  font-size: 17px;
  color: #848B8C;
  margin-bottom: 4px;
}
.form-group.has-error .form-control {
  -webkit-box-shadow: 0 0 0 3px #ff8080;
          box-shadow: 0 0 0 3px #ff8080;
  border-color: #ff0000;
}
.double-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.double-input:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #D7DEE0;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
}
.double-input > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  z-index: 0;
}
.double-input > *:focus,
.double-input > *:active {
  z-index: 1;
}
.double-input > *:nth-child(1) {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.double-input > *:nth-last-child(1) {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
::-webkit-input-placeholder {
  color: #A3ABAD;
}
::-moz-placeholder {
  color: #A3ABAD;
}
:-ms-input-placeholder {
  color: #A3ABAD;
}
:-moz-placeholder {
  color: #A3ABAD;
}
/******************************* CHECKBOX&RADIO */
.checkbox,
.radio {
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: none;
  vertical-align: baseline;
  font-style: normal;
  font-size: 17px;
  min-height: 20px;
  min-width: 20px;
  line-height: 20px;
  color: #1A1A1A;
}
.checkbox:hover,
.radio:hover {
  color: #2e489e;
}
.checkbox input:checked ~ label,
.radio input:checked ~ label {
  color: #1d2d63;
}
.checkbox label,
.radio label {
  display: block;
  padding-left: 25px;
  cursor: pointer;
  position: relative;
  font-weight: 400;
  outline: none;
  -webkit-transition: color 0.5s cubic-bezier(0.2, 1, 0.2, 1);
  -o-transition: color 0.5s cubic-bezier(0.2, 1, 0.2, 1);
  transition: color 0.5s cubic-bezier(0.2, 1, 0.2, 1);
}
.checkbox label:before,
.radio label:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  content: '';
  background: #FFF;
  border: 1px solid #A3ABAD;
  -webkit-transition: border 0.5s cubic-bezier(0.2, 1, 0.2, 1);
  -o-transition: border 0.5s cubic-bezier(0.2, 1, 0.2, 1);
  transition: border 0.5s cubic-bezier(0.2, 1, 0.2, 1);
}
.checkbox label:hover:before,
.radio label:hover:before {
  border: 1px solid #889295;
}
/******************************* CHECKBOX */
.checkbox input[type='checkbox'] {
  display: none;
}
.checkbox input[type='checkbox']:checked ~ label:before {
  border: 1px solid #2e489e;
  background: #2e489e;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.checkbox input[type='checkbox']:checked ~ label:after {
  display: block;
  content: '';
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTAgMTAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwIDEwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik05LjQ2NSwwLjE0Yy0wLjUxLTAuMjkxLTEuMTU4LTAuMTE0LTEuNDQ5LDAuMzk2bC0zLjY5OCw2LjQ3TDEuOTEzLDMuOA0KCWMtMC4zNTItMC40Ny0xLjAxOC0wLjU2NS0xLjQ4OC0wLjIxM0MtMC4wNDQsMy45MzktMC4xNCw0LjYwNSwwLjIxMiw1LjA3NWwzLjM3NSw0LjVjMC4yMTUsMC4yODYsMC41NTksMC40NDQsMC45MTYsMC40MjMNCglDNC44Niw5Ljk3Niw1LjE4Myw5Ljc3NSw1LjM1OSw5LjQ2NWw0LjUtNy44NzVDMTAuMTUsMS4wOCw5Ljk3NSwwLjQzMSw5LjQ2NSwwLjE0eiIvPg0KPC9zdmc+DQo=') center no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
}
.checkbox label:before {
  border-radius: 3px;
}
/******************************* RADIO */
.radio input[type='radio'] {
  display: none;
}
.radio input[type='radio']:checked ~ label:before {
  border: 1px solid #2e489e;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.radio input[type='radio']:checked ~ label:after {
  display: block;
  content: '';
  background: #2e489e;
  position: absolute;
  top: 7px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
.radio label:before {
  border-radius: 100%;
}
/******************************* BUTTONS */
.btn {
  min-height: 40px;
  display: inline-block;
  outline: none;
  vertical-align: baseline;
  border-radius: 4px;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  padding: 9px 20px;
  border: 1px solid #70C833;
  background: #70C833;
  color: #FFF;
  -webkit-transition: background 0.5s cubic-bezier(0.2, 1, 0.2, 1), color 0.5s cubic-bezier(0.2, 1, 0.2, 1), border 0.5s cubic-bezier(0.2, 1, 0.2, 1);
  -o-transition: background 0.5s cubic-bezier(0.2, 1, 0.2, 1), color 0.5s cubic-bezier(0.2, 1, 0.2, 1), border 0.5s cubic-bezier(0.2, 1, 0.2, 1);
  transition: background 0.5s cubic-bezier(0.2, 1, 0.2, 1), color 0.5s cubic-bezier(0.2, 1, 0.2, 1), border 0.5s cubic-bezier(0.2, 1, 0.2, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:hover {
  background: #5aa029;
  border: 1px solid #5aa029;
  color: #FFF;
}
.btn-outline {
  background: none !important;
  color: #70C833;
}
.btn-outline:hover {
  color: #5aa029;
}
.btn-secondary {
  background: #395AC5;
  border: 1px solid #395AC5;
}
.btn-secondary:hover {
  background: #2e489e;
  border: 1px solid #2e489e;
}
.btn-outline-secondary {
  background: none !important;
  border: 1px solid #395AC5;
  color: #395AC5;
}
.btn-outline-secondary:hover {
  color: #2e489e;
  border: 1px solid #2e489e;
}
.btn-link {
  background: none !important;
  border: none !important;
  color: #395AC5;
}
.btn-link:hover {
  color: #2e489e;
}
.btn-outline-link {
  background: none !important;
  border: 1px solid #395AC5;
  color: #395AC5;
}
.btn-outline-link:hover {
  color: #2e489e;
  border: 1px solid #2e489e;
}
.btn-sm {
  min-height: 34px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
  padding: 6px 11.33333333px;
}
.btn-lg {
  min-height: 50px;
  font-size: 15px;
  line-height: 20px;
  border-radius: 4px;
  padding: 14px 25px;
}
/******************************* MEDIA */
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/******************************* MODAL */
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.2, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.2, 1);
  -o-transition: transform 0.5s cubic-bezier(0.2, 1, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.2, 1);
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.modal.show .modal-dialog {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: auto;
  min-height: calc(100% - 32px);
  margin: 16px;
  pointer-events: none;
}
.modal-dialog::before {
  display: block;
  height: calc(100vh - 32px);
  content: "";
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFF;
  background-clip: padding-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.modal-header .close {
  display: block;
  font-size: 36px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.2);
  padding: 16px;
  margin: -16px -16px -16px auto;
  -webkit-transition: color 0.5s cubic-bezier(0.2, 1, 0.2, 1);
  -o-transition: color 0.5s cubic-bezier(0.2, 1, 0.2, 1);
  transition: color 0.5s cubic-bezier(0.2, 1, 0.2, 1);
}
.modal-header .close:hover {
  color: rgba(0, 0, 0, 0.5);
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 16px;
}
.modal-body .col-1,
.modal-body .col-2,
.modal-body .col-3,
.modal-body .col-4,
.modal-body .col-5,
.modal-body .col-6,
.modal-body .col-7,
.modal-body .col-8,
.modal-body .col-9,
.modal-body .col-10,
.modal-body .col-11,
.modal-body .col-12,
.modal-body .col,
.modal-body .col-auto,
.modal-body .col-sm-1,
.modal-body .col-sm-2,
.modal-body .col-sm-3,
.modal-body .col-sm-4,
.modal-body .col-sm-5,
.modal-body .col-sm-6,
.modal-body .col-sm-7,
.modal-body .col-sm-8,
.modal-body .col-sm-9,
.modal-body .col-sm-10,
.modal-body .col-sm-11,
.modal-body .col-sm-12,
.modal-body .col-sm,
.modal-body .col-sm-auto,
.modal-body .col-md-1,
.modal-body .col-md-2,
.modal-body .col-md-3,
.modal-body .col-md-4,
.modal-body .col-md-5,
.modal-body .col-md-6,
.modal-body .col-md-7,
.modal-body .col-md-8,
.modal-body .col-md-9,
.modal-body .col-md-10,
.modal-body .col-md-11,
.modal-body .col-md-12,
.modal-body .col-md,
.modal-body .col-md-auto,
.modal-body .col-lg-1,
.modal-body .col-lg-2,
.modal-body .col-lg-3,
.modal-body .col-lg-4,
.modal-body .col-lg-5,
.modal-body .col-lg-6,
.modal-body .col-lg-7,
.modal-body .col-lg-8,
.modal-body .col-lg-9,
.modal-body .col-lg-10,
.modal-body .col-lg-11,
.modal-body .col-lg-12,
.modal-body .col-lg,
.modal-body .col-lg-auto,
.modal-body .col-xl-1,
.modal-body .col-xl-2,
.modal-body .col-xl-3,
.modal-body .col-xl-4,
.modal-body .col-xl-5,
.modal-body .col-xl-6,
.modal-body .col-xl-7,
.modal-body .col-xl-8,
.modal-body .col-xl-9,
.modal-body .col-xl-10,
.modal-body .col-xl-11,
.modal-body .col-xl-12,
.modal-body .col-xl,
.modal-body .col-xl-auto {
  padding-right: 8px;
  padding-left: 8px;
}
.modal-body .row {
  margin-right: -8px;
  margin-left: -8px;
}
.modal-body .row.with-mb > * {
  margin-bottom: 16px;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.modal-footer > :not(:first-child) {
  margin-left: 8px;
}
.modal-footer > :not(:last-child) {
  margin-right: 8px;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    min-height: calc(100% - 60px);
    margin: 30px auto;
  }
  .modal-dialog::before {
    height: calc(100vh - 60px);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1260px) {
  .modal-xl {
    max-width: 1140px;
  }
}
/******************************* UTILITIES */
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
@media (min-width: 576px) {
  .align-sm-baseline {
    vertical-align: baseline !important;
  }
  .align-sm-top {
    vertical-align: top !important;
  }
  .align-sm-middle {
    vertical-align: middle !important;
  }
  .align-sm-bottom {
    vertical-align: bottom !important;
  }
  .align-sm-text-bottom {
    vertical-align: text-bottom !important;
  }
  .align-sm-text-top {
    vertical-align: text-top !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .overflow-sm-auto {
    overflow: auto !important;
  }
  .overflow-sm-hidden {
    overflow: hidden !important;
  }
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}
@media (min-width: 768px) {
  .align-md-baseline {
    vertical-align: baseline !important;
  }
  .align-md-top {
    vertical-align: top !important;
  }
  .align-md-middle {
    vertical-align: middle !important;
  }
  .align-md-bottom {
    vertical-align: bottom !important;
  }
  .align-md-text-bottom {
    vertical-align: text-bottom !important;
  }
  .align-md-text-top {
    vertical-align: text-top !important;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .overflow-md-auto {
    overflow: auto !important;
  }
  .overflow-md-hidden {
    overflow: hidden !important;
  }
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}
@media (min-width: 1024px) {
  .align-lg-baseline {
    vertical-align: baseline !important;
  }
  .align-lg-top {
    vertical-align: top !important;
  }
  .align-lg-middle {
    vertical-align: middle !important;
  }
  .align-lg-bottom {
    vertical-align: bottom !important;
  }
  .align-lg-text-bottom {
    vertical-align: text-bottom !important;
  }
  .align-lg-text-top {
    vertical-align: text-top !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .overflow-lg-auto {
    overflow: auto !important;
  }
  .overflow-lg-hidden {
    overflow: hidden !important;
  }
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}
@media (min-width: 1260px) {
  .align-xl-baseline {
    vertical-align: baseline !important;
  }
  .align-xl-top {
    vertical-align: top !important;
  }
  .align-xl-middle {
    vertical-align: middle !important;
  }
  .align-xl-bottom {
    vertical-align: bottom !important;
  }
  .align-xl-text-bottom {
    vertical-align: text-bottom !important;
  }
  .align-xl-text-top {
    vertical-align: text-top !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .overflow-xl-auto {
    overflow: auto !important;
  }
  .overflow-xl-hidden {
    overflow: hidden !important;
  }
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/******************************* FONTS */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Fira Sans SemiBold'), local('FiraSans-SemiBold'), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnSKzuQQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-U1Ug.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirk-VQ.ttf) format('truetype');
}
/******************************* CUSTOM */
html {
  background: #FFF;
}
body {
  margin: 0 auto;
  background: #FFF;
}
.table-responsive {
  overflow-x: auto;
}
table {
  width: 100%;
  line-height: 24px;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 16px 0;
}
table tr td {
  width: 1%;
  vertical-align: top;
  padding: 5px 10px;
  border: 1px solid #D7DEE0;
}
table tr td p {
  margin: 5px 0;
}
table tr:hover {
  background: #EFECD1;
}
/******************************* NULL */
img {
  max-width: 100%;
  height: auto;
}
/******************************* HEADER */
.header {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 60px;
  background: #EFECD1;
  border-bottom: 10px solid #70C833;
}
.header .header-left .logo {
  display: inline-block;
  vertical-align: top;
}
.header .header-left .logo img {
  display: block;
}
.header .header-right ul {
  margin: 0;
}
.header .header-right ul li {
  margin: 0;
  list-style: none;
}
.header .header-right ul li a {
  min-height: 40px;
  display: inline-block;
  outline: none;
  vertical-align: baseline;
  border-radius: 4px;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  padding: 9px 20px;
  border: 1px solid #395AC5;
  background: #395AC5;
  color: #FFF;
  -webkit-transition: background 0.5s cubic-bezier(0.2, 1, 0.2, 1), color 0.5s cubic-bezier(0.2, 1, 0.2, 1), border 0.5s cubic-bezier(0.2, 1, 0.2, 1);
  -o-transition: background 0.5s cubic-bezier(0.2, 1, 0.2, 1), color 0.5s cubic-bezier(0.2, 1, 0.2, 1), border 0.5s cubic-bezier(0.2, 1, 0.2, 1);
  transition: background 0.5s cubic-bezier(0.2, 1, 0.2, 1), color 0.5s cubic-bezier(0.2, 1, 0.2, 1), border 0.5s cubic-bezier(0.2, 1, 0.2, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .header-right ul li a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.header .header-right ul li a:hover {
  background: #2e489e;
  border: 1px solid #2e489e;
  color: #FFF;
}
/******************************* HEADER-LANDING */
.header-landing {
  padding-bottom: 30px;
  background: url('../images/header-landing-bg.png') bottom center no-repeat;
  background-size: cover;
  position: relative;
}
.header-landing .header-top {
  padding-top: 90px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
.header-landing .header-top a img {
  display: inline-block;
  vertical-align: top;
}
.header-landing .header-center {
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
.header-landing .header-center .h1 {
  font-size: 60px;
  line-height: 70px;
}
.header-landing .header-center .slogan {
  max-width: 550px;
  font-size: 24px;
  line-height: 34px;
}
.header-landing .header-center .slogan strong {
  color: #70C833;
}
.header-landing:before {
  content: '';
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
/******************************* STEPS */
.steps {
  font-size: 24px;
  line-height: 34px;
  padding-top: 90px;
  padding-bottom: 90px;
  background: url('../images/steps-bg.svg') right 10% top no-repeat;
}
.steps ul {
  margin: 0 0 0 10px;
  border-left: 2px solid #f6f6f6;
}
.steps ul li {
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0 0 0 30px;
  position: relative;
}
.steps ul li:before {
  width: 20px;
  height: 20px;
  content: url('../images/step-list-style.svg');
  position: absolute;
  top: 2px;
  left: -11px;
}
.steps ul li.checked:before {
  content: url('../images/step-list-style-checked.svg');
}
.steps strong {
  color: #70C833;
}
/******************************* WATCH-FORM */
.watch-form {
  font-size: 24px;
  line-height: 34px;
  padding-top: 90px;
  padding-bottom: 90px;
  background: #f6f6f6 url('../images/watch-form-bg.svg') right 10% bottom no-repeat;
}
.watch-form .watch-form-left strong {
  color: #70C833;
}
.watch-form .watch-form-left p {
  margin-bottom: 30px;
}
.watch-form .watch-form-left p:nth-last-child(1) {
  margin-bottom: 0;
}
.watch-form .watch-form-right {
  min-height: 1060px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.watch-form .watch-form-right iframe {
  width: 100%;
}
/******************************* WATCH-MAP */
.watch-map {
  background: #f6f6f6;
}
.watch-map .container {
  font-size: 24px;
  line-height: 34px;
  padding-top: 90px;
  padding-bottom: 90px;
}
.watch-map .container strong {
  color: #70C833;
}
.watch-map .container p {
  margin-bottom: 30px;
}
.watch-map .container p:nth-last-child(1) {
  margin-bottom: 0;
}
.watch-map iframe {
  width: 100%;
  height: 400px;
}
/******************************* FAQ */
.faq {
  padding-top: 90px;
  padding-bottom: 90px;
}
.faq .faq-block .faq-item {
  border-top: 1px solid #D7DEE0;
}
.faq .faq-block .faq-item .question {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: url('../images/step-list-style.svg') left center no-repeat;
  cursor: pointer;
  -webkit-transition: color 0.5s cubic-bezier(0.2, 1, 0.2, 1);
  -o-transition: color 0.5s cubic-bezier(0.2, 1, 0.2, 1);
  transition: color 0.5s cubic-bezier(0.2, 1, 0.2, 1);
}
.faq .faq-block .faq-item .question .toggle {
  margin-left: 30px;
}
.faq .faq-block .faq-item .question .toggle img {
  display: block;
}
.faq .faq-block .faq-item .question:hover {
  color: #70C833;
}
.faq .faq-block .faq-item .answer {
  display: none;
  font-size: 20px;
  line-height: 34px;
  padding-left: 30px;
  padding-bottom: 30px;
}
.faq .faq-block .faq-item.active .question {
  color: #70C833;
}
.faq .faq-block .faq-item.active .question .toggle img {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq .faq-block .faq-item:nth-last-child(1) {
  border-bottom: 1px solid #D7DEE0;
}
.faq .fill-form {
  text-align: center;
  margin-top: 60px;
}
/******************************* REVIEWS */
.reviews {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #f6f6f6;
}
.reviews .reviews-block .review-item {
  margin-top: 30px;
  position: relative;
}
.reviews .reviews-block .review-item .avatar-left {
  margin-right: 30px;
}
.reviews .reviews-block .review-item .avatar-left img {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.reviews .reviews-block .review-item .avatar-right {
  margin-left: 30px;
}
.reviews .reviews-block .review-item .avatar-right img {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.reviews .reviews-block .review-item .media-body {
  max-width: 700px;
  font-size: 20px;
  line-height: 30px;
  margin-top: 30px;
  padding: 30px;
  border-radius: 10px;
  background: #FFF;
}
/******************************* TELEGRAM-CHANNEL */
.telegram-channel {
  font-size: 20px;
  line-height: 30px;
  padding-top: 90px;
  padding-bottom: 90px;
  background: #f6f6f6;
  color: #848B8C;
}
.telegram-channel .col-sm > div {
  max-width: 600px;
}
.telegram-channel .col-sm-auto .media img {
  margin-right: 10px;
}
.telegram-channel .col-sm-auto .media .h3 {
  margin-bottom: 0;
}
/******************************* MATERIALS */
.materials {
  margin-bottom: 60px;
}
.materials .material-badge {
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 5px;
  background: #f30505;
  color: #fff;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 2px 10px 2px 10px;
  -webkit-box-shadow: 3px 3px 0 0 rgba(255, 255, 255, 0.5);
          box-shadow: 3px 3px 0 0 rgba(255, 255, 255, 0.5);
}
.materials .materials-link {
  display: block;
  min-height: 160px;
  padding: 16px;
  font: 600 17px/22px 'Fira Sans', sans-serif;
  color: #FFF;
  border-radius: 4px;
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.2, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.2, 1);
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.materials .materials-link .bg-icon {
  display: block;
  font-size: 100px;
  position: absolute;
  bottom: -10px;
  right: -10px;
  opacity: 0.2;
  -webkit-transition: bottom 0.5s cubic-bezier(0.2, 1, 0.2, 1), right 0.5s cubic-bezier(0.2, 1, 0.2, 1), opacity 0.5s cubic-bezier(0.2, 1, 0.2, 1);
  -o-transition: bottom 0.5s cubic-bezier(0.2, 1, 0.2, 1), right 0.5s cubic-bezier(0.2, 1, 0.2, 1), opacity 0.5s cubic-bezier(0.2, 1, 0.2, 1);
  transition: bottom 0.5s cubic-bezier(0.2, 1, 0.2, 1), right 0.5s cubic-bezier(0.2, 1, 0.2, 1), opacity 0.5s cubic-bezier(0.2, 1, 0.2, 1);
}
.materials .materials-link:hover {
  opacity: 0.75;
  text-decoration: underline;
}
.materials .materials-link:hover .bg-icon {
  display: block;
  font-size: 100px;
  position: absolute;
  bottom: -20px;
  right: -20px;
  opacity: 0.1;
}
/******************************* SUBSCRIBE */
.subscribe {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #FFF;
  background: #1A1A1A;
}
.subscribe .subscribe-block {
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
}
.subscribe .subscribe-block .h6 {
  margin-bottom: 10px;
  color: #FFF;
}
.subscribe .subscribe-block .subscribe-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.subscribe .subscribe-block .subscribe-links a {
  width: 36px;
  height: 36px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  color: #FFF;
  margin: 10px 5px 0 5px;
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.2, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.2, 1);
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.2, 1);
}
.subscribe .subscribe-block .subscribe-links a.fb {
  background: #3b5999;
}
.subscribe .subscribe-block .subscribe-links a.vk {
  background: #4d76a1;
}
.subscribe .subscribe-block .subscribe-links a.in {
  background: #f10142;
}
.subscribe .subscribe-block .subscribe-links a.ok {
  background: #ff9800;
}
.subscribe .subscribe-block .subscribe-links a.tg {
  background: #039be5;
}
.subscribe .subscribe-block .subscribe-links a.vb {
  background: #7d3daf;
}
.subscribe .subscribe-block .subscribe-links a:hover {
  opacity: 0.75;
}
.subscribe .subscribe-block .honest-tag {
  text-align: center;
  margin-top: 30px;
}
.subscribe .subscribe-block .honest-tag a {
  color: #848B8C;
}
.subscribe .subscribe-block .honest-tag a:hover {
  color: #70C833;
}
/******************************* ADAPTIVE */
@media (max-width: 1259px) {
  .header {
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 48px;
  }
  .header-landing {
    padding-bottom: 24px;
  }
  .header-landing .header-top {
    padding-top: 72px;
    padding-bottom: 48px;
  }
  .header-landing .header-center {
    padding-bottom: 48px;
  }
  .steps {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .steps ul li {
    margin: 24px 0 0 0;
  }
  .watch-form {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .watch-form .watch-form-left p {
    margin-bottom: 24px;
  }
  .watch-map .container {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .watch-map .container p {
    margin-bottom: 24px;
  }
  .faq {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .faq .faq-block .faq-item .question {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .faq .faq-block .faq-item .answer {
    padding-bottom: 24px;
  }
  .faq .fill-form {
    margin-top: 48px;
  }
  .reviews {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .reviews .reviews-block .review-item {
    margin-top: 24px;
  }
  .reviews .reviews-block .review-item .avatar-left {
    margin-right: 24px;
  }
  .reviews .reviews-block .review-item .avatar-right {
    margin-left: 24px;
  }
  .reviews .reviews-block .review-item .media-body {
    margin-top: 24px;
    padding: 24px;
  }
  .telegram-channel {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .materials {
    margin-bottom: 48px;
  }
  .subscribe {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 1023px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .header-landing {
    padding-bottom: 20px;
  }
  .header-landing .header-top {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .header-landing .header-center {
    padding-bottom: 40px;
  }
  .steps {
    font-size: 24px;
    line-height: 34px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .steps ul li {
    margin: 20px 0 0 0;
  }
  .watch-form {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f6f6f6;
  }
  .watch-form .watch-form-left p {
    margin-bottom: 20px;
  }
  .watch-form .watch-form-right {
    margin-top: 20px;
  }
  .watch-map .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .watch-map .container p {
    margin-bottom: 20px;
  }
  .watch-map iframe {
    height: 500px;
  }
  .faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .faq .faq-block .faq-item .question {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .faq .faq-block .faq-item .answer {
    padding-bottom: 20px;
  }
  .faq .fill-form {
    margin-top: 40px;
  }
  .reviews {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .reviews .reviews-block .review-item {
    margin-top: 20px;
  }
  .reviews .reviews-block .review-item .avatar-left {
    margin-right: 20px;
  }
  .reviews .reviews-block .review-item .avatar-right {
    margin-left: 20px;
  }
  .reviews .reviews-block .review-item .media-body {
    margin-top: 20px;
    padding: 20px;
  }
  .telegram-channel {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .materials {
    margin-bottom: 40px;
  }
  .subscribe {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .header {
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 32px;
  }
  .header .logo {
    margin-bottom: 16px;
  }
  .header-landing {
    padding-bottom: 16px;
  }
  .header-landing .header-top {
    padding-top: 48px;
    padding-bottom: 32px;
  }
  .header-landing .header-center {
    padding-bottom: 32px;
  }
  .header-landing .header-center .h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .header-landing .header-center .slogan {
    font-size: 20px;
    line-height: 30px;
  }
  .steps {
    font-size: 20px;
    line-height: 30px;
    padding-top: 48px;
    padding-bottom: 48px;
    background: none;
  }
  .steps ul li {
    margin: 16px 0 0 0;
  }
  .steps ul li:before {
    top: 3px;
  }
  .watch-form {
    font-size: 20px;
    line-height: 30px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .watch-form .watch-form-left p {
    margin-bottom: 16px;
  }
  .watch-form .watch-form-right {
    margin-top: 16px;
  }
  .watch-map .container {
    font-size: 20px;
    line-height: 30px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .watch-map .container p {
    margin-bottom: 16px;
  }
  .watch-map iframe {
    height: 400px;
  }
  .faq {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .faq .faq-block .faq-item .question {
    font-size: 20px;
    line-height: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .faq .faq-block .faq-item .answer {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 16px;
  }
  .faq .fill-form {
    margin-top: 32px;
  }
  .reviews {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .reviews .reviews-block .review-item {
    margin-top: 16px;
  }
  .reviews .reviews-block .review-item .avatar-left {
    margin-right: 16px;
  }
  .reviews .reviews-block .review-item .avatar-left img {
    width: 80px;
    height: 80px;
  }
  .reviews .reviews-block .review-item .avatar-right {
    margin-left: 16px;
  }
  .reviews .reviews-block .review-item .avatar-right img {
    width: 80px;
    height: 80px;
  }
  .reviews .reviews-block .review-item .media-body {
    font-size: 18px;
    line-height: 26px;
    margin-top: 16px;
    padding: 16px;
  }
  .telegram-channel {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .materials {
    margin-bottom: 32px;
  }
  .subscribe {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .header {
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 32px;
  }
  .header .header-right ul li a {
    width: 100%;
  }
  .header-landing .header-center .h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .header-landing .header-center .slogan {
    font-size: 18px;
    line-height: 24px;
  }
  .watch-form .watch-form-right {
    min-height: 1160px;
  }
  .watch-map iframe {
    height: 300px;
  }
  .reviews .reviews-block .review-item .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reviews .reviews-block .review-item .media .avatar-left {
    margin: 0;
    position: absolute;
    top: 0;
    right: 16px;
  }
  .reviews .reviews-block .review-item .media .avatar-right {
    margin: 0;
    position: absolute;
    top: 0;
    right: 16px;
  }
  .reviews .reviews-block .review-item .media .media-body {
    padding-top: 64px;
  }
}
@media (max-width: 479px) {
  .watch-form .watch-form-right {
    min-height: 1460px;
  }
}
