@font-face {
  font-family: "roboto-example";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/RobotoRegular/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
}

@font-face {
  font-family: "roboto-example";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/RobotoBold/RobotoBold.eot");
  src: url("../fonts/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoBold/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype");
}

/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #19a7b7;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -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 {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -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 {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -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: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -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: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -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%;
  }
}

.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: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-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;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

::-webkit-input-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: #00a2ff;
  color: #fff;
}

::selection {
  background-color: #19a7b7;
  color: #fff;
}

html[lang="en-US"] {
  margin: 0 !important;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: "Assistant", sans-serif;
  overflow-x: hidden;
  color: #333;
  direction: rtl;
}

body input, body textarea {
  border: #666 1px solid;
  outline: none;
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
  border-color: red;
}

body input:required:valid, body textarea:required:valid {
  border-color: green;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-responsive.img-width {
  width: 100%;
}

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

b,
strong {
  font-weight: bold;
}

.next-link {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
}

.next-link a {
  display: block;
  width: 22px;
  height: 34px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  position: relative;
}

.next-link a:after {
  position: absolute;
  content: "";
  height: 6px;
  width: 3px;
  background-color: #ffffff;
  left: 8px;
  top: 8px;
}

.next-link a:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  content: "";
  bottom: -20px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 2px;
}

span.wpcf7-not-valid-tip {
  text-align: right;
  padding-bottom: 20px;
}

.wpcf7-response-output {
  background-color: #ffffff;
  border: none !important;
  text-align: center;
  line-height: 54px;
  border-radius: 36px;
  font-size: 18px;
  color: #000000;
  font-family: 'Assistant', sans-serif;
}

.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
	height: 100vh;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 200px 15px;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.home:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.home video {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5) ;
          transform: scale(1.5) ;
}

.home__content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 840px;
}

.home__content h1 {
  text-align: center;
  color: #ffffff;
  font-size: 80px;
  line-height: 1.1;
  letter-spacing: -1.92px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  font-family: 'Assistant', sans-serif;
  margin: 0 0 20px;
}

.home__content p {
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  font-family: 'Assistant', sans-serif;
  margin: 0 0 60px;
  letter-spacing: -0.62px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #ffffff;
}

.home__content a {
  display: block;
  text-align: center;
  width: 210px;
  height: 54px;
  line-height: 54px;
  color: #ffffff;
  font-family: 'Assistant', sans-serif;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: -0.53px;
  border-radius: 36px;
  background-size: 200% auto;
  background-image: -webkit-gradient(linear, right top, left top, from(#19a7b7), to(#19a7b7));
  background-image: -o-linear-gradient(right, #19a7b7, #19a7b7);
  background-image: linear-gradient(to left, #19a7b7, #19a7b7);
  transition: all 0.5s;
  text-decoration: none;
  margin: 0 auto;
}

.home__content a:hover {
  background-position: right center;
}

@media screen and (min-width: 768px) {
  .home {
    background-image: none !important;
  }
}

@media screen and (max-width: 767px) {
  .home {
    min-height: auto;
    padding: 200px 15px 120px;
	  height: inherit;
  }
  .home video {
    display: none;
  }
  .home__content h1 {
    font-size: 40px;
  }
  .home__content p {
    font-size: 18px;
    line-height: 24px;
  }
  .home__content a {
    font-size: 18px;
  }
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.advatages {
  padding: 120px 15px;
  background-color: #f8f8f8;
}

.advatages__header h2 {
  font-family: 'Assistant', sans-serif;
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -1.44px;
  text-align: center;
  color: #181819;
  margin: 0 0 60px;
}

.advatages__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 1700px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.advatages__item {
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 45px 20px;
  width: -webkit-calc(25% - 20px);
  width: calc(25% - 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 500px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.advatages__item:hover {
  text-decoration: none;
}

.advatages__item:hover img {
  -webkit-animation-name: tada;
          animation-name: tada;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.advatages__item img {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 45px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.advatages__item h2 {
  font-family: 'Assistant', sans-serif;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: -0.72px;
  text-align: center;
  color: #181819;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.advatages__item p {
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #616c71;
  margin: 0 0 15px;
}

.advatages__item span {
  font-family: 'Assistant', sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: -0.58px;
  display: block;
  text-align: center;
  text-decoration: underline;
  color: #19a7b7;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.advatages__item span:hover {
  text-decoration: none;
  color: #08384c;
}

@media screen and (max-width: 1500px) {
  .advatages__item h2 {
    font-size: 24px;
  }
  .advatages__item p {
    font-size: 18px;
  }
  .advatages__item a {
    font-size: 18px;
  }
}

@media screen and (max-width: 1200px) {
  .advatages__item {
    margin: 15px 0;
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 767px) {
  .advatages {
    padding: 60px 15px;
  }
  .advatages__header h2 {
    font-size: 40px;
  }
  .advatages__item {
    width: 100%;
    min-height: auto;
    margin: 0 0 15px;
  }
  .advatages__item:last-child {
    margin: 0;
  }
}

.about-us {
  padding: 60px 15px;
  background-color: #f8f8f8;
}

.about-us__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}

.about-us__image {
  width: 50%;
}

.about-us__image img {
  display: block;
  max-width: 100%;
}

.about-us__content {
  width: 550px;
}

.about-us__content h2 {
  font-family: 'Assistant', sans-serif;
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -1.44px;
  text-align: right;
  color: #181819;
  margin: 0 0 30px;
}

.about-us__content p {
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: right;
  color: #616c71;
  margin: 0 0 30px;
}

.about-us__content a {
  display: block;
  text-align: center;
  width: 210px;
  height: 54px;
  line-height: 54px;
  color: #ffffff;
  font-family: 'Assistant', sans-serif;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: -0.53px;
  border-radius: 36px;
  background-image: -webkit-gradient(linear, right top, left top, from(#19a7b7), to(#19a7b7));
  background-image: -o-linear-gradient(right, #19a7b7, #19a7b7);
  background-image: linear-gradient(to left, #19a7b7, #19a7b7);
  background-size: 200% auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  margin: 40px 0 0;
}
.about-us__content a:hover {
  background-position: right center;
}

.about-us__content a:hover {
  text-decoration: none;
  color: #ffffff;
}

.about-us__big-logo {
  position: relative;
  width: 710px;
  height: 700px;
  margin: 0 auto;
}

.about-us__big-logo.active img#about-us__big-logo-img-1, .about-us__big-logo.active img#about-us__big-logo-img-2, .about-us__big-logo.active img#about-us__big-logo-img-3 {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.about-us__big-logo.active img#about-us__big-logo-img-4, .about-us__big-logo.active img#about-us__big-logo-img-5, .about-us__big-logo.active img#about-us__big-logo-img-6, .about-us__big-logo.active img#about-us__big-logo-img-7 {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
}

.about-us__big-logo img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.about-us__big-logo img#about-us__big-logo-img-1 {
  left: inherit;
  right: 259px;
  top: 78px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.about-us__big-logo img#about-us__big-logo-img-2 {
  left: 367px;
  top: 222px;
  -webkit-transition: all 0.5s 0.5s;
  -o-transition: all 0.5s 0.5s;
  transition: all 0.5s 0.5s;
  -webkit-transform: translate(-50px, 0);
      -ms-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.about-us__big-logo img#about-us__big-logo-img-3 {
  right: 20px;
  top: 134px;
  -webkit-transition: all 0.5s 1s;
  -o-transition: all 0.5s 1s;
  transition: all 0.5s 1s;
  -webkit-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.about-us__big-logo img#about-us__big-logo-img-4 {
  right: 15px;
  top: 25px;
  -webkit-transition: opacity 0.5s 1.5s, -webkit-transform 0.5s 3.5s;
  transition: opacity 0.5s 1.5s, -webkit-transform 0.5s 3.5s;
  -o-transition: opacity 0.5s 1.5s, transform 0.5s 3.5s;
  transition: opacity 0.5s 1.5s, transform 0.5s 3.5s;
  transition: opacity 0.5s 1.5s, transform 0.5s 3.5s, -webkit-transform 0.5s 3.5s;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.about-us__big-logo img#about-us__big-logo-img-5 {
  top: 70px;
  left: 15px;
  -webkit-transition: all 0.5s 2s;
  -o-transition: all 0.5s 2s;
  transition: all 0.5s 2s;
  -webkit-transform: translate(-50px, -50px);
      -ms-transform: translate(-50px, -50px);
          transform: translate(-50px, -50px);
}

.about-us__big-logo img#about-us__big-logo-img-6 {
  right: 227px;
  top: 427px;
  -webkit-transition: all 0.5s 2.5s;
  -o-transition: all 0.5s 2.5s;
  transition: all 0.5s 2.5s;
  -webkit-transform: translate(-50px, 50px);
      -ms-transform: translate(-50px, 50px);
          transform: translate(-50px, 50px);
}

.about-us__big-logo img#about-us__big-logo-img-7 {
  right: 8px;
  top: 20px;
  -webkit-transition: all 0.5s 3s;
  -o-transition: all 0.5s 3s;
  transition: all 0.5s 3s;
  -webkit-transform: translate(50px, -50px);
      -ms-transform: translate(50px, -50px);
          transform: translate(50px, -50px);
}

@media screen and (max-width: 1420px) {
  .about-us__big-logo {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
}

@media screen and (max-width: 1200px) {
  .about-us__image {
    max-width: 550px;
    margin: 60px auto 0;
    width: 100%;
  }
  .about-us__content {
    width: 100%;
  }
  .about-us__container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .about-us__content h2 {
    text-align: center;
  }
  .about-us__content p {
    text-align: center;
  }
  .about-us__content a {
    margin: 0 auto;
  }
  .about-us__big-logo {
    width: 555px;
    height: 550px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/logo-website.png");
  }
  .about-us__big-logo img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .about-us__content h2 {
    font-size: 40px;
  }
  .about-us__content p {
    font-size: 18px;
  }
  .about-us__content a {
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  .about-us {
    padding: 60px 15px 0;
  }
  .about-us__big-logo {
    width: 290px;
    height: 290px;
  }
  .about-us__big-logo img {
    display: none;
  }
}

.information {
  background-color: #08384c;
  padding: 0 15px;
  position: relative;
  overflow: hidden;
}

.information:after {
  position: absolute;
  height: 240px;
  content: "";
  top: 0;
  left: -10%;
  right: -10%;
  background-color: #f8f8f8;
  -webkit-transform: rotate(3deg) translateY(-50%);
      -ms-transform: rotate(3deg) translateY(-50%);
          transform: rotate(3deg) translateY(-50%);
}

.information.top-corner {
  padding-top: 240px;
}

.information__header h2 {
  font-family: 'Assistant', sans-serif;
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: -1.44px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

.information__header p {
  font-family: 'Assistant', sans-serif;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: -0.62px;
  text-align: center;
  color: #bfc6c9;
  margin: 0 0 20px;
}

.information__global-box {
  padding: 120px 0;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
}

.information__box {
  background-color: #0d4861;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.information__box.right {
  padding: 120px 0 120px 120px;
}

.information__box.left {
  padding: 120px 120px 120px 0;
}

.information__box-image-part {
  max-width: 690px;
  position: relative;
}

.information__box-image-part.right {
  margin-left: 30px;
}

.information__box-image-part.right:after {
  position: absolute;
  background-color: #08384c;
  content: "";
  top: -120px;
  right: 0;
  bottom: -120px;
  width: 300px;
}

.information__box-image-part.left {
  margin-right: 30px;
}

.information__box-image-part.left:after {
  position: absolute;
  background-color: #08384c;
  content: "";
  top: -120px;
  left: 0;
  bottom: -120px;
  width: 300px;
}

.information__box-image-part img {
  display: block;
  margin: 0 auto 30px;
  max-width: 100%;
  position: relative;
  z-index: 10;
}

.information__box-content-part {
  width: 720px;
}

.information__box-content-part-head h2 {
  font-family: 'Assistant', sans-serif;
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: -1.44px;
  text-align: right;
  color: #ffffff;
  margin: 0 0 20px;
}

.information__box-content-part-head p {
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: right;
  color: #f8f8f8;
  margin: 0 0 20px;
}

.information__box-content-part-body {
  padding: 70px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.information__box-content-part-body.colored h3, .information__box-content-part-body.colored p {
  color: #181819;
}

.information__box-content-part-body.colored p {
  margin: 0;
}

.information__box-content-part-body-item {
  padding-right: 20px;
  position: relative;
  width: -webkit-calc(50% - 50px);
  width: calc(50% - 50px);
  margin: 0 0 70px;
}

.information__box-content-part-body-item.blue-line:after {
  position: absolute;
  content: "";
  height: 100%;
  right: 0;
  top: 0;
  width: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a2ff), to(#00e3c8));
  background-image: -o-linear-gradient(top, #00a2ff, #00e3c8);
  background-image: linear-gradient(to bottom, #00a2ff, #00e3c8);
}

.information__box-content-part-body-item.purple-line:after {
  position: absolute;
  content: "";
  height: 100%;
  right: 0;
  top: 0;
  width: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9852f7), to(#e13cec));
  background-image: -o-linear-gradient(top, #9852f7, #e13cec);
  background-image: linear-gradient(to bottom, #9852f7, #e13cec);
}

.information__box-content-part-body-item.orange-line:after {
  position: absolute;
  content: "";
  height: 100%;
  right: 0;
  top: 0;
  width: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fc4a1a), to(#f7b733));
  background-image: -o-linear-gradient(top, #fc4a1a, #f7b733);
  background-image: linear-gradient(to bottom, #fc4a1a, #f7b733);
}

.information__box-content-part-body-item h3 {
  font-family: 'Assistant', sans-serif;
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: -0.96px;
  color: #ffffff;
  margin: 0 0 20px;
  text-align: right;
}

.information__box-content-part-body-item p {
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: right;
  color: #f8f8f8;
  margin: 0;
}

.information__box-content-part-footer.colored h2 {
  font-family: 'Assistant', sans-serif;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: -0.72px;
  text-align: right;
  color: #181819;
  margin: 0 0 30px;
}

.information__box-content-part-footer h2 {
  font-family: 'Assistant', sans-serif;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: -0.72px;
  text-align: right;
  color: #ffffff;
  margin: 0 0 30px;
}

.information__box-content-part-footer-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.information__box-content-part-footer-images img {
  margin-left: 30px;
}

.information__box-content-part-footer-images img:last-child {
  margin-left: 0;
}

@media screen and (max-width: 1600px) {
  .information__box.right {
    padding: 120px 0 120px 60px;
  }
  .information__box.left {
    padding: 120px 60px 120px 0;
  }
  .information__box-content-part-footer-images img {
    max-width: 120px;
  }
}

@media screen and (max-width: 1200px) {
  .information__box-image-part {
    width: 100%;
  }
  .information__box-content-part {
    width: 100%;
  }
  .information__box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .information__box.right {
    padding: 60px 60px;
  }
  .information__box.left {
    padding: 60px 60px;
  }
  .information__box-image-part {
    max-width: 100%;
  }
  .information__box-image-part img {
    margin: 0 auto 60px;
    display: block;
    max-width: 100%;
  }
  .information__box-image-part.left, .information__box-image-part.right {
    margin: 0;
  }
  .information__box-image-part.left:after, .information__box-image-part.right:after {
    display: none;
  }
  .information__box-content-part-body-item {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }
  .information__global-box {
    padding: 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .information__header h2 {
    font-size: 40px;
  }
  .information__header p {
    font-size: 18px;
  }
  .information__box-content-part-body {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .information__box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .information__box.right {
    padding: 15px;
  }
  .information__box.left {
    padding: 15px;
  }
  .information__box-content-part-body-item {
    width: 100%;
  }
  .information__box-image-part img {
    margin: 0 auto 30px;
  }
  .information__box-content-part-head h2 {
    font-size: 40px;
  }
  .information__box-content-part-head p {
    font-size: 18px;
  }
  .information__box-content-part-body-item p {
    font-size: 18px;
  }
  .information__box-content-part-footer {
    display: none;
  }
}

.testimonials {
  position: relative;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 240px 15px;
}

.testimonials:after {
  position: absolute;
  height: 240px;
  content: "";
  top: 0;
  left: -10%;
  right: -10%;
  background-color: #08384c;
  -webkit-transform: rotate(-3deg) translateY(-50%);
      -ms-transform: rotate(-3deg) translateY(-50%);
          transform: rotate(-3deg) translateY(-50%);
}

.testimonials:before {
  position: absolute;
  height: 240px;
  content: "";
  bottom: 0;
  left: -10%;
  right: -10%;
  background-color: #f0f0f0;
  -webkit-transform: rotate(3deg) translateY(50%);
      -ms-transform: rotate(3deg) translateY(50%);
          transform: rotate(3deg) translateY(50%);
}

.testimonials__container {
  margin: 0 auto;
  width: 100%;
  max-width: 1700px;
}

.testimonials__container h2 {
  font-family: 'Assistant', sans-serif;
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: -1.44px;
  text-align: center;
  color: #ffffff;
  margin: 0 0 50px;
}

.testimonials__slide {
  padding: 20px 0;
}

.testimonials__slide:focus, .testimonials__slide:active, .testimonials__slide:hover {
  text-decoration: none;
  outline: none;
}

.testimonials__slide-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  direction: rtl;
}

.testimonials__slide-head-left, .testimonials__slide-head-right {
  margin: 0 10px;
}

.testimonials__slide-content {
  margin: 0 auto;
  max-width: 992px;
}

.testimonials__slide-content p {
  font-family: 'Assistant', sans-serif;
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: -0.96px;
  text-align: center;
  color: #bfc6c9;
  min-height: 180px;
  margin: 0 0 20px;
}

.testimonials__slide-content a {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-family: 'Assistant', sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.53px;
  text-align: center;
  color: #ffffff;
  width: 240px;
  height: 54px;
  line-height: 54px;
  background-image: -webkit-gradient(linear, right top, left top, from(#19a7b7), to(#19a7b7));
  background-image: -o-linear-gradient(right, #19a7b7, #19a7b7);
  background-image: linear-gradient(to left, #19a7b7, #19a7b7);
  background-size: 200% auto;
  border-radius: 36px;
  transition: all 0.5s;
}
.testimonials__slide-content a:hover {
  background-position: right center;
}

.testimonials__slide-content a:hover {
  color: #ffffff;
  text-decoration: none;
}

.testimonials__slide-head-name {
  font-family: 'Assistant', sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.27;
  letter-spacing: -0.53px;
  text-align: right;
  color: white;
  margin: 0 0 10px;
}

.testimonials__slide-head-position {
  font-family: 'Assistant', sans-serif;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.27;
  letter-spacing: -0.53px;
  text-align: right;
  color: #bfc6c9;
  margin: 0 0 10px;
}

.testimonials__slide-head-left {
  text-align: right;
}

.testimonials__slide-head-right img {
  max-width: 125px;
  display: block;
  border-radius: 50%;
}

.testimonials__slide-head {
  margin: 0 0 20px;
}

.testimonials__slider {
  padding-left: 20px;
}

.testimonials__slider.slick-slider .slick-track,
.testimonials__slider.slick-slider .slick-list {
  direction: ltr;
}

.testimonials__slider.slick-dotted.slick-slider {
  margin: 0;
}

.testimonials__slider .slick-dots {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonials__slider .slick-dots li {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 16px;
  height: 16px;
  margin: 4px 0;
  position: relative;
  padding: 4px;
}

.testimonials__slider .slick-dots li button:before {
  display: none;
}

.testimonials__slider .slick-dots li button {
  border-radius: 50%;
  background-color: #19a7b7;
}

.testimonials__slider .slick-dots li.slick-active {
  padding: 0;
}

.testimonials__slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}

@media screen and (max-width: 1200px) {
  .testimonials__slide-content p {
    font-size: 24px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .testimonials__container h2 {
    font-size: 40px;
  }
  .testimonials__slide-content p, .testimonials__slide-content a {
    font-size: 18px;
  }
  .testimonials__slide-content p {
    min-height: auto;
  }
  .testimonials__slide-head-right img {
    max-width: 100px;
  }
  .testimonials__slide-head {
    margin: 0 0 40px;
  }
  .testimonials__slider {
    padding: 0;
  }
  .testimonials__slider .slick-dots {
    display: none;
  }
}

.blog {
  padding: 60px 15px;
  background-color: #f0f0f0;
}

.blog__more-posts a {
  display: block;
  margin: 50px auto 0;
  font-family: 'Assistant', sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.53px;
  text-align: center;
  color: #ffffff;
  width: 240px;
  height: 54px;
  line-height: 54px;
  background-image: -o-linear-gradient(right, #00a2ff, #00e3c8);
  background-image: -webkit-gradient(linear, right top, left top, from(#00a2ff), to(#00e3c8));
  background-image: linear-gradient(to left, #00a2ff, #00e3c8);
  border-radius: 36px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  background-size: 200% auto;
  z-index: 10;
}
.blog__more-posts a:hover {
  background-position: right center;
}

.blog__more-posts a:hover {
  text-decoration: none;
  color: #ffffff;
}

.blog__head h2 {
  font-family: 'Assistant', sans-serif;
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: -1.44px;
  text-align: center;
  color: #181819;
  margin: 0;
}

.blog__head p {
  font-family: 'Assistant', sans-serif;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: -0.62px;
  text-align: center;
  color: #616c71;
  margin: 0 0 60px;
}

.blog__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1700px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
}

.blog__item {
  display: block;
  width: -webkit-calc(33.33% - 20px);
  width: calc(33.33% - 20px);
}

.blog__item:hover {
  text-decoration: none;
}

.blog__item:hover .blog__item-img:after,
.blog__item:hover .blog__item-img span {
  opacity: 1;
}
.blog__item:hover .blog__item-img span:hover {
  background-position: right center;
}

.blog__item-img {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 350px;
  height: 350px;
  width: 100%;
	position: relative;
}

.blog__item-img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.blog__item-img span {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-family: 'Assistant', sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.53px;
  text-align: center;
  color: #ffffff;
  width: 240px;
  height: 54px;
  line-height: 54px;
  background-image: -webkit-gradient(linear, right top, left top, from(#19a7b7), to(#19a7b7));
  background-image: -o-linear-gradient(right, #19a7b7, #19a7b7);
  background-image: linear-gradient(to left, #19a7b7, #19a7b7);
  background-size: 200% auto;
  border-radius: 36px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog__item-content {
  padding: 30px;
}

.blog__item-category {
  font-family: 'Assistant', sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.28;
  letter-spacing: -0.43px;
  text-align: right;
  color: #375e6e;
  margin: 0 0 10px;
}

.blog__item-title {
  font-family: 'Assistant', sans-serif;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: right;
  color: #181819;
  margin: 0 0 10px;
}

.blog__item-text {
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: right;
  color: #616c71;
}

.blog__footer a {
  display: block;
  text-align: center;
  margin: 60px auto 0;
  font-family: 'Assistant', sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.53px;
  text-align: center;
  color: #ffffff;
  width: 240px;
  height: 54px;
  line-height: 54px;
  background-image: -webkit-gradient(linear, right top, left top, from(#19a7b7), to(#19a7b7));
  background-image: -o-linear-gradient(right, #19a7b7, #19a7b7);
  background-image: linear-gradient(to left, #19a7b7, #19a7b7);
  transition: all 0.5s;
  border-radius: 36px;
  background-size: 200% auto;
}

.blog__footer a:hover {
  text-decoration: none;
  color: #ffffff;
  background-position: right center;
}

@media screen and (max-width: 1200px) {
  .blog__item-img {
    min-height: 300px;
  }
  .blog__item-content {
    padding: 20px;
  }
  .blog__item-title {
    font-size: 24px;
  }
  .blog__item-text {
    font-size: 18px;
  }
  .blog__item {
    width: -webkit-calc(33.33% - 10px);
    width: calc(33.33% - 10px);
  }
}

@media screen and (max-width: 992px) {
  .blog__container {
    display: block;
  }
  .blog__item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
  }
  .blog__item:last-child {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .blog {
    padding: 60px 15px;
  }
  .blog__footer a {
    font-size: 18px;
  }
  .blog__head h2 {
    font-size: 40px;
  }
  .blog__head p {
    font-size: 18px;
  }
  .blog__item-img span {
    font-size: 18px;
  }
}

.cta {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding: 300px 15px 180px;
}

.cta:before {
  position: absolute;
  height: 240px;
  content: "";
  top: 0;
  left: -10%;
  right: -10%;
  background-color: #f0f0f0;
  -webkit-transform: rotate(-3deg) translateY(-50%);
      -ms-transform: rotate(-3deg) translateY(-50%);
          transform: rotate(-3deg) translateY(-50%);
  z-index: 20;
}

.cta:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.cta__container {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  position: relative;
  z-index: 30;
}

.cta__container h2 {
  font-family: 'Assistant', sans-serif;
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: -1.44px;
  text-align: center;
  color: #ffffff;
  margin: 0 0 10px;
}

.cta__container p {
  font-family: 'Assistant', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: -0.72px;
  text-align: center;
  color: #ffffff;
  margin: 0 0 40px;
}

.cta__container a {
  display: block;
  text-align: center;
  margin: 60px auto 0;
  font-family: 'Assistant', sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.53px;
  text-align: center;
  color: #ffffff;
  width: 240px;
  height: 54px;
  line-height: 54px;
  background-image: -o-linear-gradient(right, #19a7b7, #19a7b7);
  background-image: -webkit-gradient(linear, right top, left top, from(#19a7b7), to(#19a7b7));
  background-image: linear-gradient(to left, #19a7b7, #19a7b7);
  border-radius: 36px;
  background-size: 200% auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.cta__container a:hover {
  text-decoration: none;
  background-position: right center;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .cta {
    padding: 200px 15px 60px;
  }
  .cta__container h2 {
    font-size: 40px;
  }
  .cta__container p, .cta__container a {
    font-size: 18px;
  }
}

.blog-header {
  min-height: 100vh;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 200px 15px;
  background-attachment: fixed;
}

.blog-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.blog-header__content {
  position: relative;
  z-index: 10;
  padding: 0 35px;
  max-width: 100%;
}

.blog-header__slide-wrapper {
  max-width: 740px;
  margin: 0 auto;
  direction: rtl;
}

.blog-header__slide:focus, .blog-header__slide:active, .blog-header__slide:hover {
  text-decoration: none;
  outline: none;
}

.blog-header__slide h3 {
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

.blog-header__slide h2 {
  font-family: 'Assistant', sans-serif;
  font-size: 80px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: -1.92px;
  text-align: center;
  color: #ffffff;
  margin: 0 0 10px;
}

.blog-header__slide p {
  font-family: 'Assistant', sans-serif;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.15;
  letter-spacing: -0.62px;
  text-align: center;
  color: #f8f8f8;
  margin: 0 0 20px;
}

.blog-header__slide a {
  display: block;
  text-align: center;
  width: 210px;
  height: 54px;
  line-height: 54px;
  color: #ffffff;
  font-family: 'Assistant', sans-serif;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: -0.53px;
  border-radius: 36px;
  background-image: -webkit-gradient(linear, right top, left top, from(#19a7b7), to(#19a7b7));
  background-image: -o-linear-gradient(right, #19a7b7, #19a7b7);
  background-image: linear-gradient(to left, #19a7b7, #19a7b7);
  background-size: 200% auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  margin: 0 auto;
}
.blog-header__slide a:hover {
  background-position: right center;
}


.blog-header__slide a:hover {
  text-decoration: none;
  color: #ffffff;
}

.blog-header__slide-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  direction: rtl;
  padding-bottom: 30px;
}

.blog-header__slide-head-right, .blog-header__slide-head-left {
  margin: 10px;
}

.blog-header__name {
  font-family: 'Assistant', sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff;
}

.blog-header__position {
  font-family: 'Assistant', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff;
}

.blog-header__slide-head-left img {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  width: 63px;
  height: auto;
}

.blog-header__slider {
  padding-left: 20px;
}

.blog-header__slider.slick-slider .slick-track,
.blog-header__slider.slick-slider .slick-list {
  direction: ltr !important;
}

.blog-header__slider.slick-dotted.slick-slider {
  margin: 0;
}

.blog-header__slider .slick-dots {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 50;
}

.blog-header__slider .slick-dots li {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 16px;
  height: 16px;
  margin: 4px 0;
  position: relative;
  padding: 4px;
}

.blog-header__slider .slick-dots li button:before {
  display: none;
}

.blog-header__slider .slick-dots li button {
  border-radius: 50%;
  background-color: #19a7b7;
}

.blog-header__slider .slick-dots li.slick-active {
  padding: 0;
}

.blog-header__slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .blog-header {
    min-height: auto;
    padding: 200px 15px 120px;
  }
  .blog-header__slide h3, .blog-header__slide p, .blog-header__slide a {
    font-size: 18px;
  }
  .blog-header__slide h2 {
    font-size: 40px;
  }
  .blog-header__content {
    padding: 0;
  }
  .blog-header__slider .slick-dots {
    display: none !important;
  }
}

.half-header {
  padding: 150px 15px 120px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
}

.half-header.with-corner {
  position: relative;
  overflow: hidden;
  min-height: 600px;
}

.half-header.with-corner:after {
  position: absolute;
  height: 240px;
  content: "";
  bottom: 0;
  left: -10%;
  right: -10%;
  background-color: #f0f0f0;
  -webkit-transform: rotate(3deg) translateY(50%);
      -ms-transform: rotate(3deg) translateY(50%);
          transform: rotate(3deg) translateY(50%);
  z-index: 20;
}

.half-header__container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.half-header__container h1 {
  text-align: center;
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: -1.92px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  font-family: 'Assistant', sans-serif;
  margin: 0 0 20px;
}

.half-header__container p {
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  font-family: 'Assistant', sans-serif;
  margin: 0;
  letter-spacing: -0.62px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #ffffff;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.half-header__container p.half-header__date {
  margin: 0 auto 20px;
}

.half-header__container a {
  display: block;
  margin: 60px auto 0;
  font-family: 'Assistant', sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.53px;
  text-align: center;
  color: #ffffff;
  width: 240px;
  height: 54px;
  line-height: 54px;
  background-image: -o-linear-gradient(right, #19a7b7, #19a7b7);
  background-image: -webkit-gradient(linear, right top, left top, from(#19a7b7), to(#19a7b7));
  background-image: linear-gradient(to left, #19a7b7, #19a7b7);
  border-radius: 36px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 200% auto;
}
.half-header__container a:hover {
  background-position: right center;
}

.half-header__container a:hover {
  text-decoration: none;
  color: #ffffff;
}

.half-header__container img {
  display: block;
  border-radius: 50%;
  max-width: 63px;
  height: auto;
  margin: 20px auto 10px;
}

.half-header__name {
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  font-family: 'Assistant', sans-serif;
  margin: 0;
  letter-spacing: -0.62px;
  font-style: normal;
  font-stretch: normal;
  color: #ffffff;
  font-weight: bold;
}

.half-header__position {
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  font-family: 'Assistant', sans-serif;
  margin: 0;
  letter-spacing: -0.62px;
  font-style: normal;
  font-stretch: normal;
  color: #ffffff;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .half-header {
    min-height: auto;
  }
  .half-header.with-corner {
    min-height: auto;
  }
  .half-header.with-corner:after {
    display: none;
  }
  .half-header__container h1 {
    font-size: 40px;
  }
  .half-header__container p {
    font-size: 18px;
    line-height: 24px;
  }
}

.solutions-links {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding: 20px 15px;
}

.solutions-links__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.solutions-links__container a {
  display: block;
}

.solutions-links__container a:hover {
  text-decoration: none;
  color: #181819;
}

.solutions-links__container a img {
  display: block;
  margin: 0 auto;
}

.solutions-links__container a span {
  display: block;
  font-family: 'Assistant', sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: -0.58px;
  text-align: center;
  color: #181819;
}

.solutions-links__img {
  min-height: 50px;
  margin: 0 0 5px;
}

@media screen and (max-width: 1200px) {
  .solutions-links__container a span {
    font-size: 18px;
  }
}

@media screen and (max-width: 850px) {
  .solutions-links__container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .solutions-links__container a {
    width: 50%;
    margin: 15px 0 30px;
  }
}

@media screen and (max-width: 475px) {
  .solutions-links__container a {
    width: 100%;
  }
}

.solutions-global__container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.solutions-global__col {
  width: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 200px 100px;
  background-size: cover;
  text-align: right;
}

.solutions-global__col.mixed {
  padding-top: 100px;
  padding-bottom: 100px;
}

.solutions-global__col > img {
  margin: 0 0 20px;
}

.solutions-global__col h2 {
  font-family: 'Assistant', sans-serif;
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -1.44px;
  text-align: right;
  color: #181819;
  margin: 0 0 20px;
}
.solutions-global__col h2 a,
.solutions-global__col h2 a:hover {
  color: #181819;
}

.solutions-global__col p {
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: right;
  color: #616c71;
  margin: 0 0 40px;
}

.solutions-global__col > a {
  display: inline-block;
  width: 204px;
  height: 54px;
  border-radius: 36px;
  text-align: center;
  color: #ffffff;
  line-height: 54px;
  font-size: 22px;
  font-weight: bold;
  font-family: 'Assistant', sans-serif;
  background-image: -webkit-gradient(linear, right top, left top, from(#19a7b7), to(#19a7b7));
  background-image: -o-linear-gradient(right, #19a7b7, #19a7b7);
  background-image: linear-gradient(to left, #19a7b7, #19a7b7);
  transition: all 0.5s;
  background-size: 200% auto;
}

.solutions-global__col > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-position: right center;
}

@media screen and (max-width: 1440px) {
  .solutions-global__col {
    padding: 150px 50px;
  }
  .solutions-global__col > img {
    max-width: 180px;
	width: 180px;
  }
  .solutions-global__col h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .solutions-global__col {
    padding: 100px 25px;
  }
  .solutions-global__col > img {
    max-width: 180px;
	width: 180px;
  }
  .solutions-global__col h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 992px) {
  .solutions-global__col {
    width: 100%;
    padding: 100px 25px;
  }
  .solutions-global__col.mixed {
    padding: 50px 15px;
  }
  .solutions-global__container:nth-child(even) .solutions-global__col:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .solutions-global__container:nth-child(even) .solutions-global__col:last-child {
    min-height: 400px;
  }
  .solutions-global__container:nth-child(odd) .solutions-global__col:first-child {
    min-height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .solutions-global__col {
    width: 100%;
    padding: 50px 15px;
  }
  .solutions-global__col > img {
    max-width: 50px;
  }
  .solutions-global__col h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .solutions-global__col p {
    font-size: 18px;
    line-height: 24px;
  }
  .solutions-global__container:nth-child(even) .solutions-global__col:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .solutions-global__container:nth-child(even) .solutions-global__col:last-child {
    min-height: 300px;
  }
  .solutions-global__container:nth-child(odd) .solutions-global__col:first-child {
    min-height: 300px;
  }
}

.custom-contact-us {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding: 180px 15px 90px;
}

.custom-contact-us.no-corner:before {
  display: none;
}

.custom-contact-us:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #181819;
  opacity: 0.6;
}

.custom-contact-us:before {
  position: absolute;
  height: 240px;
  z-index: 10;
  content: "";
  top: 0;
  left: -10%;
  right: -10%;
  background-color: #ffffff;
  -webkit-transform: rotate(-3deg) translateY(-40%);
  -ms-transform: rotate(-3deg) translateY(-40%);
  transform: rotate(-3deg) translateY(-40%);
}

.custom-contact-us__container {
  width: 100%;
  margin: 0 auto;
  max-width: 550px;
}

.custom-contact-us__content {
  padding: 100px 0 0;
  position: relative;
  z-index: 20;
}

.custom-contact-us__content h2 {
  font-family: 'Assistant', sans-serif;
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: -1.44px;
  text-align: center;
  color: #ffffff;
  margin: 0 0 20px;
}

.custom-contact-us__content p {
  text-align: center;
  color: #ffffff;
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.48px;
  text-align: center;
  margin: 0 0 20px;
}

.custom-contact-us__form p {
  margin: 0;
}

.custom-contact-us__form br {
  display: none;
}

.custom-contact-us__form input {
  width: 100%;
  display: block;
  height: 54px;
  line-height: 54px;
  background-color: #ffffff;
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.27;
  letter-spacing: -0.53px;
  text-align: right;
  color: #616c71;
  padding: 0 25px;
  border-radius: 36px;
  margin: 0 0 20px;
}

.custom-contact-us__form input::-webkit-input-placeholder {
  color: #616c71;
}

.custom-contact-us__form input::-moz-placeholder {
  color: #616c71;
}

.custom-contact-us__form input:-ms-input-placeholder {
  color: #616c71;
}

.custom-contact-us__form input::-ms-input-placeholder {
  color: #616c71;
}

.custom-contact-us__form input::placeholder {
  color: #616c71;
}

.custom-contact-us__form textarea {
  height: 110px;
  line-height: 54px;
  background-color: #ffffff;
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.27;
  letter-spacing: -0.53px;
  text-align: right;
  color: #616c71;
  padding: 12px 25px;
  border-radius: 36px;
  margin: 0 0 20px;
  width: 100%;
  display: block;
  resize: none;
}

.custom-contact-us__form textarea::-webkit-input-placeholder {
  color: #616c71;
}

.custom-contact-us__form textarea::-moz-placeholder {
  color: #616c71;
}

.custom-contact-us__form textarea:-ms-input-placeholder {
  color: #616c71;
}

.custom-contact-us__form textarea::-ms-input-placeholder {
  color: #616c71;
}

.custom-contact-us__form textarea::placeholder {
  color: #616c71;
}

.custom-contact-us__form input[type="submit"] {
  color: #ffffff;
  width: 100%;
  max-width: 200px;
  height: 54px;
  line-height: 52px;
  font-family: 'Assistant', sans-serif;
  margin: 0 auto 30px;
  border-radius: 36px;
  background-image: -webkit-gradient(linear, right top, left top, from(#19a7b7), to(#19a7b7));
  background-image: -o-linear-gradient(right, #19a7b7, #19a7b7);
  background-image: linear-gradient(to left, #19a7b7, #19a7b7);
  text-align: center;
  transition: all 0.5s;
  background-size: 200% auto;
  cursor: pointer;
  font-weight: bold;
}
.custom-contact-us__form input[type="submit"]:hover {
  background-position: right center;
}

.custom-contact-us__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.custom-contact-us__row.submit {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom-contact-us__half {
  width: 260px;
}

.custom-contact-us__full {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .custom-contact-us {
    padding: 90px 15px 90px;
  }
  .custom-contact-us__content h2 {
    font-size: 40px;
  }
  .custom-contact-us__content p {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .custom-contact-us__half {
    width: 100%;
  }
}

.global-contact-us-page {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.custom-counters {
  background-color: #f8f8f8;
  padding: 120px 15px 60px;
  position: relative;
  overflow: hidden;
}

.custom-counters:after {
  position: absolute;
  height: 240px;
  content: "";
  bottom: 0;
  left: -10%;
  right: -10%;
  background-color: #ffffff;
  -webkit-transform: rotate(-3deg) translateY(50%);
      -ms-transform: rotate(-3deg) translateY(50%);
          transform: rotate(-3deg) translateY(50%);
}

.custom-counters__header h2 {
  font-family: 'Assistant', sans-serif;
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -1.44px;
  color: #181819;
  margin: 0 0 60px;
  text-align: center;
}

.custom-counters__container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.custom-counters__item {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  width: -webkit-calc(33.33% - 15px);
  width: calc(33.33% - 15px);
  padding: 50px 70px;
  min-height: 440px;
  margin: 0 0 30px;
}

.custom-counters__item img {
  display: block;
  margin: 0 auto 35px;
}

.custom-counters__item h3 {
  text-align: center;
  font-family: 'Assistant', sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: -0.58px;
  text-align: center;
  color: #181819;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #BFC6C9;
}

.custom-counters__item p {
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #616c71;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .custom-counters__header h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 992px) {
  .custom-counters__item {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    padding: 50px 45px;
  }
}

@media screen and (max-width: 767px) {
  .custom-counters {
    padding: 80px 15px 20px;
  }
  .custom-counters__header h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .custom-counters__item {
    width: 100%;
    padding: 50px 30px;
  }
}

.opisoft-about {
  padding: 180px 15px 210px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.opisoft-about:after {
  position: absolute;
  height: 240px;
  content: "";
  bottom: 0;
  left: -10%;
  right: -10%;
  background-color: #f8f8f8;
  -webkit-transform: rotate(3deg) translateY(50%);
      -ms-transform: rotate(3deg) translateY(50%);
          transform: rotate(3deg) translateY(50%);
}

.opisoft-about__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1600px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
}

.opisoft-about__content-box {
  width: 550px;
  text-align: right;
}

.opisoft-about__content-box h2 {
  font-family: 'Assistant', sans-serif;
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -1.44px;
  text-align: right;
  color: #181819;
  margin: 0 0 20px;
}

.opisoft-about__content-box p {
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: right;
  color: #616c71;
  margin: 0 0 40px;
}

.opisoft-about__content-box a.about-us-link {
  display: inline-block;
  text-align: center;
  width: 210px;
  height: 54px;
  line-height: 54px;
  color: #ffffff;
  font-family: 'Assistant', sans-serif;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: -0.53px;
  border-radius: 36px;
  background-image: -webkit-gradient(linear, right top, left top, from(#19a7b7), to(#19a7b7));
  background-image: -o-linear-gradient(right, #19a7b7, #19a7b7);
  background-image: linear-gradient(to left, #19a7b7, #19a7b7);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  background-size: 200% auto;
}

.opisoft-about .opisoft-about__content-box p a {
	pointer-events: auto !important;
}

.opisoft-about__content-box a.about-us-link:hover {
  background-position: right center;
}

.opisoft-about__content-box a.about-us-link:hover {
  text-decoration: none;
  color: #ffffff;
}

.opisoft-about__img-box {
  position: relative;
}

.opisoft-about__big-img {
  display: block;
  max-width: 700px;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.16);
}

.opisoft-about__top-img {
  position: absolute;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.16);
  right: 0;
  top: 0;
  -webkit-transform: translate(60%, -60%);
      -ms-transform: translate(60%, -60%);
          transform: translate(60%, -60%);
}

.opisoft-about__bottom-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 75%);
      -ms-transform: translate(-50%, 75%);
          transform: translate(-50%, 75%);
  display: block;
  max-width: 400px;
  bottom: 0;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 1500px) {
  .opisoft-about__big-img {
    max-width: 500px;
  }
  .opisoft-about__top-img {
    max-width: 250px;
    -webkit-transform: translate(50%, -60%);
        -ms-transform: translate(50%, -60%);
            transform: translate(50%, -60%);
  }
  .opisoft-about__bottom-img {
    max-width: 300px;
  }
}

@media screen and (max-width: 1200px) {
  .opisoft-about__top-img, .opisoft-about__bottom-img {
    display: none;
  }
  .opisoft-about__content-box h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1100px) {
  .opisoft-about {
    padding: 60px 15px;
  }
  .opisoft-about__container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .opisoft-about__content-box {
    width: 100%;
  }
  .opisoft-about__content-box h2, .opisoft-about__content-box p {
    text-align: center;
  }
  .opisoft-about__content-box a {
    display: block;
    margin: 0 auto 50px;
  }
  .opisoft-about__big-img {
    max-width: 700px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .opisoft-about__img-box {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .opisoft-about {
    padding: 20px 15px;
    background-color: #ffffff;
  }
  .opisoft-about__big-img {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .opisoft-about__content-box h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

.team {
  background-color: #f8f8f8;
  padding: 100px 15px 20px;
}

.team__header {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

.team__header h2 {
  font-family: 'Assistant', sans-serif;
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -1.44px;
  text-align: center;
  color: #181819;
  margin: 0 0 20px;
}

.team__header p {
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #616c71;
  margin: 0 0 40px;
}

.team__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.team__item {
  width: -webkit-calc(33% - 15px);
  width: calc(33% - 15px);
  margin: 30px 0 90px;
}

.team__item img {
  display: block;
  margin: 0 auto 30px;
  max-width: 100%;
}

.team__item h3 {
  font-family: 'Assistant', sans-serif;
  font-size: 26px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: -0.62px;
  text-align: center;
  color: #181819;
  margin: 0 0 5px;
}

.team__item p {
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #616c71;
  margin: 0 0 15px;
}

.team__item-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team__item-social a:first-child {
  margin-top: -2px;
}

.team__item-social svg {
  width: 22px;
  height: 22px;
  margin: 0 10px;
  fill: #00a2ff;
}

.team__whole-team a {
  display: block;
  text-align: center;
  width: 210px;
  height: 54px;
  line-height: 54px;
  color: #ffffff;
  font-family: 'Assistant', sans-serif;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: -0.53px;
  border-radius: 36px;
  background-image: -o-linear-gradient(right, #00a2ff, #00e3c8);
  background-image: -webkit-gradient(linear, right top, left top, from(#00a2ff), to(#00e3c8));
  background-image: linear-gradient(to left, #00a2ff, #00e3c8);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  background-size: 200% auto;
  margin: 0 auto;
}
.team__whole-team a:hover {
  background-position: right center;
}

@media screen and (max-width: 1200px) {
  .team__header h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 992px) {
  .team {
    padding: 100px 15px 60px;
  }
  .team__item {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 767px) {
  .team {
    padding: 100px 15px 60px;
  }
  .team__header h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .team__item {
    margin: 30px 0;
    width: 100%;
  }
}

.opisoft-partners {
  position: relative;
  padding: 300px 15px;
  overflow: hidden;
  background-color: #ffffff;
}

.opisoft-partners:after {
  position: absolute;
  height: 240px;
  content: "";
  top: 0;
  left: -10%;
  right: -10%;
  -webkit-transform: rotate(-3deg) translateY(-50%);
      -ms-transform: rotate(-3deg) translateY(-50%);
          transform: rotate(-3deg) translateY(-50%);
}

.opisoft-partners:before {
  position: absolute;
  height: 240px;
  content: "";
  bottom: 0;
  left: -10%;
  right: -10%;
  background-color: #f0f0f0;
  -webkit-transform: rotate(3deg) translateY(50%);
      -ms-transform: rotate(3deg) translateY(50%);
          transform: rotate(3deg) translateY(50%);
}

.opisoft-partners__header {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.opisoft-partners__header h2 {
  font-family: 'Assistant', sans-serif;
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -1.44px;
  text-align: center;
  color: #181819;
  margin: 0 0 20px;
}

.opisoft-partners__header p {
  font-family: 'Assistant', sans-serif;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #616c71;
  margin: 0 0 40px;
}

.opisoft-partners__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  z-index: 10;
}

.opisoft-partners__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  min-height: 145px;
  width: -webkit-calc(20% - 20px);
  width: calc(20% - 20px);
  margin: 20px 0 10px;
}

.opisoft-partners__item img {
  display: block;
  max-width: 100%;
}

.opisoft-partners__whole-clients a {
  display: block;
  text-align: center;
  width: 210px;
  height: 54px;
  line-height: 54px;
  color: #ffffff;
  font-family: 'Assistant', sans-serif;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: -0.53px;
  border-radius: 36px;
  background-image: -webkit-gradient(linear, right top, left top, from(#19a7b7), to(#19a7b7));
  background-image: -o-linear-gradient(right, #19a7b7, #19a7b7);
  background-image: linear-gradient(to left, #19a7b7, #19a7b7);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  margin: 50px auto 0;
  background-size: 200% auto;
}

.opisoft-partners__whole-clients a:hover {
  text-decoration: none;
  color: #ffffff;
  background-position: right center;
}

@media screen and (max-width: 1200px) {
  .opisoft-partners__header h2 {
    font-size: 40px;
  }
  .opisoft-partners__item {
    width: -webkit-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
  }
}

@media screen and (max-width: 992px) {
  .opisoft-partners {
    padding: 60px 15px;
  }
  .opisoft-partners:after, .opisoft-partners:before {
    display: none;
  }
  .opisoft-partners__item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .opisoft-partners {
    padding: 60px 15px;
  }
  .opisoft-partners:after, .opisoft-partners:before {
    display: none;
  }
  .opisoft-partners__header h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .opisoft-partners__item {
    width: 100%;
  }
}

.opisoft-clients {
  background-color: #f0f0f0;
  padding: 60px 15px;
}

.post-content {
  background-color: #ffffff;
  padding: 80px 15px 120px;
  position: relative;
  overflow: hidden;
}

.post-content.no-corner {
  padding: 80px 15px 60px;
}

.post-content.no-corner:after {
  display: none;
}

.post-content:after {
  position: absolute;
  height: 140px;
  content: "";
  bottom: 0;
  left: -10%;
  right: -10%;
  background-color: #f0f0f0;
  -webkit-transform: rotate(3deg) translateY(50%);
      -ms-transform: rotate(3deg) translateY(50%);
          transform: rotate(3deg) translateY(50%);
}

.post-content__container {
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  position: relative;
}

.post-content__container h2 {
  font-family: 'Assistant', sans-serif;
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: right;
  color: #181819;
  margin: 0 0 60px;
}

.post-content__container h3 {
  font-family: 'Assistant', sans-serif;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: right;
  color: #181819;
  margin: 0 0 30px;
}

.post-content__container h4 {
  font-family: 'Assistant', sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: right;
  color: #181819;
  margin: 0 0 15px;
}

.post-content__container p {
  font-family: 'Assistant', sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: right;
  color: #181819;
  margin: 0 0 30px;
}

.post-content__container img {
  display: block;
  max-width: 100%;
  margin: 0 auto 30px;
}

.post-content__container ul, .post-content__container ol {
  padding-right: 25px;
}

.post-content__container ul li,
.post-content__container ol li {
  font-family: 'Assistant', sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: right;
  color: #181819;
  margin: 0 0 5px;
  padding-right: 5px;
}

.post-content__container a {
  text-decoration: underline;
  color: #181819;
}

.post-content__social-links {
  position: absolute;
  top: 10px;
  left: -100px;
}

.post-content__social-links button {
  border: none;
  background-color: transparent;
}

.post-content__social-links button:focus, .post-content__social-links button:hover {
  outline: none;
  border: none;
  background-color: transparent;
}

@media screen and (max-width: 1360px) {
  .post-content__social-links {
    left: -60px;
  }
}

@media screen and (max-width: 1280px) {
  .post-content__social-links {
    position: static;
    text-align: right;
  }
  .post-content__social-links a, .post-content__social-links button {
    display: inline-block;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .post-content__container h2 {
    font-size: 32px;
  }
  .post-content__container h3 {
    font-size: 24px;
  }
  .post-content__container h4 {
    font-size: 18px;
  }
  .post-content__container p {
    font-size: 16px;
  }
  .post-content__container ul li,
  .post-content__container ol li {
    font-size: 16px;
  }
}

.job-board {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding: 20px 15px;
  margin-bottom: 10px;
}

.job-board__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.job-board__col h3 {
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: right;
  color: #181819;
  margin: 10px 0;
}

.job-board__links {
  text-align: right;
}

.job-board__links a {
  border-radius: 26px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: solid 1px #00a2ff;
  font-family: 'Assistant', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: normal;
  text-align: center;
  color: #181819;
  margin-left: 5px;
  margin-bottom: 5px;
  text-decoration: none;
  padding: 0 15px;
  display: inline-block;
}

.job-board__links a:hover {
  background-color: #00a2ff;
  color: #ffffff;
}

.job-board__links a.active {
  background-color: #00a2ff;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .job-board__col {
    width: 100%;
  }
  .job-board__links a {
    display: block;
    margin: 10px 0;
    text-align: center;
  }
}

.job-board-list {
  padding: 20px 15px;
  background-color: #ffffff;
}

.job-board-list__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.job-board-list__more-jobs a {
  display: block;
  margin: 50px auto 0;
  font-family: 'Assistant', sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.53px;
  text-align: center;
  color: #ffffff;
  width: 240px;
  height: 54px;
  line-height: 54px;
  background-image: -o-linear-gradient(right, #00a2ff, #00e3c8);
  background-image: -webkit-gradient(linear, right top, left top, from(#00a2ff), to(#00e3c8));
  background-image: linear-gradient(to left, #00a2ff, #00e3c8);
  border-radius: 36px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 10;
}

.job-board-list__more-jobs a:hover {
  text-decoration: none;
  color: #ffffff;
}

.job-board-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 40px 0;
  border-top: 1px solid #BFC6C9;
}

.job-board-list__item-information {
  margin-left: 80px;
  width: -webkit-calc(100% - 290px);
  width: calc(100% - 290px);
}

.job-board-list__item-information h3 {
  font-family: 'Assistant', sans-serif;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: right;
  color: #181819;
  margin: 0 0 15px;
}

.job-board-list__item-information h3 a {
  text-decoration: none;
}

.job-board-list__item-information h3 a:hover {
  text-decoration: none;
  color: #181819;
}

.job-board-list__item-information p {
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: right;
  color: #616c71;
  margin: 0 0 15px;
}

.job-board-list__item-information h2 {
  font-family: 'Assistant', sans-serif;
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: right;
  color: #181819;
  margin: 0 0 60px;
}

.job-board-list__item-information h3 {
  font-family: 'Assistant', sans-serif;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: right;
  color: #181819;
  margin: 0 0 30px;
}

.job-board-list__item-information h4 {
  font-family: 'Assistant', sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: right;
  color: #181819;
  margin: 0 0 15px;
}

.job-board-list__item-information img {
  display: block;
  max-width: 100%;
  margin: 0 auto 30px;
}

.job-board-list__item-information ul, .job-board-list__item-information ol {
  padding-right: 25px;
}

.job-board-list__item-information ul li,
.job-board-list__item-information ol li {
  font-family: 'Assistant', sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: right;
  color: #181819;
  margin: 0 0 5px;
  padding-right: 5px;
}

.job-board-list__item-information a {
  text-decoration: underline;
  color: #181819;
}

.job-board-list__item-tags {
  text-align: right;
  margin: 0 0 15px;
}

.job-board-list__item-tags span {
  border-radius: 26px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: solid 1px #00a2ff;
  font-family: 'Assistant', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: normal;
  text-align: center;
  color: #181819;
  margin-left: 5px;
  margin-bottom: 5px;
  text-decoration: none;
  padding: 0 15px;
  display: inline-block;
}

/* .job-board-list__item-tags span:hover {
  background-color: #00a2ff;
  color: #ffffff;
} */

.job-board-list__more-info {
  text-align: right;
}

.job-board-list__more-info span {
  display: inline-block;
  position: relative;
  font-family: 'Assistant', sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #00a2ff;
  cursor: pointer;
}

.job-board-list__more-info span:after {
  position: absolute;
  top: 38%;
  left: -15px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #00a2ff;
  border-left: 2px solid #00a2ff;
  content: "";
  -webkit-transform: rotate(-45deg) translateY(-50%);
      -ms-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

.job-board-list__less-info {
  text-align: right;
  display: none;
}

.job-board-list__less-info span {
  display: inline-block;
  position: relative;
  font-family: 'Assistant', sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #00a2ff;
  cursor: pointer;
}

.job-board-list__less-info span:after {
  position: absolute;
  top: 32%;
  left: -20px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #00a2ff;
  border-left: 2px solid #00a2ff;
  content: "";
  -webkit-transform: rotate(135deg) translateY(-50%);
      -ms-transform: rotate(135deg) translateY(-50%);
          transform: rotate(135deg) translateY(-50%);
}

.job-board-list__item-hidden-information {
  display: none;
}

.job-board-list__item-information-sub-information > a {
  display: block;
  text-align: center;
  width: 210px;
  height: 54px;
  line-height: 54px;
  color: #ffffff;
  font-family: 'Assistant', sans-serif;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: -0.53px;
  border-radius: 36px;
  background-image: -o-linear-gradient(right, #00a2ff, #00e3c8);
  background-image: -webkit-gradient(linear, right top, left top, from(#00a2ff), to(#00e3c8));
  background-image: linear-gradient(to left, #00a2ff, #00e3c8);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  background-size: 200% auto;
  margin: 0 auto 35px;
}
.job-board-list__item-information-sub-information > a:hover {
  background-position: right center;
}

.job-board-list__item-information-sub-information > a:hover {
  text-decoration: none;
  color: #ffffff;
}

.job-board-list__item-information-sub-hidden-block {
  background-color: #f8f8f8;
  padding: 25px 15px;
  text-align: right;
  display: none;
}

.job-board-list__item-information-sub-hidden-block h3 {
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: right;
  color: #181819;
  margin: 0 0 10px;
}

.job-board-list__item-information-sub-hidden-block a {
  display: block;
  margin: 10px 0;
  font-family: 'Assistant', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: right;
  color: #00a2ff;
}

.job-board-list__item-information-sub-hidden-block a img {
  max-width: 18px;
  height: auto;
  margin-left: 5px;
}

.job-board-list__amount-of-jobs {
  width: 100%;
  padding: 0 0 20px;
  text-align: right;
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: right;
  color: #616c71;
}

@media screen and (max-width: 992px) {
  .job-board-list {
    margin-bottom: -80px;
  }
  .job-board-list__item-information {
    width: 100%;
    margin: 0;
  }
  .job-board-list__item-information-sub-information {
    width: 100%;
  }
  .job-board-list__item-information-sub-information > a {
    margin: 35px 0;
  }
}

@media screen and (max-width: 767px) {
  .job-board-list__item-tags span {
    display: block;
    margin: 10px 0;
    text-align: center;
  }
  .job-board-list__item-information h2 {
    font-size: 32px;
  }
  .job-board-list__item-information h3 {
    font-size: 24px;
  }
  .job-board-list__item-information h4 {
    font-size: 18px;
  }
  .job-board-list__item-information p {
    font-size: 16px;
  }
  .job-board-list__item-information ul li,
  .job-board-list__item-information ol li {
    font-size: 16px;
  }
}

.custom-file-upload {
  width: 100%;
  display: block;
  height: 54px;
  line-height: 54px;
  background-color: #ffffff;
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.53px;
  text-align: right;
  color: #00A2FF;
  padding: 0 45px 0 25px;
  border-radius: 36px;
  margin: 0 0 20px;
  cursor: pointer;
  position: relative;
}

.custom-file-upload:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 18px;
  height: 15px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2019/08/upload.png);
  content: "";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.custom-file-upload span,
.custom-file-upload input,
.custom-file-upload br {
  display: none;
}

.site-rules {
  margin: 0 0 20px;
  text-align: right;
  font-family: 'Assistant', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff;
  position: relative;
  padding-right: 45px;
}

/* .site-rules:after {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2019/08/check.png);
  content: "";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
} */

.site-rules a {
  text-decoration: underline;
  color: #00A2FF;
}

.linkedin-block {
  border-top: 1px solid #616C71;
  margin: 40px 0 0;
  padding: 30px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.linkedin-block p {
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: right;
  margin: 0 0 15px;
}

.linkedin-block a {
  border: solid 1px #ffffff;
  background-color: transparent;
  border-radius: 36px;
  color: #ffffff;
  width: 195px;
  height: 54px;
  line-height: 48px;
  display: block;
  text-align: center;
  font-family: 'Assistant', sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.53px;
  text-align: center;
  color: #ffffff;
}

.linkedin-block a img {
  margin-right: 8px;
}

@media screen and (max-width: 600px) {
  .linkedin-block p {
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
  }
  .linkedin-block a {
    margin: 0 auto;
  }
}

.footer {
  background-color: #f8f8f8;
}

.footer__header {
  padding: 25px 15px;
  max-width: 1700px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.footer__breadcrumbs a {
  font-family: 'Assistant', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: right;
  color: #181819;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  margin-left: 30px;
  display: inline-block;
}

.footer__breadcrumbs a img {
  margin-top: -4px;
}

.footer__breadcrumbs a:last-child:after {
  display: none;
}

.footer__breadcrumbs a:after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  border-bottom: 1px solid #bfc6c9;
  border-left: 1px solid #bfc6c9;
  left: -16px;
  top: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.footer__breadcrumbs a:hover {
  text-decoration: none;
}

.footer__custom-links a {
  opacity: 0.5;
  font-family: 'Assistant', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: right;
  color: #181819;
  margin-right: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}

.footer__custom-links a:hover {
  text-decoration: none;
  opacity: 1;
}

.footer__custom-links a.special-action {
  position: relative;
  opacity: 1;
  padding-right: 30px;
}

.footer__custom-links a.special-action:after {
  position: absolute;
  width: 21px;
  height: 23px;
  content: "";
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/people-access.png");
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer__middle {
  border-top: 1px solid #BFC6C9;
  padding: 40px 15px;
}

.footer__middle-container {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}

.footer__subscribe-form {
  border-radius: 37px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  width: 100%;
  padding: 10px;
}

.footer__subscribe-form .wpcf7-response-output {
  margin: 0;
}

.footer__subscribe-form div.wpcf7 .ajax-loader {
  display: none !important;
}

.footer__subscribe-form span.wpcf7-not-valid-tip {
  padding: 0;
}

.footer__subscribe-form p {
  margin: 0;
  direction: rtl;
}

.footer__subscribe-form input[type="submit"] {
  border-radius: 36px;
  background-image: -webkit-gradient(linear, right top, left top, from(#19a7b7), to(#19a7b7));
  background-image: -o-linear-gradient(right, #19a7b7, #19a7b7);
  background-image: linear-gradient(to left, #19a7b7, #19a7b7);
  background-size: 200% auto;
  color: #ffffff;
  height: 54px;
  border: none;
  line-height: 54px;
  border-radius: 36px;
  width: 160px;
  font-family: 'Assistant', sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.53px;
  text-align: center;
  cursor: pointer;
  padding: 0;
  transition: all 0.5s;
}
.footer__subscribe-form input[type="submit"]:hover {
  background-position: right center;
}

.footer__subscribe-form input[type="email"] {
  height: 54px;
  border: none;
  line-height: 54px;
  width: 160px;
  font-family: 'Assistant', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.53px;
  text-align: right;
  padding: 0;
  color: rgba(24, 24, 25, 0.6);
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
}

.footer__subscribe-form input[type="email"]::-webkit-input-placeholder {
  color: rgba(24, 24, 25, 0.6);
}

.footer__subscribe-form input[type="email"]::-moz-placeholder {
  color: rgba(24, 24, 25, 0.6);
}

.footer__subscribe-form input[type="email"]:-ms-input-placeholder {
  color: rgba(24, 24, 25, 0.6);
}

.footer__subscribe-form input[type="email"]::-ms-input-placeholder {
  color: rgba(24, 24, 25, 0.6);
}

.footer__subscribe-form input[type="email"]::placeholder {
  color: rgba(24, 24, 25, 0.6);
}

.footer__bottom {
  padding: 20px 0;
}

.footer__bottom-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1260px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.footer__bottom-col {
  padding: 0 15px;
}

.footer__bottom-col h4 {
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: right;
  color: #616c71;
  margin: 0;
}

.footer__bottom-col h5 {
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: -0.48px;
  text-align: right;
  color: #181819;
  margin: 0;
}

.footer__bottom-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__bottom-element:hover {
  text-decoration: none;
}

.footer__bottom-element img {
  margin-left: 15px;
}

.footer__social {
  text-align: right;
  padding-top: 5px;
}

.footer__social a {
  margin: 0 5px;
}

.footer__social a:hover {
  text-decoration: none;
}

.footer__copy {
  border-bottom: 4px solid #19a7b7;
  padding: 25px 0;
}

.footer__copy-container {
  width: 100%;
  max-width: 380px;
  padding: 0 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.footer__copy-half {
  font-family: 'Assistant', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: -0.38px;
  text-align: right;
  color: #181819;
  direction: rtl;
}

.footer__copy-half img {
  margin-left: 5px;
  margin-top: -10px;
}

.footer__copy-half span {
  opacity: 0.5;
}

@media screen and (max-width: 1260px) {
  .footer__bottom-col h4, .footer__bottom-col h5 {
    font-size: 16px;
  }
  .footer__bottom-element img {
    max-width: 25px;
  }
  .footer__social a img {
    max-height: 18px;
  }
}

@media screen and (max-width: 850px) {
  .footer__bottom-col:last-child {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .footer__breadcrumbs, .footer__custom-links {
    width: 100%;
    text-align: right;
  }
  .footer__custom-links {
    padding-top: 20px;
  }
  .footer__custom-links a {
    margin-right: 0;
    margin-left: 20px;
  }
  .footer__subscribe-form input[type="email"],
  .footer__subscribe-form input[type="submit"] {
    width: 100%;
    font-size: 18px;
  }
  .footer__subscribe-form input[type="email"] {
    font-size: 18px;
    margin-bottom: 15px;
    border-radius: 36px;
    text-align: center;
  }
  .footer__subscribe-form {
    background-color: transparent;
    padding: 0;
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .footer__bottom-col {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer__bottom-col h4, .footer__bottom-col h5 {
    font-size: 20px;
  }
  .footer__bottom-col:last-child {
    display: block;
    width: 100%;
  }
  .footer__bottom-element img {
    max-width: 40px;
  }
  .footer__social a img {
    max-height: 25px;
  }
}

@media screen and (max-width: 430px) {
  .footer__copy-half {
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }
  .footer__bottom {
    padding-bottom: 0;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid transparent;
}

.header .mobile-btn {
  display: none;
}

.header__mobile-toggle {
  display: none;
}

.header:hover {
  background-color: #ffffff;
  border-bottom: 1px solid #bfc6c9;
}

.header:hover .header__mid-logo img.logo-black {
  display: block;
}

.header:hover .header__mid-logo img.logo-white {
  display: none;
}

.header:hover .header__mid-cta a {
  background-color: #08384c;
}

.header:hover .header__mid-nav > ul > li > a {
  color: #616c71;
}

.header:hover .header__mid-nav > ul > li.has-submenu:after {
  border-right: 4px solid #616c71;
  border-bottom: 4px solid #616c71;
}

.header:hover .header__mobile-toggle span {
  background-color: #616c71;
}

.header.scrolled, .header.mobile-menu {
  background-color: #ffffff;
  border-bottom: 1px solid #bfc6c9;
}

.header.scrolled .header__mid-logo img.logo-black, .header.mobile-menu .header__mid-logo img.logo-black {
  display: block;
}

.header.scrolled .header__mid-logo img.logo-white, .header.mobile-menu .header__mid-logo img.logo-white {
  display: none;
}

.header.scrolled .header__mid-cta a, .header.mobile-menu .header__mid-cta a {
  background-color: #19a7b7;
}

.header.scrolled .header__mid-nav > ul > li > a, .header.mobile-menu .header__mid-nav > ul > li > a {
  color: #616c71;
}

.header.scrolled .header__mid-nav > ul > li.has-submenu:after, .header.mobile-menu .header__mid-nav > ul > li.has-submenu:after {
  border-right: 4px solid #616c71;
  border-bottom: 4px solid #616c71;
}

.header.scrolled .header__mobile-toggle span, .header.mobile-menu .header__mobile-toggle span {
  background-color: #616c71;
}

.header__top-bar {
  height: 4px;
  background-image: -webkit-gradient(linear, right top, left top, from(#19a7b7), to(#19a7b7));
  background-image: -o-linear-gradient(right, #19a7b7, #19a7b7);
  background-image: linear-gradient(to left, #19a7b7, #19a7b7);
}

.header__mid {
  padding: 0 15px;
	background-color: #fff;
}

.header__mid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
}

.header__mid-cta, .header__mid-nav {
  width: -webkit-calc(50% - 75px);
  width: calc(50% - 75px);
}

.header__mid-logo {
  width: 150px;
  padding: 20px 0;
}

.header__mid-logo img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.header__mid-logo img.logo-black {
  display: none;
}

.header__mid-cta {
  padding: 20px 0;
  text-align: left;
}

.header__mid-cta a {
  display: inline-block;
  text-align: center;
  width: 150px;
  height: 54px;
  line-height: 52px;
  color: #ffffff;
  font-family: 'Assistant', sans-serif;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: -0.53px;
  border-radius: 36px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  border: 1px solid #19a7b7;
}

.header__mid-cta a:hover {
  background-color: #19a7b7;
}

.header__mid-nav > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header__mid-nav > ul > li.has-submenu {
  position: relative;
  padding-left: 25px;
} 
.header__mid-nav > ul > li {
  line-height: 95px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0 25px;
}


.header__mid-nav > ul > li:hover {
  border-left: 1px solid #bfc6c9;
  border-right: 1px solid #bfc6c9;
  background-color: #F8F8F8;
}

.header__mid-nav > ul > li:hover > a {
  color: #616c71;
}

.header__mid-nav > ul > li > a {
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.header__mid-nav > ul > li > a:hover {
  text-decoration: none;
}

/* .header__mid-nav > ul > li.has-submenu {
  position: relative;
  padding-left: 40px;
} */

.header__mid-nav > ul > li.has-submenu:hover:after {
  border-right: 4px solid #616c71;
  border-bottom: 4px solid #616c71;
}

.header__mid-nav > ul > li.has-submenu:after {
  position: absolute;
  border: 4px solid transparent;
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  top: 45%;
  left: 5px;
  content: "";
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
/*  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;*/
}

.header__mid-nav > ul > li .submenu {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 100px;
  left: 0;
  width: 100%;
/*   -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; */
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #bfc6c9;
  display: none;
}

.header__mid-nav > ul > li .submenu a {
  display: block;
  padding: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-left: 1px solid #bfc6c9;
  line-height: 40px;
  min-width: 200px;
}

.header__mid-nav > ul > li .submenu a span {
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #616c71;
  line-height: 20px;
  display: block;
  text-align: center;
}

.header__mid-nav > ul > li .submenu a:hover {
  text-decoration: none;
  background-color: #F8F8F8;
}

.header__mid-nav > ul > li .submenu a img {
  display: block;
  margin: 0 auto 15px;
}

@media screen and (max-width: 1400px) {
  .header__mid-nav > ul > li > a {
    font-size: 18px;
  }
  .header__mid-nav > ul > li .submenu a {
    min-width: 120px;
  }
  .header__mid-cta a {
    font-size: 20px;
  }
}

@media screen and (min-width: 1441px) {
  .header__mid-nav > ul > li:hover .submenu {
    visibility: visible;
    opacity: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}

@media screen and (max-width: 1440px) {
  .header__mid-container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .header .desktop-btn {
    display: none;
  }
  .header .mobile-btn {
    display: block;
	  background-color: #19a7b7;
  }
  .header__mid-nav {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    display: none;
  }
  .header__mid-cta {
    width: auto;
  }
  .header__mid-nav > ul {
    display: block;
  }
  .header__mid-nav > ul > li {
    display: block;
    line-height: 60px;
    text-align: right;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid #bfc6c9;
  }
  .header__mid-nav > ul > li:hover {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    background-color: #ffffff;
  }
  .header__mid-nav > ul > li .submenu a img {
    display: none;
  }
  .header__mid-nav > ul > li .submenu a {
    min-width: 100%;
    line-height: 60px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid #bfc6c9;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
    color: #616c71;
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
  }
  .header__mid-nav > ul > li .submenu a:hover {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    background-color: #ffffff;
  }
  .header__mid-nav > ul > li .submenu a span {
    text-align: right;
    line-height: 24px;
    padding-right: 0;
    font-weight: bold;
    font-size: 18px;
  }
  .header__mid-nav > ul > li.has-submenu:after {
    left: 10px;
  }
  .header__mid-cta {
    margin-top: -5px;
  }
  .header__mid-cta a {
    width: 48px;
    height: 48px;
    line-height: 40px;
    border-radius: 50%;
  }
  .header__mobile-toggle {
    display: block;
    margin-top: -10px;
    height: 20px;
    width: 26px;
  }
  .header__mobile-toggle.active {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 26px;
    height: 20px;
    position: relative;
  }
  .header__mobile-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .header__mobile-toggle.active span:nth-child(1) {
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    position: absolute;
    margin: 0;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .header__mobile-toggle.active span:nth-child(3) {
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    position: absolute;
    margin: 0;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .header__mobile-toggle span {
    width: 26px;
    height: 2px;
    display: block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	 background-color: #616c71;
  }
  .header__mobile-toggle span + span {
    margin-top: 7px;
  }
  .header__mid-nav > ul > li.has-submenu:after {
    top: 27px;
  }
  .header__mid-nav {
    overflow-y: auto;
    max-height: 366px;
  }
  .header__mid-nav > ul {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header__mid-nav > ul > li .submenu {
    position: static;
    border-bottom: 0;
    display: none;
  }
  .header__mid-nav > ul > li .submenu.mobile-open {
    visibility: visible;
    opacity: 1;
    display: block;
  }
}

.custom-contact-us__form p {
  display: none;
}
@media screen and (max-width: 1440px) {
  .header.scrolled .header__mid-nav > ul > li > a, 
  .header.mobile-menu .header__mid-nav > ul > li > a {
    font-weight: bold;
  }
  .header__mid-logo,
  .header__mid-cta {
    padding: 5px 0;
  }
}
.job-board-list__item-hidden-information {
  font-size: 20px;
}
.job-board-list__item-hidden-information ul li {
  font-family: 'Assistant', sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: #616c71;
    margin: 0 0 15px;
  padding: 0;
  position: relative;
}
.job-board-list__item-hidden-information ul {
  list-style: none;
}
.job-board-list__item-hidden-information ul li:after {
position: absolute;
    right: -20px;
    top: 10px;
    content: "";
    width: 10px;
    height: 8px;
    border-left: 2px solid #00a2ff;
    border-bottom: 2px solid #00a2ff;
    transform: rotate(-45deg);
}
/*==========  Desktop First  ==========*/
/*==========  Mobile First  ==========*/

.wpcf7-form-control-wrap input[type="checkbox"] {
  display: none;
}
.site-rules {
  position: relative;
}
.site-rules .wpcf7-form-control-wrap {
  position: absolute;
  top: 0;
  right: 0;
}
.wpcf7-form-control-wrap input[type="checkbox"] + .wpcf7-list-item-label {
    width: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #00a2ff;
    position: absolute;
    top: 0;
    right: 12px;
    color: transparent;
  cursor: pointer;
}
.wpcf7-form-control-wrap input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
content: "";
    position: absolute;
    width: 10px;
    height: 6px;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    transform: rotate(-45deg);
    top: 6px;
    right: 5px;
}
.site-rules {
  width: 100%;
}

@media screen and (min-width: 1440px) {
.header__mid-nav ul li.active a {
  color: #616c71 !important;
}
  .header__mid-nav ul li.active {
    background-color: #F8F8F8 !important;
}
.header__mid-nav > ul > li.has-submenu.active:after {
  border-right: 4px solid #616c71;
    border-bottom: 4px solid #616c71;
}
  .header__mid-nav > ul > li.has-submenu a.active {
    background-color: #F8F8F8 !important;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) {
  .header__mid-nav > ul > li {
    padding: 0 9px;
  }
}

#wpcf7-f721-o1 input.wpcf7-form-control:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #ffffff !important; /* Цвет фона */
    -webkit-text-fill-color: rgba(24, 24, 25, 0.6) !important; /* цвет текста */
    color: rgba(24, 24, 25, 0.6) !important; /* цвет текста */
}
@media print {
  #header.header {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .advatages__item {
    min-height: 470px;
    margin-left: 5px; 
    margin-right: 5px;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.16);
  }
  .advatages {
    padding-bottom: 0px;
  }
  
}

.with-dark-bg {
  position: relative;
}
.with-dark-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.75);
}
.half-header__container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1300px) {
	.header__mid-nav > ul > li .submenu a span{
		font-weight: normal;
		padding-right: 20px;
	}
}

.custom-sub-menu-open:after {
    transform: rotate(-135deg) translateY(-46%) translateX(-10px)!important; 
	    margin-top: -5px;
}
#footer .footer__middle {
	position: static !important;
	top: 0 !important;
	left: 0 !important;
}


div #post-content a:nth-child(5) {
  display: block;
  text-align: center;
  width: 210px;
  height: 54px;
  line-height: 54px;
  color: #ffffff;
  font-family: 'Assistant', sans-serif;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: -0.53px;
  border-radius: 36px;
  background-size: 200% auto;
  background-image: -webkit-gradient(linear, right top, left top, from(#19a7b7), to(#19a7b7));
  background-image: -o-linear-gradient(right, #19a7b7, #19a7b7);
  background-image: linear-gradient(to left, #19a7b7, #19a7b7);
  transition: all 0.5s;
  text-decoration: none;
  margin: 0 auto;
}
